mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 17:52:55 +00:00
Add more generic presets
This commit is contained in:
File diff suppressed because one or more lines are too long
20
data/presets/presets/aeroway.json
Normal file
20
data/presets/presets/aeroway.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "aeroway",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "aeroway",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
data/presets/presets/amenity.json
Normal file
18
data/presets/presets/amenity.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "amenity",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "amenity",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
20
data/presets/presets/highway.json
Normal file
20
data/presets/presets/highway.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "highway",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "highway",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
data/presets/presets/landuse.json
Normal file
18
data/presets/presets/landuse.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "landuse",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "landuse",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
data/presets/presets/leisure.json
Normal file
18
data/presets/presets/leisure.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "leisure",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "leisure",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
data/presets/presets/natural.json
Normal file
18
data/presets/presets/natural.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "natural",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "natural",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
data/presets/presets/place.json
Normal file
18
data/presets/presets/place.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "place",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "place",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
20
data/presets/presets/railway.json
Normal file
20
data/presets/presets/railway.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "railway",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "railway",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
18
data/presets/presets/tourism.json
Normal file
18
data/presets/presets/tourism.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "tourism",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "tourism",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
20
data/presets/presets/waterway.json
Normal file
20
data/presets/presets/waterway.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "waterway",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"waterway": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "waterway",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user