Small bugfix (it was impossible to select a neutral portal)

This commit is contained in:
fkloft 2013-10-17 21:56:46 +02:00
parent a33bdcbf38
commit 69234ef063

View File

@ -152,7 +152,7 @@ window.setPortalIndicators = function(d) {
weight: 3,
dashArray: range.isLinkable ? undefined : "10,10",
clickable: false })
: L.circle(coord, range, { fill: false, stroke: false, clickable: false })
: L.circle(coord, range.range, { fill: false, stroke: false, clickable: false })
).addTo(map);
portalAccessIndicator = L.circle(coord, HACK_RANGE,