Update comunitychoose.js

This commit is contained in:
Claus Marxmeier 2018-12-24 01:33:21 +01:00 committed by GitHub
parent 2c34dce2aa
commit 9d69750739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ $(document).ready(function() {
}
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 &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>',
maxZoom: 18,
style: 'light_all'