From aa96d9b666c6db6dd13bcfbea8f13d98560ca33c Mon Sep 17 00:00:00 2001 From: labcode-de Date: Sun, 18 Jun 2017 16:00:09 +0200 Subject: [PATCH] Better Map View --- js/comunitychoose.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/comunitychoose.js b/js/comunitychoose.js index 057dcfc..7fb1420 100644 --- a/js/comunitychoose.js +++ b/js/comunitychoose.js @@ -4,7 +4,7 @@ $(document).ready(function() { var communityid = event.layer.feature.properties.community_id location.href = 'firmware.php?id=' + communityid } - var map = L.map('map').setView([50.75600670286445, 7.170810699462891], 9.5) + var map = L.map('map').setView([50.75600670286445, 7.390810699462891], 9.5) L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/{style}/{z}/{x}/{y}.png', { attribution: 'Map data © OpenStreetMap-Mitwirkende, CC-BY-SA, Imagery © Carto',