Hi GeoServer users,

Looking at GeoServer documentation
<https://docs.geoserver.org/stable/en/user/styling/sld/extensions/pointsymbols.html#external-graphics>,
I got the piece of SLD bellow, but burg02.svg is being retrieved from
$GEOSERVER_DATA_DIR/styles.


I would like to have:
1 - burg02.svg being retrieved from a postgres table;
2 - make a webpage link on burg02.svg through the  SLD file

<PointSymbolizer>
   <Graphic>
     <ExternalGraphic>
       <OnlineResource xlink:type="simple" xlink:href="burg02.svg" />
       <Format>image/svg+xml</Format>
     </ExternalGraphic>
     <Size>20</Size>
   </Graphic>
 </PointSymbolizer>


Any hint on how I could achieve items 1 and 2 will be very appreciated.

Kind regards
_______________________________________________
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

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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

Reply via email to