Skip to content

Commit 6bc50c1

Browse files
committed
change center view of map back to Huntsville
, but shifted a little from previous so icons not blocked by menu
1 parent 8d612c5 commit 6bc50c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sensorhubdemoclient/js/variable_dictionary.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ var osm_StreetMapURL = 'http://{s}.tile.osm.org/{z}/{x}/{y}.png',
146146
ggl_RoadMap = new L.Google('ROADMAP'),
147147
// Huntsville 34.727024, -86.655947
148148
//map = new L.Map('map').setView(new L.LatLng(34.73, -86.585), 12);
149-
//map = new L.Map('map').setView(new L.LatLng(34.727024, -86.655947), 12);
149+
map = new L.Map('map').setView(new L.LatLng(34.727024, -86.655947), 12);
150150
// Ft Payne
151-
map = new L.Map('map').setView(new L.LatLng(34.443525, -85.720135), 12);
151+
//map = new L.Map('map').setView(new L.LatLng(34.443525, -85.720135), 12);
152152

153153

154154

0 commit comments

Comments
 (0)