[Geoserver-devel] [JIRA] (GEOS-11046) Styles using the custom mark `shape://dot` don't draw any fill

Ian Turton created an issue

GeoServer / BugGEOS-11046

Styles using the custom mark shape://dot don’t draw any fill

Issue Type:

BugBug

Affects Versions:

2.22.2

Assignee:

Unassigned

Components:

styling

Created:

23/Jun/23 4:19 PM

Priority:

MediumMedium

Reporter:

Ian Turton

Using a style like:

@mode 'Auto';
@styleTitle 'Test';
@styleAbstract 'Test';

/* @title Test

@abstract Test

*/
*{
      stroke: #a0a0f5;
      stroke-width: 1;
      fill: symbol("shape://dot");
    :fill {
        size: 5;
        stroke: #a0a0f5;
        stroke-width: 1;
          fill: #a0a0f5;
    }
}

produces an unfilled Polygon

Log shows:

22 Jun 08:30:34 TRACE  [renderer.style] - fetching mark of name shape://dot
22 Jun 08:30:34 TRACE  [renderer.style] - Could not find the symbol, returning null
22 Jun 08:30:34 TRACE  [renderer.style] - fetching mark of name shape://dot
22 Jun 08:30:34 TRACE  [renderer.style] - applying stroke to mark

So it looks to be a renderer issue

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100227-sha1:d138f7b)

Atlassian logo