Changes between Initial Version and Version 1 of Ticket #10391, comment 15


Ignore:
Timestamp:
2018-12-22T21:02:08+01:00 (7 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10391, comment 15

    initial v1  
    99Current implementation, when the following rule is used for two buildings inside residential area,
    1010{{{
     11#!mapcss
    1112area[building] ∈ area[landuse=residential][landuse] {
    1213  throwWarning: tr("Building inside {0}", "{0.tag}");
     
    2223Agree. But if you want to check if "element of", I don't see any other option in the worst case. I would be glad to discuss how to speedup the process. Also, I would like to point out the following section of the patch:
    2324{{{
     25#!diff
    2426 58 +                if (!left.matches(e))
    2527 59 +                    return false;