feature simplification
Monday, February 9th, 2009I have just added an implementation of the Douglas-Peucker algorithm, which provides the ability to simplify complicated lines and polygons. This can be enabled from within a Style element:
<Style>
<Simplify>true</Simplify>
<SimplifyTolerance>0.000000001</SimplifyTolerance>
...
The advantage of this is you can set styles that are enabled at higher scales (more zoomed out) that will [...]