mapbox / Hecate

Fast Geospatial Feature Storage API
MIT License
254 stars 38 forks source link

OSM (PBF) file export #173

Closed chazanov closed 5 years ago

chazanov commented 5 years ago

Context

Does hecate support the export of osm.pbf files? This is what the official server does; I would like to have this to create Mapnik tiles from data inside a hecate instance.

cc/ @ingalls

ingalls commented 5 years ago

@chazanov - No Hecate is designed to support streaming GeoJSON. It currently does not support the export of OSM Binary formats.

We typically stream the GeoJSON directly to tippecanoe which is more flexible for creating Mapbox Vector Tiles.

ingalls commented 5 years ago

Closing for now, feel free to open another ticket if you have any questions.

Note that hecate also has built in Mapbox Vector Tile Creation