Skip to content

Commit 2f24b91

Browse files
committed
add option "millstone" to field for the historic tag (see #1067)
see https://wiki.openstreetmap.org/wiki/Tag:historic=millstone
1 parent 2785d43 commit 2f24b91

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

data/fields/historic.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"manor": "Manor House",
1818
"memorial": "Memorial",
1919
"milestone": "Milestone",
20+
"millstone": "Millstone",
2021
"mine": "Mine",
2122
"mine_shaft": "Mine Shaft",
2223
"monument": "Monument",

interim/source_strings.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2679,6 +2679,8 @@ en:
26792679
memorial: Memorial
26802680
# historic=milestone
26812681
milestone: Milestone
2682+
# historic=millstone
2683+
millstone: Millstone
26822684
# historic=mine
26832685
mine: Mine
26842686
# historic=mine_shaft

0 commit comments

Comments
 (0)