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:
Stefan Breunig
2013-02-08 17:39:37 +01:00
parent 9316d49e68
commit f5edc84635
7 changed files with 67 additions and 30 deletions

View File

@ -70,6 +70,11 @@ a:hover {
z-index: 1000;
}
.leaflet-control-layers-overlays label.disabled {
text-decoration: line-through;
cursor: help;
}
.help {
cursor: help;
}