Changes between Version 1 and Version 2 of Ticket #23008, comment 6
- Timestamp:
- 2023-09-21T17:53:02+02:00 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23008, comment 6
v1 v2 4 4 5 5 I'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 7 EDIT: To clarify, I did think about just using the relation multipolygon check instead of concernsArea, but I though concernsArea was more readable.