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:
@ -16,7 +16,8 @@ window.debug.printStackTrace = function() {
|
||||
}
|
||||
|
||||
window.debug.clearPortals = function() {
|
||||
portalsLayer.clearLayers();
|
||||
for(var i = 0; i < portalsLayers.length; i++)
|
||||
portalsLayers[i].clearLayers();
|
||||
}
|
||||
|
||||
window.debug.clearLinks = function() {
|
||||
|
Reference in New Issue
Block a user