mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Add more generic presets
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "aeroway",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "aeroway",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "amenity",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "amenity",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "highway",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "highway",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "landuse",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "landuse",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "leisure",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "leisure",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "natural",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"natural": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "natural",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "place",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"place": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "place",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "railway",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"railway": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "railway",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "tourism",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"tourism": "*"
|
||||
}
|
||||
},
|
||||
"form": [
|
||||
{
|
||||
"key": "tourism",
|
||||
"type": "combo"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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