Skip to content

Commit 458d39a

Browse files
author
Jaime Scowcroft
committed
blue bin change staring zoom and centre
1 parent b51c4f2 commit 458d39a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Configuration/blue-bin-delivery/index.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import {} from './Popups'
33
import {} from './Styles'
44

55
const Configuration = {
6-
Map: {},
6+
Map: {Latitude: 53.37408225135528,
7+
Longitude: -2.1975549509490104,
8+
StartingZoom: 15},
79
Tiles: {Token: '3G26OzBg7XRROryDwG1o1CZRmIx66ulo'},
810
LayerControlOptions: { keyGraphic: true, groupCheckboxes: true },
911

@@ -43,7 +45,7 @@ const Configuration = {
4345
}
4446
}
4547
},
46-
visibleByDefault: true
48+
visibleByDefault: false
4749
},
4850
{
4951
key: 'Week 3',
@@ -61,7 +63,7 @@ const Configuration = {
6163
}
6264
}
6365
},
64-
visibleByDefault: true
66+
visibleByDefault: false
6567
}
6668

6769
]

0 commit comments

Comments
 (0)