Add grass surface rendering for traffic calming areas

This commit is contained in:
RudyTheDev
2018-12-10 17:41:53 +02:00
parent 3aa7dcfc0c
commit 34cdb129c6

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' },
]
}
};