Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 741 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 741 Bytes

geoview-plugins-demo

This project is an example demo that shows how you can use the viewer from an external package

Demo

The viewer is being loaded in public/index.html as a script tag

<script src="https://canadian-geospatial-platform.github.io/GeoView/public/gcpv-main.js"></script>

Running the project

First clone this repo

$ git clone https://github.com/Canadian-Geospatial-Platform/geoview-plugins-demo.git

Go to the directory of the cloned repo

cd GeoView-Plugins-Demo

Install dependencies

$ npm install

Run the project

$ npm run serve

Building the project

$ npm run build