[Geoserver-devel] [jira] (GEOS-5910) CSS: no way to specify mark fill and stroke?

Andrea Aime created BugGEOS-5910
CSS: no way to specify mark fill and stroke?

Issue Type:

BugBug

Assignee:

David Winslow

Components:

CSS

Created:

19/Jul/13 12:33 PM

Description:

I’ve been trying to get a hospital symbol without success:

* {
mark: symbol('circle'), symbol('cross');
mark-size: 18, 12;
fill: white, red;
}

generates a SLD with polygon symbolizers, and

* {
mark: symbol('circle'), symbol('cross');
mark-size: 18, 12;
mark-fill: white, red;
}

generate a SLD with only point symbolizers, but the mark-fill is ignored. Actually, I totally made up mark-fill, it’s not documented, but the thing is, there is no documentation on how to fill and stroke a mark (that I can see at least, and nothing specific listed in the “properties” docs page).

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Andrea Aime

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)