Closed Phantamoss closed 5 years ago
It's probably something related to the mbtiles file. Can you please share it so that I can debug it?
Well the mbtiles are from the openstreetmap website. https://openmaptiles.com/downloads/tileset/osm/united_states_of_america/
The US tiles are pretty big so I just downloaded a fresh set of liechtenstein tiles to test the GMap code, and it works perfectly.
Can you please share your code here? So that I can debug that exception.
If I use the US tiles on the demo in your source code it works fine. Here you go.
Need to import skiasharp, and the problem seemed to go away. The tiles are blank though.
Getting an StackOverflowException when trying to use VectorMbTilesProvider for Gmap. Happens at line
Any ideas what could cause this? Runs without issue in the demo.