Merge pull request #5584 from RudyTheDev/traffic_calming_area_grass

Grass surface rendering for traffic calming areas
This commit is contained in:
Bryan Housel
2018-12-11 01:22:44 -05:00
committed by GitHub
+11
View File
@@ -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' },
]
}
};