You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2023. It is now read-only.
Guillem Aldeguer Lima edited this page Apr 22, 2018
·
1 revision
interactiveLayersProvider
app.config(['interactiveLayersProvider',function(interactiveLayersProvider){// Set an array of interactiveLayersinteractiveLayersProvider.setLayers(['layerId1','layerId2','layerId3']);// Add interactive layer to internal array of interactive layersinteractiveLayersProvider.addLayer('layerId4');}]);