Hey Pierre,
thanks so much for your amazing work :)
I've been trying to get the map to work with MapTiler Raster Tiles and none of my changes seem to do the trick,
I am using the default demo Project with the MapTiler URL;
val url = URL("https://api.maptiler.com/maps/basic-v2/256/$zoomLvl/$col/$row.png?key=qZb8Y1pCBG6YO3hIQZt8")
My Map seems to have too many Tiles:
Do you know what causes this Issue?
In my old Flutter Project switching between OSM and MapTiler, I had to add the @2x modifier.
https://docs.maptiler.com/cloud/api/maps/ -> Raster XYZ Tiles.
If this works I can enhance the Readme.md to include a description for the MapTiler Setup.
Hey Pierre, thanks so much for your amazing work :)
I've been trying to get the map to work with MapTiler Raster Tiles and none of my changes seem to do the trick, I am using the default demo Project with the MapTiler URL;
val url = URL("https://api.maptiler.com/maps/basic-v2/256/$zoomLvl/$col/$row.png?key=qZb8Y1pCBG6YO3hIQZt8")
My Map seems to have too many Tiles:
Do you know what causes this Issue? In my old Flutter Project switching between OSM and MapTiler, I had to add the
@2x
modifier. https://docs.maptiler.com/cloud/api/maps/ -> Raster XYZ Tiles.If this works I can enhance the Readme.md to include a description for the MapTiler Setup.
Thanks