Issue Type: Bug Bug
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: Major Major
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
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to