Updated MaxScaleDenominator (markdown)

ThomasG77 2011-12-28 15:28:42 -08:00
parent c60ab0584f
commit d323cc9b41

@ -6,7 +6,7 @@ Activates the rule, if [ScaleAndPpi scale] < MaxScaleDenominator + 1e-6
Example:
#!xml
```xml
<Style name="text">
<Rule>
<Filter>[place] = 'city'</Filter>
@ -14,4 +14,5 @@ Example:
<MinScaleDenominator>2000000</MinScaleDenominator>
<TextSymbolizer name="name" face_name="DejaVu Sans Book" size="10" fill="#000" dy="0" halo_radius="1" wrap_width="0"/>
</Rule>
</Style>
</Style>
```