azavea / tilegarden

Serverless raster and vector map tile generation using Mapnik and AWS Lambda
https://azavea.github.io/tilegarden/
Other
98 stars 7 forks source link

Enable Mapnik's osm plugin to enable osm data ingestion #107

Closed mattdelsordo closed 6 years ago

mattdelsordo commented 6 years ago

Mapnik has a plugin for osm-formatted data but it's not built into the C++ version by default. It's unclear whether it's enabled in node-mapnik, but that should be investigated because being able to read in osm data would be a useful feature.

mattdelsordo commented 6 years ago

Duplicate of #111