New def values for FiresMap
This commit is contained in:
parent
9ee01a6ef8
commit
b794538ed2
1 changed files with 3 additions and 2 deletions
|
|
@ -44,9 +44,10 @@ const MAXZOOM = 6;
|
||||||
const MAXZOOMREACTIVE = 6;
|
const MAXZOOMREACTIVE = 6;
|
||||||
const DEFZOOM = 8;
|
const DEFZOOM = 8;
|
||||||
const zoom = new ReactiveVar(DEFZOOM);
|
const zoom = new ReactiveVar(DEFZOOM);
|
||||||
const center = new ReactiveVar([0, 0]);
|
// https://en.wikipedia.org/wiki/Geographical_midpoint_of_Europe
|
||||||
|
const center = new ReactiveVar([53.5775, 3.106111]);
|
||||||
const mapSize = new ReactiveVar();
|
const mapSize = new ReactiveVar();
|
||||||
const marks = new ReactiveVar(false);
|
const marks = new ReactiveVar(true);
|
||||||
const showUnion = new ReactiveVar(true);
|
const showUnion = new ReactiveVar(true);
|
||||||
|
|
||||||
// Remove map in subscription
|
// Remove map in subscription
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue