Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 531 Bytes

File metadata and controls

19 lines (16 loc) · 531 Bytes

Dashboard Application for Cartoview

Create dashboard with map, chart, summary, identify. The dashboard components is using Geoserver WPS to query to request results. Installation

clone from github

git clone https://github.com/cartologic/cartoview_dashboard.git

then download and build the client javascript files

cd cartoview_dashboard/static/cartoview_dashboard
npm install
npm run dev