Merge pull request #1295 from StyXman/127-change-osm-tile-url
Update OSM tile service URL
This commit is contained in:
Коммит
6fde8bbc84
|
@ -55,8 +55,8 @@ export const Layers = [
|
||||||
id: LayerIds.OSM,
|
id: LayerIds.OSM,
|
||||||
name: 'Street map',
|
name: 'Street map',
|
||||||
type: LayerTypes.Base,
|
type: LayerTypes.Base,
|
||||||
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
url: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
|
||||||
attribution: '© <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>',
|
attribution: '© <a href="https://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>',
|
||||||
options: {
|
options: {
|
||||||
id: 'Open Street Map',
|
id: 'Open Street Map',
|
||||||
noWrap: false,
|
noWrap: false,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче