mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-10 14:58:40 +02:00
Replace field "site_type" with "archaeological_site", closes #677
also closes #680, closes #681, closes #682
This commit is contained in:
@@ -746,6 +746,10 @@
|
||||
"old": {"highway": "unsurfaced"},
|
||||
"replace": {"highway": "road", "surface": "unpaved"}
|
||||
},
|
||||
{
|
||||
"old": {"historical": "archaeological_site", "site_type": "*"},
|
||||
"replace": {"historical": "archaeological_site", "archaeological_site": "$1"}
|
||||
},
|
||||
{
|
||||
"old": {"information": "citymap"},
|
||||
"replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}
|
||||
|
||||
Reference in New Issue
Block a user