Skip to content

Demo repository to showcase the creation of plugins outside the main repository GeoView.

License

Notifications You must be signed in to change notification settings

Canadian-Geospatial-Platform/geoview-plugins-demo

Repository files navigation

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

About

Demo repository to showcase the creation of plugins outside the main repository GeoView.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published