From 0239856feb57749ef26b440ea6eb8c00073d5985 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sat, 9 Mar 2013 08:21:30 -0800 Subject: [PATCH] Add place presets --- data/presets/presets/place/hamlet.json | 13 +++++++++++++ data/presets/presets/place/locality.json | 13 +++++++++++++ data/presets/presets/place/village.json | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 data/presets/presets/place/hamlet.json create mode 100644 data/presets/presets/place/locality.json create mode 100644 data/presets/presets/place/village.json diff --git a/data/presets/presets/place/hamlet.json b/data/presets/presets/place/hamlet.json new file mode 100644 index 000000000..6cdf3a919 --- /dev/null +++ b/data/presets/presets/place/hamlet.json @@ -0,0 +1,13 @@ +{ + "name": "hamlet", + "match": { + "type": [ + "point", + "area" + ], + "tags": { + "place": "hamlet" + } + }, + "icon": "triangle-stroked" +} \ No newline at end of file diff --git a/data/presets/presets/place/locality.json b/data/presets/presets/place/locality.json new file mode 100644 index 000000000..3fa8c43fa --- /dev/null +++ b/data/presets/presets/place/locality.json @@ -0,0 +1,13 @@ +{ + "name": "locality", + "match": { + "type": [ + "point", + "area" + ], + "tags": { + "place": "locality" + } + }, + "icon": "marker" +} \ No newline at end of file diff --git a/data/presets/presets/place/village.json b/data/presets/presets/place/village.json new file mode 100644 index 000000000..1dae9ffde --- /dev/null +++ b/data/presets/presets/place/village.json @@ -0,0 +1,13 @@ +{ + "name": "village", + "match": { + "type": [ + "point", + "area" + ], + "tags": { + "place": "village" + } + }, + "icon": "square-stroked" +} \ No newline at end of file