add ability to filter by portal level. You can access the feature from the layer selector just as before. Fixes #8 and some of #12
This commit is contained in:
2
main.js
2
main.js
@ -149,7 +149,7 @@ window.selectedPortal = null;
|
||||
window.portalRangeIndicator = null;
|
||||
window.portalAccessIndicator = null;
|
||||
window.mapRunsUserAction = false;
|
||||
var portalsLayer, linksLayer, fieldsLayer;
|
||||
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