commit 48b0eac181a181c178b40c813fb20a2fcc56ea69
parent cd6eae74fd67b5bd41d625365eb6b02a0c04fcba
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Wed, 15 Feb 2017 22:12:19 +0300
[tracks collection] diasbled layer
Diffstat:
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/layers.js b/src/layers.js
@@ -6,7 +6,7 @@ import config from './config';
import 'lib/leaflet.layer.soviet-topomaps-grid';
import 'lib/leaflet.layer.westraPasses';
import 'lib/leaflet.layer.nordeskart';
-import 'lib/leaflet.layer.tracks-collection';
+// import 'lib/leaflet.layer.tracks-collection';
import 'lib/leaflet.layer.wikimapia';
export default function getLayers() {
@@ -222,19 +222,19 @@ export default function getLayers() {
}
)
},
- {
- title: 'Tracks',
- order: 1150,
- isOverlay: true,
- isDefault: true,
- layer: new L.TracksCollection({
- tms: true,
- maxNativeZoom: 12,
- code: 'Tc',
- print: false,
- }
- )
- },
+ // {
+ // title: 'Tracks',
+ // order: 1150,
+ // isOverlay: true,
+ // isDefault: true,
+ // layer: new L.TracksCollection({
+ // tms: true,
+ // maxNativeZoom: 12,
+ // code: 'Tc',
+ // print: false,
+ // }
+ // )
+ // },
]
},
{