tangrams / bubble-wrap

Bubble Wrap basemap style
http://tangrams.github.io/bubble-wrap/
MIT License
27 stars 21 forks source link

Refactor label globals to generic more, some, none sdk options #236

Open nvkelso opened 7 years ago

nvkelso commented 7 years ago

Right now we have dozens of internal global properties that control label visibility:

We added some exposure for that in the HTML rig to toggle them more, (default), and no:

Which formalizes the manual config changes we make during release process on the YAML for each of the "flat" YAML files (versus include and override).

It would be nice to allow SDK access to change the labels on a generic house style scene file instead of needing to load a complete new file. But we'll need to cleanup this logic and property names.