mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-03 00:03:51 +01:00
Deprecate room=class; use room=classroom instead
Bug: #1355 Change-Id: I90545a86f84877fea5908fd097334b87b98682e7
This commit is contained in:
parent
7629cf2bd8
commit
7e7c17dc17
1 changed files with 4 additions and 0 deletions
|
|
@ -1396,6 +1396,10 @@
|
|||
"old": {"roof:shape": "half_hipped"},
|
||||
"replace": {"roof:shape": "half-hipped"}
|
||||
},
|
||||
{
|
||||
"old": {"room": "class"},
|
||||
"replace": {"room": "classroom"}
|
||||
},
|
||||
{
|
||||
"old": {"route": "ncn"},
|
||||
"replace": {"route": "bicycle", "network": "ncn"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue