From d61af929df452ef75ebe023be8db65868ddff35c Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 22 Apr 2015 20:38:24 -0400 Subject: [PATCH] Run make for farm preset --- data/presets/presets.json | 11 +++++++++++ data/taginfo.json | 2 +- dist/locales/en.json | 4 ++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data/presets/presets.json b/data/presets/presets.json index 6a6f4f70c..5929bd4fc 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -6306,6 +6306,17 @@ }, "name": "City" }, + "place/farm": { + "icon": "farm", + "geometry": [ + "point", + "area" + ], + "tags": { + "place": "farm" + }, + "name": "Farm" + }, "place/hamlet": { "icon": "triangle-stroked", "fields": [ diff --git a/data/taginfo.json b/data/taginfo.json index c8360e696..f894602bc 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1499,7 +1499,7 @@ "key": "place", "value": "city" }, - { + { "key": "place", "value": "farm" }, diff --git a/dist/locales/en.json b/dist/locales/en.json index 75a36d57b..9dd3fdd3a 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2863,6 +2863,10 @@ "name": "City", "terms": "" }, + "place/farm": { + "name": "Farm", + "terms": "" + }, "place/hamlet": { "name": "Hamlet", "terms": ""