Duplicate Map Entries Causing Loss of Data
Fyi, I went through floors 0-3, and the ones I listed for floor 1 appear to be the only problem duplicates. Currently I’m just using the data from the other floors, but it should probably be looked at anyway.
This is a known bug.
This means when I parse the data with JQuery, the initial map data is overwritten by the doubled map data, which is often incomplete
When you have duplicate entries (assuming the map identifier is supposed to be unique), you shouldn’t trust that the data in any of these entries are valid.
Is there a reason these doubles share the same map IDs, and is it possible to change their map IDs since it makes the previous information inaccessible?
If you trust the data, and want to import/read several map records, you may need to store your data in a way, so that the multiple records with identical map-identifiers does not overwrite each other (never used jquery/leaflet, so I don’t know how you are using it/what you are doing with it).