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',