lpdumas / gw2cartographers

A Guild Wars 2 map project
gw2cartographers.com
19 stars 8 forks source link

Adding 1 more level to the config file #11

Closed lpdumas closed 12 years ago

lpdumas commented 12 years ago

Ex.:

Markers.generic = {
  hearts: [ ... ],
  waypoints: [ ... ],
  etc ....
}

Markers.gathering= {
  woods: [ ... ],
  plants: [ ... ],
  etc ...
}

Markers.dynamicEvents= {
  defend: [ ... ],
  boss: [ ... ],
  etc ...
}

I think this is the best way for handling group toggling. Any thoughts?

jsilvestre commented 12 years ago

I can't see any better way to achieve this.