Add hidebydefault option for regions layers

This commit is contained in:
Mike Primm 2011-08-26 00:13:03 -05:00
parent c6cccf6899
commit aee7ea2d49
3 changed files with 30 additions and 9 deletions

View file

@ -91,6 +91,8 @@ components:
# customstyle:
# homebase:
# strokeColor: "#00FF00"
# # Optional - make layer hidden by default
# hidebydefault: true
#- class: org.dynmap.regions.RegionsComponent
# type: regions
@ -122,6 +124,8 @@ components:
# groupstyle:
# homebase:
# strokeColor: "#007F00"
# # Optional - make layer hidden by default
# hidebydefault: true
#- class: org.dynmap.regions.RegionsComponent
# type: regions
@ -150,6 +154,8 @@ components:
# groupstyle:
# MyNation:
# strokeColor: "#007F00"
# # Optional - make layer hidden by default
# hidebydefault: true
#- class: org.dynmap.TestComponent
# stuff: "This is some configuration-value"