nakarte

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

commit f26e6a93b615213f9241e901fc3ae0225eede9a1
parent f38b5942bad8c7ce59f42d557ec5497bfea75ac2
Author: Sergey Orlov <wladimirych@gmail.com>
Date:   Sun, 14 Jun 2020 12:54:51 +0200

layers: allow printing strava heatmap

Diffstat:
Msrc/layers.js | 32++++++++++++++++++++------------
1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/src/layers.js b/src/layers.js @@ -620,12 +620,14 @@ import urlViaCorsProxy from '~/lib/CORSProxy'; { code: 'Sa', isOverlay: true, - scaleDependent: true, - print: false, + isOverlayTransparent: true, + scaleDependent: false, + print: true, jnx: false, subdomains: 'abc', maxNativeZoom: 16, - noCors: true + noCors: true, + shortName: 'strava_all', } ) }, @@ -639,12 +641,14 @@ import urlViaCorsProxy from '~/lib/CORSProxy'; { code: 'Sr', isOverlay: true, - scaleDependent: true, - print: false, + isOverlayTransparent: true, + scaleDependent: false, + print: true, jnx: false, subdomains: 'abc', maxNativeZoom: 16, - noCors: true + noCors: true, + shortName: 'strava_run', } ) }, @@ -658,12 +662,14 @@ import urlViaCorsProxy from '~/lib/CORSProxy'; { code: 'Sb', isOverlay: true, - scaleDependent: true, - print: false, + isOverlayTransparent: true, + scaleDependent: false, + print: true, jnx: false, subdomains: 'abc', maxNativeZoom: 16, - noCors: true + noCors: true, + shortName: 'strava_ride', } ) }, @@ -677,12 +683,14 @@ import urlViaCorsProxy from '~/lib/CORSProxy'; { code: 'Sw', isOverlay: true, - scaleDependent: true, - print: false, + isOverlayTransparent: true, + scaleDependent: false, + print: true, jnx: false, subdomains: 'abc', maxNativeZoom: 16, - noCors: true + noCors: true, + shortName: 'strava_winter', } ) },