mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Add a new pattern "grass" for grass/meadow instead of dots
This commit is contained in:
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
+2
-2
@@ -80,8 +80,8 @@ export function svgDefs(context) {
|
||||
['farmland', 'farmland'],
|
||||
['beach', 'dots'],
|
||||
['scrub', 'dots'],
|
||||
['meadow', 'dots'],
|
||||
['grass', 'dots'],
|
||||
['meadow', 'grass'],
|
||||
['grass', 'grass'],
|
||||
['forest', 'forest'],
|
||||
['wood', 'forest']
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user