Opened 7 years ago
Closed 7 years ago
#16402 closed defect (fixed)
Cannot read kml with complex ExtendedData section
| Reported by: | Zverikk | Owned by: | Don-vip |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Plugin opendata | Version: | latest |
| Keywords: | kml | Cc: |
Description
This line tells me that the OpenData plugin expects a placemark name in any tag that has "name" for a localName. We in maps.me have extended the format with some new fields inside <ExtendedData> tags with custom namespace. They look like <mwm:name>, <mwm:description> etc. Alas, OpenData disregards namespaces and levels of depth, and expects these tags to have plain strings with names and descriptions.
Could you please make OpenData KML reader be aware of e.g. depth, so it reads name and description only directly underneath <Placemark> tag?
Attachments (1)
Change History (5)
comment:1 by , 7 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → needinfo |
by , 7 years ago
| Attachment: | MapsMe-new.kml.txt added |
|---|
comment:3 by , 7 years ago
| Owner: | changed from to |
|---|---|
| Status: | needinfo → assigned |



Sure, can you please post a sample file?