mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 14:05:43 -05:00
18 lines
280 B
Markdown
18 lines
280 B
Markdown
_~ Beautiful flavour text ~_
|
|
|
|
```base
|
|
filters: file.hasProperty("marker")
|
|
views:
|
|
- type: leaflet-map
|
|
name: Map
|
|
mapName: test
|
|
image: Locke.png
|
|
minZoom: -1.5
|
|
maxZoom: 2
|
|
defaultZoom: -1.5
|
|
zoomDelta: 0.5
|
|
scale: "0.2"
|
|
height: 400
|
|
unit: km
|
|
```
|