mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-19 17:43:39 +00:00
more generously apply pattern for surface=grass/sand
and make golf=rough distinguishable from golf=fairway
This commit is contained in:
@@ -66,18 +66,11 @@ var patterns = {
|
||||
green: 'golf_green',
|
||||
tee: 'grass',
|
||||
fairway: 'grass',
|
||||
rough: 'grass'
|
||||
rough: 'scrub'
|
||||
},
|
||||
traffic_calming: {
|
||||
island: [
|
||||
{ surface: 'grass', pattern: 'grass' },
|
||||
],
|
||||
chicane: [
|
||||
{ surface: 'grass', pattern: 'grass' },
|
||||
],
|
||||
choker: [
|
||||
{ surface: 'grass', pattern: 'grass' },
|
||||
]
|
||||
surface: {
|
||||
grass: 'grass',
|
||||
sand: 'beach'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user