Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use/support new Conditional query filter #4

Open
2 tasks
tyrasd opened this issue Mar 6, 2017 · 1 comment
Open
2 tasks

use/support new Conditional query filter #4

tyrasd opened this issue Mar 6, 2017 · 1 comment

Comments

@tyrasd
Copy link
Owner

tyrasd commented Mar 6, 2017

see https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Conditional_query_filter_.28if:.29

  • investigate if it makes sense to use this new syntax in certain situations
  • implement more operators which were previously not easily possible
@mmd-osm
Copy link

mmd-osm commented May 1, 2017

A few topics come to mind:

  • Numeric comparison, e.g. maxspeed > 30: (if: (is_number(t[maxspeed]) && t[maxspeed] > 30))
  • tag count
  • node count
  • is_closed()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants