[TASK] config location for breminale
This commit is contained in:
parent
a4045b50a6
commit
9439c7285a
|
@ -8,7 +8,7 @@ const config = {
|
||||||
'backend': `ws://${location.host}/websocket`,
|
'backend': `ws://${location.host}/websocket`,
|
||||||
'map': {
|
'map': {
|
||||||
'view': {
|
'view': {
|
||||||
'bound': [53.07093, 8.79464],
|
'bound': [53.07103, 8.81624],
|
||||||
'zoom': 17
|
'zoom': 17
|
||||||
},
|
},
|
||||||
'maxZoom': 20,
|
'maxZoom': 20,
|
||||||
|
@ -44,7 +44,7 @@ const config = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'geojson': {
|
'geojson': {
|
||||||
'url': 'http://events.ffhb.de/data/ground.geojson',
|
'url': 'https://events.ffhb.de/data/ground.geojson',
|
||||||
'pointToLayer': function pointToLayer (feature, latlng) {
|
'pointToLayer': function pointToLayer (feature, latlng) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue