Hi,
I have used Mapserver like WMS. Openlayer gets wms url
http://localhost:8080/cgi-bin/mapserv.exe?MAP=/ms4w/apps/tutorial/htdocs/example1-9bis.mapand
draws the map.
Is possible to include this SLD file (see attachment) in mapserver? I would
use this SLD to see the street name when I zoom map.
Thanks
--
Dario De Pascalis
<?xml version="1.0" encoding="iso-8859-1"?>
<StyledLayerDescriptor version="1.0.0">
<NamedLayer>
<Name>WorldGen_Outline</Name>
<UserStyle>
<Title>xxx</Title>
<FeatureTypeStyle>
<Rule>
<LineSymbolizer>
<Geometry>
<PropertyName>center-line</PropertyName>
</Geometry>
<Stroke>
<CssParameter name="stroke">#0000ff</CssParameter>
<CssParameter name="stroke-width">5.0</CssParameter>
</Stroke>
</LineSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users