Ian Turton ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8d264a2b-8be0-40de-8b94-9442d49c4f6f
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiN2NhODI2ZTVjMjllNGM4MmExM2Q2Njk0NzM4YWI2NDAiLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-11046?atlOrigin=eyJpIjoiN2NhODI2ZTVjMjllNGM4MmExM2Q2Njk0NzM4YWI2NDAiLCJwIjoiaiJ9
 ) GEOS-11046 ( 
https://osgeo-org.atlassian.net/browse/GEOS-11046?atlOrigin=eyJpIjoiN2NhODI2ZTVjMjllNGM4MmExM2Q2Njk0NzM4YWI2NDAiLCJwIjoiaiJ9
 ) Styles using the custom mark `shape://dot` don't draw any fill ( 
https://osgeo-org.atlassian.net/browse/GEOS-11046?atlOrigin=eyJpIjoiN2NhODI2ZTVjMjllNGM4MmExM2Q2Njk0NzM4YWI2NDAiLCJwIjoiaiJ9
 )

Issue Type: Bug Affects Versions: 2.22.2 Assignee: Unassigned Components: 
styling Created: 23/Jun/23 4:19 PM Priority: Medium Reporter: Ian Turton ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A8d264a2b-8be0-40de-8b94-9442d49c4f6f
 )

Using a style like:

@mode 'Auto' ;
@style Title 'Test' ;
@style Abstract '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

( 
https://osgeo-org.atlassian.net/browse/GEOS-11046#add-comment?atlOrigin=eyJpIjoiN2NhODI2ZTVjMjllNGM4MmExM2Q2Njk0NzM4YWI2NDAiLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-11046#add-comment?atlOrigin=eyJpIjoiN2NhODI2ZTVjMjllNGM4MmExM2Q2Njk0NzM4YWI2NDAiLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100227- 
sha1:d138f7b )
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to