osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 39 forks source link

KML download produces invalid KML #466

Closed voomdoon closed 11 months ago

voomdoon commented 1 year ago

If i download my KML, i get

<kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
...
  </Document>
  <Placemark>
...
  </Placemark>
</kml>

but Placemarkmust be inside of Document

e.g. https://osmose.openstreetmap.fr/en/api/0.3/issues.kml?&username=voomdoon

frodrigo commented 11 months ago

Fixed. The KML is now more valid, but not completely valid.