Skip to content

Commit

Permalink
Merge pull request #1295 from StyXman/127-change-osm-tile-url
Browse files Browse the repository at this point in the history
Update OSM tile service URL
  • Loading branch information
tacruc authored Aug 23, 2024
2 parents d730a46 + c51b374 commit 6fde8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/mapLayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const Layers = [
id: LayerIds.OSM,
name: 'Street map',
type: LayerTypes.Base,
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
attribution: '&copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>',
url: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
attribution: '&copy; <a href="https://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>',
options: {
id: 'Open Street Map',
noWrap: false,
Expand Down

0 comments on commit 6fde8bb

Please sign in to comment.