enzet / map-machine

Python renderer for OpenStreetMap with custom icons intended to display as many map features as possible
MIT License
503 stars 31 forks source link

Allow duplicate id's in OSMData class as long as data identical #131

Closed aklofas closed 2 years ago

aklofas commented 2 years ago

Allows creating OSMData classes from composite datasets with overlapping but identical data

enzet commented 2 years ago

Thank you for the request! I think I faced this problem before. The fix is really nice!