i'm newbie.
can i make transparent layer like road or stream on map?
and how to config.
ps.i use mapbuilder
--
View this message in context: http://www.nabble.com/transparent-layer-t1245822.html#a3298720
Sent from the GeoServer - User forum at Nabble.com.
GeoServer supports transparent layers, it's part of the WMS spec that we support. To config with mapbuilder you should ask their list.
best regards,
Chris
worr wrote:
i'm newbie.
can i make transparent layer like road or stream on map?
and how to config.
ps.i use mapbuilder
--
View this message in context: http://www.nabble.com/transparent-layer-t1245822.html#a3298720
Sent from the GeoServer - User forum at Nabble.com.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
Chris Holmes
The Open Planning Project
thoughts at: http://cholmes.wordpress.com
You can edit your SLD file to tell the layer to be transparent. Your SLD rule should have something like this:
<Rule>
<PolygonSymbolizer>
<Fill>
<CssParameter name="fill">
<ogc:Literal>#DDDDDD</ogc:Literal>
</CssParameter>
*<CssParameter name="fill-opacity">
<ogc:Literal>0.5</ogc:Literal>
</CssParameter>*
</Fill>
</PolygonSymbolizer>
</Rule>
It needs the CssParameter of "fill-opacity".
To learn something about SLD files, look at this tutorial: http://docs.codehaus.org/display/GEOSDOC/SLD+Intro+Tutorial
Brent Owens
(The Open Planning Project)
worr wrote:
i'm newbie.
can i make transparent layer like road or stream on map?
and how to config.
ps.i use mapbuilder
--
View this message in context: http://www.nabble.com/transparent-layer-t1245822.html#a3298720
Sent from the GeoServer - User forum at Nabble.com.
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users