1.1.1 • Published 7 years ago
layer-selector v1.1.1

Usage
- ArcGISTiledMapServiceLayers
- esri basemap
- Happy path Web Mercator * requires quad token auth
- Linked Overlays
- Custom LODS
Development
grunt - Good for hot starts when your browser is already open
- This will create a jasmine test page
- Lint the code with eslint
- Check for unused AMD dependencies
- Create a server for the jasmine test page on
http://localhost:8001/tests/_specRunner.html - Watch for changes and live reload.
grunt launch - Good for cold starts
- Same as grunt except it will open your browser for you.
grunt docs - Generate docs for project
- Creates the markdown docs for the project.
grunt doc-selector - Good for working on LayerSelector docs
- Creates an html page
- Sets up server at
http://localhost:8000/docs/ - Watches for changes and live reloads
grunt doc-selector-item - Good for working on LayerSelectorItem docs
- Creates an html page
- Sets up server at
http://localhost:8000/docs/ - Watches for changes and live reloads
grunt travis - Good for testing CI issues
- Runs jasmine tests in saucelabs