systemed / tilemaker

Make OpenStreetMap vector tiles without the stack
https://tilemaker.org/
Other
1.42k stars 228 forks source link

GeoJSON writer: support points and linestrings #668

Closed cldellow closed 6 months ago

cldellow commented 6 months ago

This fleshes out the todos in geojson_writer: Points, LineStrings and MultiLineStrings.

systemed commented 6 months ago

Thank you! Laziness on my part not to have done them initially really... in my defence I was debugging some horrid multipolygons :)

cldellow commented 6 months ago

Heh, no intention to call you out! I added these in my own fork while prototyping #669, and figured they'd be easy to extract into their own standalone PR