As a quick side note, this place was the first one captured in my [[Using Obsidian as a Personal Atlas|personal atlas]] using the [[Obsidian Web Clipper|web clipper]] and my [[Saving from Google Maps to the Personal Atlas|Google Maps custom template]].
## Location
```base
filters:
and:
- file.basename == this.file.basename
formulas:
color: if(visited, "orange", "green")
marker: '"map-pin"'
views:
- type: map
name: Map
order:
- file.name
- formula.color
- formula.marker
center: note.coordinates
coordinates: note.coordinates
defaultZoom: 13
markerColor: formula.color
markerIcon: formula.marker
```