[TASK] config location for breminale

This commit is contained in:
Martin Geno 2017-05-19 21:03:14 +02:00
parent a4045b50a6
commit 9439c7285a
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
1 changed files with 2 additions and 2 deletions

View File

@ -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';