Skip to content

Commit

Permalink
Fix typo in UK secondary shield filter
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Sep 9, 2010
1 parent 7f73f25 commit f6a0ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapquest_inc/layer-streetnames-uk.xml.inc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<ShieldSymbolizer name="[ref]" fontset_name="bold-fonts" size="10" fill="#000" placement="line" file="&symbols;/shield_sec_uk7.png" type="png" width="55" height="19" min_distance="30" spacing="750"/>
</Rule>
<Rule>
<Filter>[highway] = 'secondary' and [length] = 7</Filter>
<Filter>[highway] = 'secondary' and [length] = 8</Filter>
&maxscale_zoom10;
<ShieldSymbolizer name="[ref]" fontset_name="bold-fonts" size="10" fill="#000" placement="line" file="&symbols;/shield_sec_uk8.png" type="png" width="63" height="19" min_distance="30" spacing="750"/>
</Rule>
Expand Down

0 comments on commit f6a0ff5

Please sign in to comment.