From 9cd1284389257bb37fe97e97be2285d7b299627c Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Sun, 5 Feb 2017 13:02:02 -0200 Subject: [PATCH] add preset for shop=watches --- data/presets.yaml | 4 ++++ data/presets/presets.json | 17 +++++++++++++++++ data/presets/presets/shop/watches.json | 17 +++++++++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 5 files changed, 46 insertions(+) create mode 100644 data/presets/presets/shop/watches.json diff --git a/data/presets.yaml b/data/presets.yaml index 030b68448..2b56ff912 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -4067,6 +4067,10 @@ en: # shop=video_games name: Video Game Store terms: '' + shop/watches: + # shop=watches + name: Watches Shop + terms: '' shop/water_sports: # shop=water_sports name: Watersport/Swim Shop diff --git a/data/presets/presets.json b/data/presets/presets.json index 14979e602..b1ffea41f 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -11412,6 +11412,23 @@ }, "name": "Video Store" }, + "shop/watches": { + "icon": "shop", + "fields": [ + "operator", + "address", + "building_area", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "shop": "watches" + }, + "name": "Watches Shop" + }, "shop/water_sports": { "icon": "shop", "fields": [ diff --git a/data/presets/presets/shop/watches.json b/data/presets/presets/shop/watches.json new file mode 100644 index 000000000..c3a888b33 --- /dev/null +++ b/data/presets/presets/shop/watches.json @@ -0,0 +1,17 @@ +{ + "icon": "shop", + "fields": [ + "operator", + "address", + "building_area", + "opening_hours" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "shop": "watches" + }, + "name": "Watches Shop" +} diff --git a/data/taginfo.json b/data/taginfo.json index 7e97b07de..7a4aa781a 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2494,6 +2494,10 @@ "key": "shop", "value": "video" }, + { + "key": "shop", + "value": "watches" + }, { "key": "shop", "value": "water_sports" diff --git a/dist/locales/en.json b/dist/locales/en.json index 693feefe3..962b70d12 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -4344,6 +4344,10 @@ "name": "Video Store", "terms": "DVD" }, + "shop/watches": { + "name": "Watches Shop", + "terms": "" + }, "shop/water_sports": { "name": "Watersport/Swim Shop", "terms": ""