Changes between Initial Version and Version 3 of Ticket #10391


Ignore:
Timestamp:
2014-08-21T15:50:36+02:00 (11 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10391

    • Property Summary Add support for "not element of" operator (!∈)Add support for "not element of" operator (∉)
  • Ticket #10391 – Description

    initial v3  
    33#!mapcss
    44/* Many misuses of building=hangar insteaf of building=barn because it's the same word in French */
    5 *[building=hangar][!aeroway] !∈ *[aeroway] {
     5*[building=hangar][!aeroway] *[aeroway] {
    66  throwWarning: tr("{0} not inside {1}", "{0.tag}", "{2.key}");
    77}