Skip to Content.
Sympa Menu

overpass - [overpass] QL Intersections

Subject: Overpass API developpement

List archive

[overpass] QL Intersections


Chronological Thread 
  • From: Malcolm Herring <>
  • To:
  • Subject: [overpass] QL Intersections
  • Date: Thu, 17 Dec 2015 11:50:09 +0000

I need to perform an intersection, but there appears to be no native operator for this. So I am attempting to do this with unions & differences.

What I require: rel['key1'='value1'] AND rel['key2'='value2']

If I write: (rel['key1'='value1'] - rel['key2'!='value2'])

Will this work even if a relation in the input set has no tag with 'key2'? I cannot find a definition of the "!=" operator.




Archive powered by MHonArc 2.6.18.

Top of Page