gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.47k stars 772 forks source link

vector tile sources #2523

Closed AbdulsalamAmin closed 3 months ago

AbdulsalamAmin commented 3 months ago

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.

gwaldron commented 3 months ago

osgEarth has some support for the Mapbox Vector Tiles specification (MVT) so you could research that. https://github.com/mapbox/mapnik-vector-tile