Skip to content

Commit

Permalink
Update OSM tile layer URL template
Browse files Browse the repository at this point in the history
  • Loading branch information
seav committed Aug 29, 2023
1 parent 94fe257 commit 55b4675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/eph-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const HUC_QID = 'Q29946056';
const CITY_QID = 'Q104157';
const ADMIN_QIDS = [REGION_QID, PROVINCE_QID, HUC_QID, CITY_QID];
const ADMIN_LEVELS = 4;
const OSM_LAYER_URL = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
const OSM_LAYER_URL = 'https://tile.openstreetmap.org/{z}/{x}/{y}.png';
const OSM_LAYER_ATTRIBUTION = 'Base map &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>';
const CARTO_LAYER_URL = 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/rastertiles/voyager_labels_under/{z}/{x}/{y}{r}.png';
const CARTO_LAYER_ATTRIBUTION = 'Base map &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap contributors</a> (data), <a href="https://carto.com/">CARTO</a> (style)';
Expand Down

0 comments on commit 55b4675

Please sign in to comment.