test location stuff

This commit is contained in:
Laura Klünder 2018-12-27 00:02:13 +01:00
parent 32187ad876
commit 89abf118d3

View file

@ -1413,7 +1413,7 @@ c3nav = {
layer = c3nav._userLocationLayers[location.level]; layer = c3nav._userLocationLayers[location.level];
for (level in c3nav._userLocationLayers) { for (level in c3nav._userLocationLayers) {
if (!c3nav._userLocationLayers.hasOwnProperty(level)) continue; if (!c3nav._userLocationLayers.hasOwnProperty(level)) continue;
layer = c3nav._userLocationLayers[level]; //layer = c3nav._userLocationLayers[level];
factor = (level === location.level) ? 1 : 0.3; factor = (level === location.level) ? 1 : 0.3;
L.circleMarker(latlng, { L.circleMarker(latlng, {
radius: 11, radius: 11,