From 773c35b2cb2fda8f2816288c0e83702fdcf51eed Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Sun, 28 Apr 2019 22:45:33 +0200 Subject: [PATCH] Add tourism information terminal preset Used 5k+ times, see https://wiki.openstreetmap.org/wiki/Tag:information%3Dterminal --- .../presets/tourism/information/terminal.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/presets/presets/tourism/information/terminal.json diff --git a/data/presets/presets/tourism/information/terminal.json b/data/presets/presets/tourism/information/terminal.json new file mode 100644 index 000000000..862f43b40 --- /dev/null +++ b/data/presets/presets/tourism/information/terminal.json @@ -0,0 +1,19 @@ +{ + "icon": "maki-information", + "fields": [ + "operator" + ], + "geometry": [ + "point", + "vertex" + ], + "tags": { + "tourism": "information", + "information": "terminal" + }, + "reference": { + "key": "information", + "value": "terminal" + }, + "name": "Information Terminal" +}