vector tile sources #2528
Replies: 2 comments
-
osgEarth has some support for the Mapbox Vector Tiles specification (MVT) so you could research that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
tippecanoe is a great tool for making vector tiles, I'd recommend giving it a shot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm a GIS specialist working on osgearth. I want to create a vector tile data from sources (eg geoserver in pbf format) with zooming and optimized function for osgearth, for this purpose I read and tested the sources and documents but did not get good results. An example is mbtiles which does not support zoom. I want to make a vector tile like osm, but I don't know exactly how to do it. Thanks to the osgearth team.
Beta Was this translation helpful? Give feedback.
All reactions