Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into en
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Aug 31, 2023
2 parents 80316db + bb55f18 commit 0ee1cd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/js/module/map/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ define([
selected: ko.observable(false),
options: {
urlTemplate: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
attribution: '&copy; участники сообщества <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>',
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
updateWhenIdle: false,
maxZoom: 20,
maxNativeZoom: 19,
Expand Down Expand Up @@ -368,8 +368,8 @@ define([
desc: 'WWII Aerial',
selected: ko.observable(false),
options: {
urlTemplate: 'https://17200.selcdn.ru/AerialWWII/Z{z}/{y}/{x}.jpg',
attribution: 'WWII Aerial photos <a href="http://warfly.ru/about">warfly.ru</a> (coverage is limited to some locations)',
urlTemplate: 'https://hutun.pastvu.com/tiles/4/061942/Z{z}/{y}/{x}.jpg',
attribution: 'WWII Aerial photos 1939-1943 (coverage is limited to some locations) | <a href="http://retromap.ru/061942">retromap.ru</a>',
updateWhenIdle: false,
minZoom: 9,
maxZoom: 19,
Expand Down

0 comments on commit 0ee1cd1

Please sign in to comment.