You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While @paulmach might want to accommodate this in any case, the tool in question (osmconvert) is broken, and any standard compliant XML parser should be parsing both variants.
The OSM standard (XML) format is described here: https://wiki.openstreetmap.org/wiki/OSM_XML
Example (OSM standard):
The Golang standard XML encoder (xml.MarshalIndent(osmWay, " ", " ") leads to this:
Some tools (e.g. osmconvert) are not working with the Golang generated XML format.
Question: How can the 'problem' with addition closing XML tags be solved?
The text was updated successfully, but these errors were encountered: