Render landuse=farm and landuse=farmland identically

See http://www.openstreetmap.org/user/Harry%20Wood/diary/14079
for an entertaining rant on this subject.
This commit is contained in:
John Firebaugh
2013-03-12 13:12:07 -07:00
parent 107f6cfeba
commit be567fb028
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -331,6 +331,7 @@ path.fill.tag-natural-beach,
path.fill.tag-natural-scrub,
path.fill.tag-landuse-cemetery,
path.fill.tag-landuse-meadow,
path.fill.tag-landuse-farm,
path.fill.tag-landuse-farmland,
path.fill.tag-landuse-construction,
path.fill.tag-landuse-orchard {
@@ -343,6 +344,7 @@ path.fill.tag-landuse-orchard {
.pattern-color-meadow,
.pattern-color-wetland,
.pattern-color-cemetery,
.pattern-color-farm,
.pattern-color-farmland,
.pattern-color-construction,
.pattern-color-orchard {
@@ -362,10 +364,12 @@ path.fill.tag-landuse-residential {
fill: #e06e5f;
}
path.fill.tag-landuse-farm,
path.fill.tag-landuse-farmland {
fill: url(#pattern-farmland) #8cd05f;
}
.pattern-color-farm,
.pattern-color-farmland {
fill: url(#pattern-farmland) #8cd05f;
}
+2 -1
View File
@@ -34,7 +34,8 @@ iD.svg.Areas = function(projection) {
cemetery: 'cemetery',
grave_yard: 'cemetery',
meadow: 'meadow',
famrland: 'farmland',
farm: 'farmland',
farmland: 'farmland',
orchard: 'orchard'
};