Skip to content

Commit f2eef8e

Browse files
kjonosmtyrasd
authored andcommitted
Replace field "site_type" with "archaeological_site", closes #677
also closes #680, closes #681, closes #682
1 parent f264732 commit f2eef8e

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

data/deprecated.json

+4
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,10 @@
746746
"old": {"highway": "unsurfaced"},
747747
"replace": {"highway": "road", "surface": "unpaved"}
748748
},
749+
{
750+
"old": {"historical": "archaeological_site", "site_type": "*"},
751+
"replace": {"historical": "archaeological_site", "archaeological_site": "$1"}
752+
},
749753
{
750754
"old": {"information": "citymap"},
751755
"replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}

data/fields/archaeological_site.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"key": "archaeological_site",
3+
"type": "combo",
4+
"label": "Type"
5+
}

data/fields/site_type.json

-5
This file was deleted.

data/presets/historic/archaeological_site.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"icon": "temaki-ruins",
33
"fields": [
44
"name",
5-
"site_type",
5+
"archaeological_site",
66
"historic/civilization",
77
"inscription",
88
"access_simple"

0 commit comments

Comments
 (0)