mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-12 22:26:07 +00:00
Added missing tags to golf
Added missing values to golf.
This commit is contained in:
committed by
Quincy Morgan
parent
1ea6f42759
commit
e5f6ee76ab
@@ -410,27 +410,27 @@
|
||||
},
|
||||
{
|
||||
"old": {"golf": "faiway"},
|
||||
"replace": {"golf": "fairway"}
|
||||
"replace": {"golf": "fairway", "landuse": "grass"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "putting_green"},
|
||||
"replace": {"golf": "green"}
|
||||
"replace": {"golf": "green", "landuse": "grass"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "sand_trap"},
|
||||
"replace": {"golf": "bunker"}
|
||||
"replace": {"golf": "bunker", "natural": "sand"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "tee_area"},
|
||||
"replace": {"golf": "tee"}
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "tee_box"},
|
||||
"replace": {"golf": "tee"}
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "teebox"},
|
||||
"replace": {"golf": "tee"}
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "abandoned"},
|
||||
|
||||
Reference in New Issue
Block a user