Closed thegrxp closed 2 years ago
For GeoJSON, your implementation of TileStreamProvider
can fetch the relevant tile in a geoJSON file.
All you need is a library or custom code to deal with that kind of file.
Regarding vector tiles, you need a renderer to convert a vector tile into an image. The TileStreamProvider
is expected to return a InputStream
of an image. Again, you will need a library for that.
Ok nice, thank you for the info
Thank you for your amazing work!