Skip to content

Commit

Permalink
Merge pull request #625 from kabalin/hutun-https
Browse files Browse the repository at this point in the history
Change tiles source for WWII aerophoto.
  • Loading branch information
kabalin authored Oct 5, 2023
2 parents e7994af + c2ed68b commit ae9ef22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/module/map/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ define([
desc: 'Аэрофото ВОВ',
selected: ko.observable(false),
options: {
urlTemplate: 'https://hutun.pastvu.com/tiles/4/061942/Z{z}/{y}/{x}.jpg',
urlTemplate: 'https://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,
Expand Down

0 comments on commit ae9ef22

Please sign in to comment.