You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to display my Mapbox style, but I see differences in the styles that are rendered using vector_map_tiles compared to the style in Mapbox. For example, you can see the difference in text rendering here; also, for some reason, extra icons are being displayed. examples are provided below.
I am trying to display my Mapbox style, but I see differences in the styles that are rendered using vector_map_tiles compared to the style in Mapbox. For example, you can see the difference in text rendering here; also, for some reason, extra icons are being displayed. examples are provided below.
I am using vector_map_tiles: ^4.0.0
Here is my flutter version:
And my dart version:
This might also be helpful; here's what I received as url template:
I suspect the issue might be in this url, but I'm not certain. Typically, when I've used flutter_map, the call would look like a Raster Tiles API url.
I'm using the following invocation as a urlTemplate.
I also tried the following invocation format.
Also, here's an example of how I use VectorTileLayer in the application:
The text was updated successfully, but these errors were encountered: