[Geoserver-devel] [JIRA] (GEOS-7815) style multiple points with the same coordinates from a Shapefile

Thomas Cürten created an issue

GeoServer / BugGEOS-7815

style multiple points with the same coordinates from a Shapefile

Issue Type:

BugBug

Affects Versions:

2.10-RC1

Assignee:

Unassigned

Created:

26/Oct/16 1:19 PM

Environment:

CentOS 6.8 Virtual Maschine (Virtual Box)

Labels:

style ysld shapefile

Priority:

MediumMedium

Reporter:

Thomas Cürten

I have a problem with styling multiple points that have the same coordinates in a Shapefile. Each point at one location is supposed to be symbolized by an arrow. That arrow should aim in another direction for each point. Unfortunately the Geoserver only displays one arrow for each location in the layer preview. Through the Mailinglist (https://sourceforge.net/p/geoserver/mailman/message/35439235/) I found out that it could be a Shapefile Problem. Therefore I tried the styling with an GeoPackage and that worked fine.
I am using this YSLD-Code for the Styling:

feature-styles:

  • rules:

  • filter: $ {SYSTEMTECH = ‘LTE1800’}

    scale: [min, 50000000]
    symbolizers:

  • point:
    rotation: $ {OEFFNUNGSW}

    size: 12
    anchor: [0.0, 0.5]
    symbols:

  • mark:
    shape: arrow
    fill-color: ‘#072393

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v1000.456.2#100016-sha1:c34488c)

Atlassian logo