This project is now a monorepo and contains the following repos under the packages
folder:
- geoview-core (the core is responsible for rendering the maps and exposing API access to the outside)
- geoview-details-panel (a plugin that displays a panel with details when a location / feature is clicked on the map)
- geoview-overview-map (a plugin that displays an overview map)
- geoview-loader (the loader that compiles, builds and serves the project with all the packages)
$ git clone https://github.com/Canadian-Geospatial-Platform/GeoView.git
cd GeoView
$ npm install -g @microsoft/rush
$ rush update
$ rush build
$ rush serve