Update comunitychoose.js
This commit is contained in:
parent
2c34dce2aa
commit
9d69750739
@ -6,7 +6,7 @@ $(document).ready(function() {
|
|||||||
}
|
}
|
||||||
var map = L.map('map').setView([50.75600670286445, 7.390810699462891], 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', {
|
L.tileLayer('https://{s}.basemaps.cartocdn.com/{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>',
|
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>',
|
||||||
maxZoom: 18,
|
maxZoom: 18,
|
||||||
style: 'light_all'
|
style: 'light_all'
|
||||||
|
Loading…
Reference in New Issue
Block a user