mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 19:31:41 +00:00
Add common relation presets
Multipolygon is not included because multipolygon relations should be matched by other presets.
This commit is contained in:
@@ -1054,6 +1054,15 @@ en:
|
||||
tourism/zoo:
|
||||
name: Zoo
|
||||
terms: ""
|
||||
type/boundary:
|
||||
name: Boundary
|
||||
terms: ""
|
||||
type/restriction:
|
||||
name: Restriction
|
||||
terms: ""
|
||||
type/route:
|
||||
name: Route
|
||||
terms: ""
|
||||
waterway:
|
||||
name: Waterway
|
||||
terms: ""
|
||||
|
||||
@@ -4470,6 +4470,33 @@
|
||||
},
|
||||
"name": "Zoo"
|
||||
},
|
||||
"type/boundary": {
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "boundary"
|
||||
},
|
||||
"name": "Boundary"
|
||||
},
|
||||
"type/restriction": {
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "restriction"
|
||||
},
|
||||
"name": "Restriction"
|
||||
},
|
||||
"type/route": {
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "route"
|
||||
},
|
||||
"name": "Route"
|
||||
},
|
||||
"waterway": {
|
||||
"fields": [
|
||||
"waterway"
|
||||
|
||||
9
data/presets/presets/type/boundary.json
Normal file
9
data/presets/presets/type/boundary.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "boundary"
|
||||
},
|
||||
"name": "Boundary"
|
||||
}
|
||||
9
data/presets/presets/type/restriction.json
Normal file
9
data/presets/presets/type/restriction.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "restriction"
|
||||
},
|
||||
"name": "Restriction"
|
||||
}
|
||||
9
data/presets/presets/type/route.json
Normal file
9
data/presets/presets/type/route.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "route"
|
||||
},
|
||||
"name": "Route"
|
||||
}
|
||||
12
dist/locales/en.json
vendored
12
dist/locales/en.json
vendored
@@ -1767,6 +1767,18 @@
|
||||
"name": "Zoo",
|
||||
"terms": ""
|
||||
},
|
||||
"type/boundary": {
|
||||
"name": "Boundary",
|
||||
"terms": ""
|
||||
},
|
||||
"type/restriction": {
|
||||
"name": "Restriction",
|
||||
"terms": ""
|
||||
},
|
||||
"type/route": {
|
||||
"name": "Route",
|
||||
"terms": ""
|
||||
},
|
||||
"waterway": {
|
||||
"name": "Waterway",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user