Skip to content

Commit 804b86c

Browse files
author
Billy Charlton
committed
mapIsIndependent
1 parent 6a41e6b commit 804b86c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/ref-shapefiles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Properties are written in either a standalone `viz-map*.yaml` file, or in a dash
5151
| `zoom`| Zoom level of the map between 5 and 20. (default: 9) |
5252
| `pitch`| Map pitch (default: 0) |
5353
| `bearing`| Map bearing/direction (default:0) |
54+
| `mapIsIndependent`| Allow this map to have its own map/center/motion independent from other maps on the same dashboard. (default: false) |
5455

5556
---
5657

@@ -272,6 +273,7 @@ layout:
272273
height: 10
273274
center: [6.9814, 51.57]
274275
zoom: 10
276+
mapIsIndependent: true
275277
shapes:
276278
file: '../../shapefiles/geoid.geojson'
277279
join: id

0 commit comments

Comments
 (0)