Skip to content

Commit

Permalink
update soviet military topo map tile layer url
Browse files Browse the repository at this point in the history
  • Loading branch information
foosint committed Jul 7, 2024
1 parent 85841d6 commit 0003fdd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,14 @@ export const initBaseMap = () => {
});

// RU tile Layer - https://qms.nextgis.com/geoservices/563/
// const ruUrl =
// 'http://88.99.52.155/cgi-bin/tapp/tilecache.py/1.0.0/topomapper_v2/{z}/{x}/{y}.jpg';
const ruUrl =
'http://88.99.52.155/cgi-bin/tapp/tilecache.py/1.0.0/topomapper_v2/{z}/{x}/{y}.jpg';
const ruAttriib = 'Tiles © ATLOGIS Geoinformatics oHG';
'https://proxy.nakarte.me/http/88.99.52.155/tmg/{z}/{x}/{y}';
const ruAttriib = '<a href="http://www.topomapper.com">Topomapper</a>';
const ru = L.tileLayer(ruUrl, {
minZoom: 10,
maxZoom: 13,
// minZoom: 10,
maxZoom: 18,
noWrap: true,
name: 'ruarmy',
attribution: ruAttriib,
Expand Down

0 comments on commit 0003fdd

Please sign in to comment.