Created
December 21, 2012 18:44
-
-
Save springmeyer/4354865 to your computer and use it in GitHub Desktop.
minor differences of openstreetmap-carto between carto master and condense branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- osm-carto-master.xml 2012-12-21 10:41:57.000000000 -0800 | |
+++ osm-carto-condense.xml 2012-12-21 10:36:55.000000000 -0800 | |
@@ -12543,7 +12543,7 @@ | |
<Style name="amenity-symbols-power" filter-mode="first" > | |
<Rule> | |
<MaxScaleDenominator>25000</MaxScaleDenominator> | |
- <Filter>([power] = 'generator') and ([generator:source] = 'wind')</Filter> | |
+ <Filter>([power] = 'generator') and (generator:source = 'wind')</Filter> | |
<PointSymbolizer file="symbols/power_wind.png" placement="interior" /> | |
</Rule> | |
<Rule> | |
@@ -12744,7 +12744,7 @@ | |
<Style name="amenity-symbols-poly-power" filter-mode="first" > | |
<Rule> | |
<MaxScaleDenominator>25000</MaxScaleDenominator> | |
- <Filter>([power] = 'generator') and ([generator:source] = 'wind')</Filter> | |
+ <Filter>([power] = 'generator') and (generator:source = 'wind')</Filter> | |
<PointSymbolizer file="symbols/power_wind.png" placement="interior" /> | |
</Rule> | |
<Rule> | |
@@ -13891,13 +13891,13 @@ | |
<Rule> | |
<MaxScaleDenominator>750000</MaxScaleDenominator> | |
<MinScaleDenominator>100000</MinScaleDenominator> | |
- <Filter>([highway] = 'motorway') and ([length] = 8)</Filter> | |
+ <Filter>([highway] = 'motorway') and ([length] < 9) and ([length] = 8)</Filter> | |
<ShieldSymbolizer file="symbols/mot_shield7.png" size="10" fill="#ffffff" placement="line" spacing="750" minimum-distance="30" fontset-name="fontset-2" ><![CDATA[[ref]]]></ShieldSymbolizer> | |
</Rule> | |
<Rule> | |
<MaxScaleDenominator>750000</MaxScaleDenominator> | |
<MinScaleDenominator>100000</MinScaleDenominator> | |
- <Filter>([highway] = 'motorway') and ([length] = 7)</Filter> | |
+ <Filter>([highway] = 'motorway') and ([length] < 9) and ([length] = 7)</Filter> | |
<ShieldSymbolizer file="symbols/mot_shield6.png" size="10" fill="#ffffff" placement="line" spacing="750" minimum-distance="30" fontset-name="fontset-2" ><![CDATA[[ref]]]></ShieldSymbolizer> | |
</Rule> | |
<Rule> | |
@@ -13980,12 +13980,12 @@ | |
<Style name="roads-text-ref" filter-mode="first" > | |
<Rule> | |
<MaxScaleDenominator>100000</MaxScaleDenominator> | |
- <Filter>([highway] = 'motorway') and ([length] = 8)</Filter> | |
+ <Filter>([highway] = 'motorway') and ([length] < 9) and ([length] = 8)</Filter> | |
<ShieldSymbolizer file="symbols/mot_shield7.png" size="10" fill="#ffffff" placement="line" spacing="750" minimum-distance="30" fontset-name="fontset-2" ><![CDATA[[ref]]]></ShieldSymbolizer> | |
</Rule> | |
<Rule> | |
<MaxScaleDenominator>100000</MaxScaleDenominator> | |
- <Filter>([highway] = 'motorway') and ([length] = 7)</Filter> | |
+ <Filter>([highway] = 'motorway') and ([length] < 9) and ([length] = 7)</Filter> | |
<ShieldSymbolizer file="symbols/mot_shield6.png" size="10" fill="#ffffff" placement="line" spacing="750" minimum-distance="30" fontset-name="fontset-2" ><![CDATA[[ref]]]></ShieldSymbolizer> | |
</Rule> | |
<Rule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment