mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 17:37:49 +02:00
Add quarry fill pattern
This commit is contained in:
@@ -39,7 +39,8 @@ export function svgAreas(projection, context) {
|
||||
grass: 'grass',
|
||||
meadow: 'meadow',
|
||||
military: 'construction',
|
||||
orchard: 'orchard'
|
||||
orchard: 'orchard',
|
||||
quarry: 'quarry'
|
||||
},
|
||||
natural: {
|
||||
beach: 'beach',
|
||||
|
||||
+2
-1
@@ -92,7 +92,8 @@ export function svgDefs(context) {
|
||||
['forest', 'forest'],
|
||||
['forest_broadleaved', 'forest_broadleaved'],
|
||||
['forest_needleleaved', 'forest_needleleaved'],
|
||||
['forest_leafless', 'forest_leafless']
|
||||
['forest_leafless', 'forest_leafless'],
|
||||
['quarry', 'quarry']
|
||||
])
|
||||
.enter()
|
||||
.append('pattern')
|
||||
|
||||
Reference in New Issue
Block a user