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:
@ -104,8 +104,7 @@ window.setPortalIndicators = function(d) {
|
||||
window.selectPortal = function(guid) {
|
||||
var update = selectedPortal === guid;
|
||||
var oldPortal = portals[selectedPortal];
|
||||
if(!update && oldPortal)
|
||||
oldPortal.setStyle({color: oldPortal.options.fillColor});
|
||||
if(!update && oldPortal) portalResetColor(oldPortal);
|
||||
|
||||
selectedPortal = guid;
|
||||
|
||||
|
Reference in New Issue
Block a user