mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 22:03:53 +01:00
fix tag for birthing centers, closes #398
This commit is contained in:
parent
1527ba5a4e
commit
93126c5738
3 changed files with 10 additions and 4 deletions
|
|
@ -714,6 +714,10 @@
|
|||
"old": {"golf": "teebox"},
|
||||
"replace": {"golf": "tee", "landuse": "grass"}
|
||||
},
|
||||
{
|
||||
"old": {"healthcare": "birthing_center"},
|
||||
"replace": {"healthcare": "birthing_centre"}
|
||||
},
|
||||
{
|
||||
"old": {"highway": "abandoned"},
|
||||
"replace": {"abandoned:highway": "*"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue