Better Map View

This commit is contained in:
labcode-de 2017-06-18 16:00:09 +02:00
parent 372b142652
commit aa96d9b666
No known key found for this signature in database
GPG Key ID: 9CDB093B80490C2F

View File

@ -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 &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap-Mitwirkende</a>, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="https://carto.com/location-data-services/basemaps">Carto</a>',