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
layerboard is a framework for creating apps for investigating data hosted in ArcGIS Online WebMaps. It shows a map panel on the right, and a list of layers on the left, which can be turned on and off on the map with checkboxes.
The layerboard Source Code
The source code is all ES6 JavaScript, and uses the Vue framework.
This project is very similar to the project mapboard. Many gaps in this wiki may be filled by information from the mapboard wiki, especially the section on setting up a Vue Project.
A number of other github projects were forked and used in development - see more infomation about them here.
Tutorial for Getting Set Up
The following tutorial from the Mapboard wiki will walk you through the basic steps of adding a layerboard component to an existing application: