Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

Description

Info

This widget is still in active development but a basic version is available for testing purposes.

The geoserver widget enables the display of large datasets on a map by utilising the web mapping service provided by geoserver.

...

Code Block
{
    "center": {"lat": -34.151771086784734, "lng": 21.258544921875},
    "zoom": 10,
    "maxZoom": 19,
    "featureActionText": "Edit Properties",
    "layers": [
      {
        "name": "Hessequa Stands",
        "workspace": "hessequa",
        "layer": "mv_bi_geo_stands_water"
      }
    ]
  }

...

Features

Layers

The Geosever Map Widget allows for the display of multiple layers on the map but only allows for the selection of one layer at a time. The selection layer is indicated by the “pointer“ symbol in the layer dropdown. Clicking on the lock icon of a particular layer will make that layer the selection layer.

...

Legends

Legends for your layers are automatically retrieved from geoserver and displayed in the legend tab. It is important to note that the legend is directly linked to the style used by the layer which is configured on geoserver.

...

Adding Layers on Geoserver

...