Notes/Templates/Map Template.md

21 lines
306 B
Markdown
Raw Permalink Normal View History

2025-05-09 08:11:49 +02:00
---
title: "{{title}} - Map"
timestamp: "{{date}} - {{time}}"
tags:
- Map
---
# Location - {{title}}
```leaflet
id: leaflet-map
height: 500px
lat: 51.165691
long: 10.451526
minZoom: 1
maxZoom: 10
defaultZoom: 6
unit: meters
scale: 1
marker: default, 52.264149, 10.526420, [[logo.png]]
darkMode: true
```