Went there for lunch next to the [[CARTO]] office and had a super tasty roasted chicken. They also have several typical Peruvian dishes that looked great, and is super cheap for the area.
## 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
```