Skip to content

Commit

Permalink
Only use one maxscaledenominator per rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dwins authored and gravitystorm committed Sep 9, 2010
1 parent a26ad19 commit a2adf4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions mapquest_inc/layer-text.xml.inc
Expand Up @@ -211,19 +211,19 @@
<Rule>
<Filter>[natural] = 'water' or [landuse] = 'reservoir' or [landuse] = 'basin' or [waterway] = 'mill_pond' or [waterway]='canal'</Filter>
&maxscale_zoom6;
&maxscale_zoom8;
&minscale_zoom8;
<TextSymbolizer name="[name]" fontset_name="oblique-fonts" size="10" fill="#384e6c" halo_radius="2" halo_fill="rgba(255,255,255,0.25)" wrap_width="20" min_distance="200"/>
</Rule>
<Rule>
<Filter>[natural] = 'water' or [landuse] = 'reservoir' or [landuse] = 'basin' or [waterway] = 'mill_pond' or [waterway]='canal'</Filter>
&maxscale_zoom9;
&maxscale_zoom11;
&minscale_zoom11;
<TextSymbolizer name="[name]" fontset_name="oblique-fonts" size="10" fill="#37617e" halo_radius="2" halo_fill="rgba(255,255,255,0.25)" wrap_width="20" min_distance="200"/>
</Rule>
<Rule>
<Filter>[natural] = 'water' or [landuse] = 'reservoir' or [landuse] = 'basin' or [waterway] = 'mill_pond' or [waterway]='canal'</Filter>
&maxscale_zoom12;
&maxscale_zoom13;
&minscale_zoom13;
<TextSymbolizer name="[name]" fontset_name="oblique-fonts" size="11" fill="#304f6f" halo_radius="2" halo_fill="rgba(255,255,255,0.25)" wrap_width="20" min_distance="200"/>
</Rule>
<Rule>
Expand Down
12 changes: 6 additions & 6 deletions mapquest_inc/layer-transportation-us.xml.inc
Expand Up @@ -52,19 +52,19 @@
<Rule>
<Filter>[aeroway] = 'runway'</Filter>
&maxscale_zoom10;
&maxscale_zoom12;
&minscale_zoom12;
<LineSymbolizer stroke="#b4b4b4" stroke-width="3"/>
</Rule>
<Rule>
<Filter>[aeroway] = 'runway'</Filter>
&maxscale_zoom13;
&maxscale_zoom14;
&minscale_zoom14;
<LineSymbolizer stroke="#b4b4b4" stroke-width="5"/>
</Rule>
<Rule>
<Filter>[aeroway] = 'runway'</Filter>
&maxscale_zoom15;
&maxscale_zoom16;
&minscale_zoom16;
<LineSymbolizer stroke="#b4b4b4" stroke-width="15"/>
</Rule>
<Rule>
Expand All @@ -75,19 +75,19 @@
<Rule>
<Filter>[aeroway] = 'taxiway'</Filter>
&maxscale_zoom12;
&maxscale_zoom12;
&minscale_zoom12;
<LineSymbolizer stroke="#b4b4b4" stroke-width="1"/>
</Rule>
<Rule>
<Filter>[aeroway] = 'taxiway'</Filter>
&maxscale_zoom13;
&maxscale_zoom14;
&minscale_zoom14;
<LineSymbolizer stroke="#b4b4b4" stroke-width="2"/>
</Rule>
<Rule>
<Filter>[aeroway] = 'taxiway'</Filter>
&maxscale_zoom15;
&maxscale_zoom16;
&minscale_zoom16;
<LineSymbolizer stroke="#b4b4b4" stroke-width="5"/>
</Rule>
<Rule>
Expand Down

0 comments on commit a2adf4f

Please sign in to comment.