hotosm / osm-fieldwork

Processing field data from ODK to OpenStreetMap format, and other field data collection utils.
GNU Affero General Public License v3.0
16 stars 79 forks source link

Fix writing nodes with no tags, ie... what the way references #290

Closed rsavoye closed 2 months ago

rsavoye commented 2 months ago

Currently when parsing an OSM XML file, there was a bug so the nodes with no tags that were referenced by the ways had a typo, so ignored. Now tagless nodes are processed correctly.