Skip to content

Commit

Permalink
Merge pull request #5584 from RudyTheDev/traffic_calming_area_grass
Browse files Browse the repository at this point in the history
Grass surface rendering for traffic calming areas
  • Loading branch information
bhousel authored Dec 11, 2018
2 parents 6732ca6 + 34cdb12 commit a868284
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/svg/areas.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ export function svgAreas(projection, context) {
{ leaf_type: 'leafless', pattern: 'forest_leafless' },
{ pattern: 'forest' } // same as 'leaf_type:mixed'
]
},
traffic_calming: {
island: [
{ surface: 'grass', pattern: 'grass' },
],
chicane: [
{ surface: 'grass', pattern: 'grass' },
],
choker: [
{ surface: 'grass', pattern: 'grass' },
]
}
};

Expand Down

0 comments on commit a868284

Please sign in to comment.