Created
December 18, 2015 15:27
-
-
Save stdavis/4d9f5134d852615db004 to your computer and use it in GitHub Desktop.
layer-selector: Tokens
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| new LayerSelector({ | |
| map: map, | |
| quadWord: 'your-quad-word-here', | |
| baseLayers: [ | |
| 'Imagery', | |
| 'Hybrid', | |
| { | |
| token: 'Lite', | |
| selected: true | |
| }, | |
| 'Topo', | |
| 'Terrain', | |
| 'Color IR', | |
| ], | |
| overlays: ['Overlay'] | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment