Dear reader,
a little question: I'm struggling with the offset of a stroke of a polygon.
The polygon is symbolized with a stroke and a symbol.
I like to have the symbol having an offset of soms px's.
Is that possible? I'm not getting it done right now.

Example:

/* @title LAYER */
[name LIKE 'bridge%'] {
   stroke: #ff0000, symbol(triangle);
   stroke-width: 1.5px;
   stroke-dasharray: , 10 30;
   stroke-rotation: 60;
 }

 :nth-stroke(2) {
   stroke: #ff0000;
   fill: #ff0000;
   stroke-width: 1px;
   size: 10px;
 }

The triangle symbology should have an stroke-offset of 5 px, like this:

  stroke-offset: 5px;

Thank you in advance for your suggestions and ideas.
Best to you,
Harmen Kampinga
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to