Changes between Version 1 and Version 2 of Ticket #23008, comment 6


Ignore:
Timestamp:
2023-09-21T17:53:02+02:00 (23 months ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23008, comment 6

    v1 v2  
    44
    55I'll double check, but when I was looking at this, I ''did'' check what `concernsArea` does. Which is comparing tags against a set of known area tags, and (if it is a relation) check to see if the relation is a multipolygon.
     6
     7EDIT: To clarify, I did think about just using the relation multipolygon check instead of concernsArea, but I though concernsArea was more readable.