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

API limit for number of relation members #19

Open roelderickx opened 2 years ago

roelderickx commented 2 years ago

As announced on the mailinglist, an API limit will be introduced to limit the amount of relation members to 32000. A new parameter --split-relations must be added to limit the amount of relation members, just like --split-ways already limits the amount of nodes in a way.

roelderickx commented 2 years ago

Not clear how the resulting splitted relations should look like. For example, if there is a relation with 1 member with an outer role and 50000 members with an inner role, should the outer member be added to both splitted relations? Or only in one? We can't have a valid relation with only inner members.