Skip to content

bartvde/qgis-webappbuilder-plugin

 
 

Repository files navigation

image

Web App Builder

A plugin for QGIS to easily create web apps based on OpenLayers and the Boundless WebSDK.

Installation

To install, download the latest release from the releases page and unzip it in the QGIS plugins folder at [your_user_folder]/.qgis2/python/plugins

Installing from sources

To install the latest version for the repository sources, clone this repository, open a console in the repo folder and type

paver setup

This will get all the dependencies needed by the plugin, including those of WebSDK.

Install into QGIS by running

paver install

Documentation

Usage is documented here

Cloning this repository

This repository uses external repositories as submodules. Therefore in order to include the external repositories during cloning you should use the --recursive option:

git clone --recursive http://github.com/boundlessgeo/qgis-webappbuilder-plugin.git

Also, to update the submodules whenever there are changes in the remote repositories one should do:

git submodule update --remote

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.0%
  • JavaScript 19.8%
  • HTML 1.9%
  • Other 1.3%