mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Build iD.Way.areaKeys from presets
This eliminates the possibility that a feature will flip from area to line when you apply a preset. Fixes #1996
This commit is contained in:
@@ -1484,8 +1484,7 @@
|
||||
"boundary/administrative": {
|
||||
"name": "Administrative Boundary",
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"boundary": "administrative"
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
{
|
||||
"name": "Administrative Boundary",
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"boundary": "administrative"
|
||||
|
||||
Reference in New Issue
Block a user