2023-09-13 15:07:06

This commit is contained in:
Steph Ango
2023-09-13 15:07:06 -07:00
parent ab1e4bb1d0
commit 4d9068fb4e
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ tags:
id: places id: places
markerTag: places markerTag: places
maxZoom:15 maxZoom:15
height:50% height:400px
``` ```
## Places ## Places

View File

@@ -37,7 +37,7 @@ minZoom: 10
maxZoom: 20 maxZoom: 20
defaultZoom: 12 defaultZoom: 12
linksTo: [[Kyoto]] linksTo: [[Kyoto]]
height: 50% height: 400px
coordinates: [[Kyoto]] coordinates: [[Kyoto]]
``` ```

View File

@@ -33,7 +33,7 @@ minZoom: 10
maxZoom: 20 maxZoom: 20
defaultZoom: 12 defaultZoom: 12
linksTo: [[Kyoto]] linksTo: [[Kyoto]]
height: 50% height: 400px
coordinates: [[Kyoto]] coordinates: [[Kyoto]]
``` ```

View File

@@ -9,6 +9,6 @@ minZoom: 10
maxZoom: 20 maxZoom: 20
defaultZoom: 12 defaultZoom: 12
linksTo: [[New York]] linksTo: [[New York]]
height: 50% height: 400px
coordinates: [[New York]] coordinates: [[New York]]
``` ```

View File

@@ -9,7 +9,7 @@ linksTo: [[Pizzerias]]
minZoom: 3 minZoom: 3
maxZoom: 20 maxZoom: 20
defaultZoom: 3 defaultZoom: 3
height: 50% height: 400px
``` ```
## Places ## Places