mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Special case multipolygon preset icon
Multipolygons have geometry === "area", so normally wouldn't trigger a 'preset-icon-relation' class. This preset usually matches only in the case where the tags are on the outer way and the multipolygon itself is untagged. Otherwise, a more specific area preset will match.
This commit is contained in:
@@ -4489,6 +4489,7 @@
|
||||
},
|
||||
"type/multipolygon": {
|
||||
"geometry": [
|
||||
"area",
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area",
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
Reference in New Issue
Block a user