mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Add place presets
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "hamlet",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "hamlet"
|
||||
}
|
||||
},
|
||||
"icon": "triangle-stroked"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "locality",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "locality"
|
||||
}
|
||||
},
|
||||
"icon": "marker"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "village",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "village"
|
||||
}
|
||||
},
|
||||
"icon": "square-stroked"
|
||||
}
|
||||
Reference in New Issue
Block a user