Add admin boundary relation preset

This commit is contained in:
John Firebaugh
2013-06-05 10:20:11 -07:00
parent d79b618947
commit 36e1d8f1f3
4 changed files with 35 additions and 0 deletions
+3
View File
@@ -1095,6 +1095,9 @@ en:
type/boundary:
name: Boundary
terms: ""
type/boundary/administrative:
name: Administrative Boundary
terms: ""
type/multipolygon:
name: Multipolygon
terms: ""
+14
View File
@@ -4517,6 +4517,20 @@
"boundary"
]
},
"type/boundary/administrative": {
"name": "Administrative Boundary",
"geometry": [
"relation"
],
"tags": {
"type": "boundary",
"boundary": "administrative"
},
"fields": [
"admin_level"
],
"icon": "boundary"
},
"type/multipolygon": {
"geometry": [
"area",
@@ -0,0 +1,14 @@
{
"name": "Administrative Boundary",
"geometry": [
"relation"
],
"tags": {
"type": "boundary",
"boundary": "administrative"
},
"fields": [
"admin_level"
],
"icon": "boundary"
}
+4
View File
@@ -1832,6 +1832,10 @@
"name": "Boundary",
"terms": ""
},
"type/boundary/administrative": {
"name": "Administrative Boundary",
"terms": ""
},
"type/multipolygon": {
"name": "Multipolygon",
"terms": ""