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