Bei Layer vom Typ GeoJSON mit LineString-Features fehlt wird die Legende im Ausdruck nicht dargestellt

Issue #1190 open
Sven Junker-Beyel created an issue

Wenn eine lokale GeoJSON mit Features vom Geometrietyp LineString als Layer im Themenbaum eingebunden wird, wird beim Drucken mit mapfish-print keine Legende dargestellt.

Beispiel:

services.json:

  {
    "id": "2",
    "name": "LineStrings",
    "url": "./resources/data/lineStrings.json",
    "typ": "GeoJSON",
    "gfiAttributes": "showAll",
    "layerAttribution": "nicht vorhanden",
    "legend": true
  },

configs.json

        {
          "id": "2",
          "visibility": true,
          "styleId": "border"
        },

style_v3.json

{
    "styleId": "border",
    "rules": [
      {
        "style": {
          "lineStrokeColor": [
            0,
            0,
            0,
            1
          ],
          "lineStrokeWidth": 4,
          "lineStrokeDash": [
            20,
            10
          ]
        }
      }
    ]
  },

Comments (2)

  1. Log in to comment