roelderickx / ogr2osm

A tool for converting ogr-readable files like shapefiles into .pbf or .osm data
https://pypi.org/project/ogr2osm/
MIT License
59 stars 14 forks source link

Relation contains ways which are not written to the output file #6

Closed roelderickx closed 3 years ago

roelderickx commented 3 years ago

When a way contains more than the maximum defined amount of nodes the way is splitted into multiple shorter ways. When such a splitted way is part of a relation, it turns out the splitted parts are not written to the output file.

roelderickx commented 3 years ago

Fixed in f8d43ce515dd3b6c0a76b69ecc65a0e42d869245