Skip to content

Canadian Geospatial Platform Viewer / Visualiseur de la Plateforme Géospatiale Canadienne

Notifications You must be signed in to change notification settings

LarryWang888/GeoView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoView

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)

Building the project

First clone this repo

$ git clone https://github.com/Canadian-Geospatial-Platform/GeoView.git

Go to the directory of the cloned repo

cd GeoView

Install rush globally

$ npm install -g @microsoft/rush

Install dependencies

$ rush update

Build the project:

$ rush build

Serve the project

$ rush serve

About

Canadian Geospatial Platform Viewer / Visualiseur de la Plateforme Géospatiale Canadienne

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.5%
  • HTML 24.1%
  • JavaScript 1.2%
  • CSS 1.1%
  • Shell 0.1%