From 2f24b915dfcb8126ee6dc16c54357f2a84e95fe1 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 5 Feb 2024 15:39:48 +0100 Subject: [PATCH] add option "millstone" to field for the `historic` tag (see #1067) see https://wiki.openstreetmap.org/wiki/Tag:historic=millstone --- data/fields/historic.json | 1 + interim/source_strings.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/data/fields/historic.json b/data/fields/historic.json index bc04d388..b36758cf 100644 --- a/data/fields/historic.json +++ b/data/fields/historic.json @@ -17,6 +17,7 @@ "manor": "Manor House", "memorial": "Memorial", "milestone": "Milestone", + "millstone": "Millstone", "mine": "Mine", "mine_shaft": "Mine Shaft", "monument": "Monument", diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index 09fa0921..e5900f76 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -2679,6 +2679,8 @@ en: memorial: Memorial # historic=milestone milestone: Milestone + # historic=millstone + millstone: Millstone # historic=mine mine: Mine # historic=mine_shaft