Skip to content

Commit

Permalink
map update
Browse files Browse the repository at this point in the history
  • Loading branch information
İlker Gül committed May 30, 2024
1 parent f7be895 commit 144d941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function setTileLayer(theme) {
pastel: 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', // HOT style (Humanitarian OSM Team), more colorful and distinct
vibrant: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', // Reuse default tiles, assume vibrant styling via CSS
coolTones: 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png',
alpinePalette: 'https://{s}.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png' // cycle-oriented render
alpinePalette: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png' // cycle-oriented render
};

// Attribution string required by OpenStreetMap for map data usage
Expand Down

0 comments on commit 144d941

Please sign in to comment.