/layertree2jsonExample

Layerswitcher test web site for qgs-layer-parser-plugin

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

layertree2json plugin example site

Example web site for layertree2json QGIS plugin, see https://github.com/geraldo/layertree2json

This project right now uses:

You can have a look at the rendered version here.

Install and run

To install dependencies:

npm install

Start a development server (available at http://localhost:3000):

npm start

To generate a build ready for production:

npm run build

Then deploy the contents of the dist directory to your server. You can also run npm run serve to serve the results of the dist directory for preview.