test location stuff
This commit is contained in:
parent
32187ad876
commit
89abf118d3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue