mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 21:48:05 +02:00
fix replacements of deprecated golf tags
This commit is contained in:
@@ -696,11 +696,11 @@
|
||||
},
|
||||
{
|
||||
"old": {"golf": "faiway"},
|
||||
"replace": {"golf": "fairway", "landuse": "grass"}
|
||||
"replace": {"golf": "fairway"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "putting_green"},
|
||||
"replace": {"golf": "green", "landuse": "grass"}
|
||||
"replace": {"golf": "green"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "sand_trap"},
|
||||
@@ -708,15 +708,15 @@
|
||||
},
|
||||
{
|
||||
"old": {"golf": "tee_area"},
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
"replace": {"golf": "tee"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "tee_box"},
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
"replace": {"golf": "tee"}
|
||||
},
|
||||
{
|
||||
"old": {"golf": "teebox"},
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
"replace": {"golf": "tee"}
|
||||
},
|
||||
{
|
||||
"old": {"healthcare": "birthing_center"},
|
||||
|
||||
Reference in New Issue
Block a user