0

Make icons in legend OptIn

Make them OptIn
Add option to docs
This commit is contained in:
Jens
2020-07-01 19:45:44 +02:00
parent 8c0028495d
commit d7f6f3ebd5
3 changed files with 13 additions and 3 deletions

View File

@@ -568,7 +568,8 @@ def main():
displayName=f['name'],
icon=f.get('icon', 'signpost_icon.png'),
createInfoWindow=f.get('createInfoWindow', True),
checked=f.get('checked', False))
checked=f.get('checked', False),
showIconInLegend=f.get('showIconInLegend', False))
marker_groups[rname].append(group)
# initialize the structure for the markers