Skip to content

QWC2 demo application

License

Notifications You must be signed in to change notification settings

qgis/qwc2-demo-app

Folders and files

NameName
Last commit message
Last commit date
Mar 6, 2025
Aug 7, 2019
Mar 6, 2025
Apr 3, 2025
Oct 28, 2023
Dec 3, 2024
Jan 23, 2023
Jan 3, 2017
Jan 3, 2021
Apr 3, 2025
Apr 1, 2025
Apr 3, 2025
Apr 3, 2025
Apr 29, 2025

Repository files navigation

QGIS Web Client Demo Application

QGIS Web Client (QWC) is a modular next generation responsive web client for QGIS Server, built with ReactJS and OpenLayers.

This repository contains an example skeleton for building a custom QWC application based on the QWC stock application.

Consult the QWC2 README for information about QWC, and further links to documentation, sample viewers, etc.

Quick start

To build a custom application based on the QWC stock application, follow these steps:

  1. Clone this repository

    git clone https://github.com/qgis/qwc2-demo-app
    
  2. Install dependencies

    yarn install
    
  3. Run the development server

    yarn start
    
  4. Edit js/appConfig.js to include your custom components

See Building a custom viewer for further information.

Issues

Please report QWC issues at issues.

License

QWC is released under the terms of the BSD license.