Zverik / Level0

Web-based OpenStreetMap Editor
http://level0.osmz.ru
Do What The F*ck You Want To Public License
53 stars 14 forks source link

cannot open data with '"' from overpass #29

Closed malenki closed 8 years ago

malenki commented 8 years ago

When trying to open Level0 with some data from overpass API which contains '"' like this call the editor complains: Failed to open XML stream and doesn't show any data loaded. I discovered this issue while looking at "opening hours" in taginfo; e.g.: http://taginfo.osm.org/tags/opening_hours=%22by%20appointment%20only%22#

Zverik commented 8 years ago

You've actually found a bug in the taginfo, fixing it in https://github.com/joto/taginfo/pull/174

malenki commented 8 years ago

Jochen pointed me to Level0 since it was the editors fault. :)
Anyway, thank you for the fix.