mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Add admin boundary relation preset
This commit is contained in:
@@ -1095,6 +1095,9 @@ en:
|
||||
type/boundary:
|
||||
name: Boundary
|
||||
terms: ""
|
||||
type/boundary/administrative:
|
||||
name: Administrative Boundary
|
||||
terms: ""
|
||||
type/multipolygon:
|
||||
name: Multipolygon
|
||||
terms: ""
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Vendored
+4
@@ -1832,6 +1832,10 @@
|
||||
"name": "Boundary",
|
||||
"terms": ""
|
||||
},
|
||||
"type/boundary/administrative": {
|
||||
"name": "Administrative Boundary",
|
||||
"terms": ""
|
||||
},
|
||||
"type/multipolygon": {
|
||||
"name": "Multipolygon",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user