Add place presets

This commit is contained in:
John Firebaugh
2013-03-09 08:21:30 -08:00
parent fd266e43e0
commit 0239856feb
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "hamlet",
"match": {
"type": [
"point",
"area"
],
"tags": {
"place": "hamlet"
}
},
"icon": "triangle-stroked"
}

View File

@@ -0,0 +1,13 @@
{
"name": "locality",
"match": {
"type": [
"point",
"area"
],
"tags": {
"place": "locality"
}
},
"icon": "marker"
}

View File

@@ -0,0 +1,13 @@
{
"name": "village",
"match": {
"type": [
"point",
"area"
],
"tags": {
"place": "village"
}
},
"icon": "square-stroked"
}