Move resonator layer back to layerGroup "portalsLayers",
to make it work with portal level filter. And modify cleanup code to work with this change.
This commit is contained in:
2
main.js
2
main.js
@ -159,7 +159,7 @@ window.selectedPortal = null;
|
||||
window.portalRangeIndicator = null;
|
||||
window.portalAccessIndicator = null;
|
||||
window.mapRunsUserAction = false;
|
||||
var portalsLayers, linksLayer, fieldsLayer, resonatorsLayers;
|
||||
var portalsLayers, linksLayer, fieldsLayer;
|
||||
|
||||
// contain references to all entities shown on the map. These are
|
||||
// automatically kept in sync with the items on *sLayer, so never ever
|
||||
|
Reference in New Issue
Block a user