m0nac0
m0nac0
According to the Mapbox style spec, GeoJson sources have a cluster property (https://docs.mapbox.com/mapbox-gl-js/style-spec/sources/#geojson-cluster). It would be nice if this could be set in Maputnik. If I manually download the style,...
Whenever I try to use `literalList()` and pass non-literal expressions, I get the error: `Not a supported literal type` According to #225 this should be supported, though.
If I use `literalNum(10.0)`, the result will be `10`. But I need to make sure the result is a double, i.e. has at least one decimal digit. Is there any...
It would be great if the [cross_file plugin](https://pub.dev/packages/cross_file) could be added to the list of supported packages. Since it's an official plugin by the flutter team, it hopefully shouldn't raise...
So far only has a web implementation, which seems to only work for geojson sources, not for vector tile sources. I've looked into this for some time now, but can't...
In the flutter bindings we are seeing this crash https://github.com/m0nac0/flutter-maplibre-gl/issues/39 when downloading e.g. regions from the source `https://demotiles.maplibre.org/style.json` in our test/example app. I suspect it has to do something with...
### Discussed in https://github.com/maplibre/flutter-maplibre-gl/discussions/306 Originally posted by **AndhikaJeremia** September 29, 2023 Hi, can anyone help? I have an error while running it on the chrome web browser on linux system....
The workflow failed, apparently because the reusable workflow recommended by pub.dev does not support flutter plugins: https://github.com/dart-lang/setup-dart/issues/68 We probably just need to change our workflows to directly run `pub publish`...