Skip to content

Commit

Permalink
Use retromap tiles for Aerophoto WWII
Browse files Browse the repository at this point in the history
  • Loading branch information
kabalin committed Aug 30, 2023
1 parent ed00b26 commit 5af98f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/module/map/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ define([
desc: 'Аэрофото ВОВ',
selected: ko.observable(false),
options: {
urlTemplate: 'https://17200.selcdn.ru/AerialWWII/Z{z}/{y}/{x}.jpg',
attribution: 'Аэрофотосъёмка Второй Мировой Войны <a href="http://warfly.ru/about">warfly.ru</a> (доступна для отдельных городов)',
urlTemplate: 'http://www.hutun.ru/tiles/4/061942/Z{z}/{y}/{x}.jpg',
attribution: 'Немецкая аэрофотосъемка 1939-1943 годов <a href="http://retromap.ru/061942">retromap.ru</a> (доступна для отдельных городов)',
updateWhenIdle: false,
minZoom: 9,
maxZoom: 19,
Expand Down

0 comments on commit 5af98f5

Please sign in to comment.