Better Map View
This commit is contained in:
parent
372b142652
commit
aa96d9b666
@ -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 © <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>',
|
||||
|
Loading…
Reference in New Issue
Block a user