AliFlux / VectorTileRenderer

A comprehensive Vector Map Tile Renderer for .Net/C#
MIT License
186 stars 52 forks source link

MBTiles database #18

Open desertscuba opened 4 years ago

desertscuba commented 4 years ago

Hi, this project is really amazing. Thanks for the great work you've put in.

I've set it up with GMap.net but I've had a bit of trouble using it with a database. What sort of database would make it possible to retrieve the MBTiles that GMap.net needs? I've looked into the OpenMapTiles server but wasn't sure if it was the right way, or how Gmap.net would be able to get the right tiles.

AliFlux commented 3 years ago

Technically, all sorts of vector mbtiles can work as long as the style schema is based upon it.

Right now, openmaptiles vector tiles are downloaded and used for this repo.