diff --git a/js/comunitychoose.js b/js/comunitychoose.js
index 7b4005a..fa98ffb 100644
--- a/js/comunitychoose.js
+++ b/js/comunitychoose.js
@@ -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 © OpenStreetMap-Mitwirkende, CC-BY-SA, Imagery © Carto',
maxZoom: 18,
style: 'light_all'
@@ -32,4 +32,4 @@ $(document).ready(function() {
});
})
})
-});
\ No newline at end of file
+});