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