Add common relation presets

Multipolygon is not included because multipolygon relations
should be matched by other presets.
This commit is contained in:
John Firebaugh
2013-05-16 12:55:15 -07:00
parent 4ae4b33663
commit 4e5c18c0ac
6 changed files with 75 additions and 0 deletions

View File

@@ -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: ""

View File

@@ -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"

View File

@@ -0,0 +1,9 @@
{
"geometry": [
"relation"
],
"tags": {
"type": "boundary"
},
"name": "Boundary"
}

View File

@@ -0,0 +1,9 @@
{
"geometry": [
"relation"
],
"tags": {
"type": "restriction"
},
"name": "Restriction"
}

View File

@@ -0,0 +1,9 @@
{
"geometry": [
"relation"
],
"tags": {
"type": "route"
},
"name": "Route"
}

12
dist/locales/en.json vendored
View File

@@ -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": ""