Map View automatically scans the entire vault for standalone path files (GPX, KML, TCX, GeoJSON) and shows them on the map. There's currently no way to disable this or exclude specific files.
In my vault this causes duplicate pins: I keep several .kml files purely as export/backup, and I also store the same coordinates in regular notes. Map View loads both, so each of those locations ends up with two pins at the same spot — one from the note, one from the KML.
It can also be problematic when a large file gets auto-loaded (e.g. #378).
It would be great to have either (or both):
- a setting to turn off auto-loading of standalone path files, and/or
- a way to exclude specific files/folders or extensions from the scan.
Duplicate pins at the same location (a single cluster expands into a note marker + an identical KML marker):
I have a working patch for this and am happy to open a PR if useful.
Map View automatically scans the entire vault for standalone path files (GPX, KML, TCX, GeoJSON) and shows them on the map. There's currently no way to disable this or exclude specific files.
In my vault this causes duplicate pins: I keep several
.kmlfiles purely as export/backup, and I also store the same coordinates in regular notes. Map View loads both, so each of those locations ends up with two pins at the same spot — one from the note, one from the KML.It can also be problematic when a large file gets auto-loaded (e.g. #378).
It would be great to have either (or both):
Duplicate pins at the same location (a single cluster expands into a note marker + an identical KML marker):
I have a working patch for this and am happy to open a PR if useful.