Hi list,
I've been working on an upgrade from 1.0 to 1.5 and have run into some
trouble with my SLD's.
My setup: My WMC is generated from a server side script. I use the
query string to pass filter values which an SLD uses to restrict the
points shown. The result has worked wonderfully on FF3 and IE 7. On IE6
I don't get an error message but I don't get any points returned either.
More background...When I first tried the upgrade I got errors that
namespaces in my SLD weren't matched, etc (something I don't remember
seeing in 2006 when I first wrote the application). Here's an example
layer from my WMC that works in FF3/IE7, not IE6:
<SLD>
<StyledLayerDescriptor version="1.0.0">
<NamedLayer>
<Name>Icewatch</Name>
<UserStyle>
<FeatureTypeStyle>
<Rule>
<Filter>
<PropertyIsEqualTo>
<PropertyName>visit_year</PropertyName>
<Literal>2004</Literal>
</PropertyIsEqualTo>
</Filter>
<PointSymbolizer>
<Graphic>
<Mark>
<WellKnownName>snowflake</WellKnownName>
<Fill>
<CssParameter
name="fill">#00FFFF</CssParameter>
</Fill>
</Mark>
<Size>20</Size>
</Graphic>
</PointSymbolizer>
</Rule>
</FeatureTypeStyle>
</UserStyle>
</NamedLayer>
</StyledLayerDescriptor>
</SLD>
I'm interested in hearing from the list if others have had the same
problem. I'm also interested some best practices, receiving links to
helpful material, whatever you think is useful.
Thanks,
Josh
------------------------------------------------------------------------------
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users