mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-30 06:13:51 +01:00
upgrade old information values to subtypes of board/map
and add an "activity" field for maps and guideposts which indicates the mapped/signposted scope of activities: hiking, biking, etc. closes #45
This commit is contained in:
parent
94b44a884d
commit
98613d9a39
5 changed files with 63 additions and 1 deletions
|
|
@ -734,6 +734,34 @@
|
|||
"old": {"highway": "unsurfaced"},
|
||||
"replace": {"highway": "road", "surface": "unpaved"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "citymap"},
|
||||
"replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "hikingmap"},
|
||||
"replace": {"tourism": "information", "information": "map", "map_type": "topo", "hiking": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "bicyclemap"},
|
||||
"replace": {"tourism": "information", "information": "map", "map_type": "topo", "bicyle": "yes"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "nature"},
|
||||
"replace": {"tourism": "information", "information": "board", "board_type": "nature"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "history"},
|
||||
"replace": {"tourism": "information", "information": "board", "board_type": "history"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "wild_life"},
|
||||
"replace": {"tourism": "information", "information": "board", "board_type": "wildlife"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "wildlife"},
|
||||
"replace": {"tourism": "information", "information": "board", "board_type": "wildlife"}
|
||||
},
|
||||
{
|
||||
"old": {"internet_access": "public"},
|
||||
"replace": {"internet_access": "yes", "internet_access:fee": "no"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue