This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
---
Alias: [""]
Tag: ["🇨🇭", "🍴"]
Date: 2024-02-04
DocType: "Place"
Hierarchy: "NonRoot"
TimeStamp:
location: [46.767781,9.62002]
Place:
Type: Restaurant
SubType: Mountain
Style: Swiss
Location: Arosa-Lenzerheide
Country: CH
Status: Tested
CollapseMetaTable: true
Phone: "+41 (0)81 377 15 04"
Email: "mail@hoernliarosa.ch"
Website: "[Hörnlihütte Arosa – gemütlich und währschaft](https://xn--hrnliarosa-ecb.ch/)"
---
Parent:: [[Arosa]], [[Lenzerheide]]
 
```dataviewjs
let tempPhone = dv.current().Phone ? dv.current().Phone.replaceAll(" ", "") : '+000'
let tempMail = dv.current().Email ? dv.current().Email : ""
let tempCoorSet = dv.current().location ? dv.current().location : [0,0]