Skip to content

Publishing a Project as a Theme to a WebGIS (GeoGirafe)ΒΆ

Relevant Navigation Menu EntriesΒΆ

The relevant Navigation Menu entries can be found in Django Admin at the bottom:

webgis navigation

Webgis WorkflowΒΆ

graph TB;
  importQGIS["Integrate QGIS Project (if not already done)"] -. "." .-> prepareTheme
  prepareTheme["Select a Project to publish as Theme"] -. "." .-> groups

  groups["Organize the Groups/Layertree"] -.".".-> manageLayers
  manageLayers["Manage layers"] -.".".-> wmsLayers
  manageLayers -.".".-> wmtsLayers
  wmsLayers --> webGis
  wmtsLayers --> webGis
  webGis["WebGis (GeoGirafe)"]

Data integration -> ProjectΒΆ

If you not already have imported a QGIS Project, now is the time to do so. Go to Data integration -> Project and press the button Qgis Projects

select project

Choose which project you want to integrate and press the button integrate beside the project.

integrate project

Now you are ready to move to the next step.

ThemesΒΆ

Press the button Publish from Project

theme select

Now you can select a QGIS Project

theme publish

The OGC Server of the project is automatically added.

ogc server

Groups (Layertree)ΒΆ

Here you can reorder the groups/layertree per drag and drop for publishing the themes.json

manage layertree

OGC ServersΒΆ

The OGC Server of the project is automatically added.

ogc server

WMS LayersΒΆ

Info

Currently all layers have to be to set to public to be visible in the WebGIS

manage wms layers

Here you can manage the single WMS layers.

WMTS LayersΒΆ

Info

Currently all layers have to be to set to public to be visible in the WebGIS

Here you can manage the single WMTS layers. Which is currently not implemented.

GeoGirafeΒΆ

manage wms layers

Now you can navigate to your GeoGirafe instance to view your theme, which is in dev mode found under http://localhost:9309