nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 441a62eccbd7e28488c2e237c738ffeeb507b818
parent f0d5a74a1285b4f5d001a397df618cc17c8fd121
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sat,  3 Nov 2018 00:52:21 +0100

add Bing UK topo map #149

Diffstat:
Msrc/layers.js | 22+++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/src/layers.js b/src/layers.js @@ -128,7 +128,6 @@ export default function getLayers() { } ) }, - { title: 'marshruty.ru', isDefault: true, @@ -941,6 +940,25 @@ export default function getLayers() { ) }, { + title: 'Great Britain Topo', + isDefault: false, + layer: new BingLayer(config.bingKey, + { + type: 'OrdnanceSurvey', + minZoom: 12, + maxNativeZoom: 16, + bounds: [[49.85171,-7.74708], [60.86949,1.80382]], + code: 'Gbt', + isOverlay: true, + isOverlayTransparent: false, + scaleDependent: false, + print: true, + jnx: true, + shortName: 'england_topo' + } + ) + }, + { title: 'Waymarked Cycling Trails', description: '<a href="https://cycling.waymarkedtrails.org/">https://cycling.waymarkedtrails.org</a>', isDefault: false, @@ -1022,6 +1040,7 @@ export default function getLayers() { 'Montenegro topo 250m', 'Finland Topo', 'France Topo 250m', + 'Great Britain Topo', ], }, { @@ -1110,6 +1129,7 @@ export default function getLayers() { 'GGC 1km', 'Topo 1km', 'Caucasus 1km', + 'Great Britain Topo', 'GGC 500m', 'Topo 500m', 'Caucasus 500m',