openstreetmap / trac-tickets

Archived Trac Tickets
1 stars 1 forks source link

XML from XAPI is not well formed for tag adn #2729

Closed openstreetmap-trac closed 3 years ago

openstreetmap-trac commented 3 years ago

Reporter: roeea2[at]gmail.com [Submitted to the original trac issue database at 1.04am, Thursday, 18th February 2010]

XAPI: XML is not well formed Steps to reproduce:

  1. Use XAPI to get pubs (no bbox)
  2. look at the node 618873502 for the tag=adn

Reproduce if tag is not been closed with '/'

full details:

openstreetmap-trac commented 3 years ago

Author: osm[at]petschge.de [Added to the original trac issue at 7.57pm, Thursday, 18th February 2010]

Fetching "http://www.informationfreeway.org/api/0.6/node[amenity=hotel][bbox=11,48,12,49]" resulted in:

  <node id='618873502' lat='48.1355058' lon='11.6001513' user='KPG' timestamp='2010-02-17T12:14:51Z' uid='29061' version='2' changeset='3900266'>
    <tag k='addr:city' v='Mnchen'/>
    <tag k='addr:country' v='DE'/>
    <tag k='addr:housenumber' v='34'/>
    <tag k='addr:postcode' v='81675'/>
    <tag k='addr:street' v='Einsteinstrae'/>
    <tag k='amenity' v='hotel'/>
    <tag k='cuisine' v='regional'/>
    <tag k='name' v='mk Hotel'/>
    <tag k='stars' v='2'/>
    <tag k='tourism' v='hotel'/>
  </node>
openstreetmap-trac commented 3 years ago

Author: roeea2[at]gmail.com [Added to the original trac issue at 9.30am, Friday, 19th February 2010]

i saw it only in one node and i can't see it anymore.

openstreetmap-trac commented 3 years ago

Author: pnorman [Added to the original trac issue at 2.02am, Monday, 2nd April 2012]

Closing as this relates to the old XAPI and was unable to be reproduced.