Skip to content

Instantly share code, notes, and snippets.

@nomoregrapes
Last active October 26, 2015 10:39
Show Gist options
  • Save nomoregrapes/2fa068c933072b36688e to your computer and use it in GitHub Desktop.
Save nomoregrapes/2fa068c933072b36688e to your computer and use it in GitHub Desktop.
Handy search queries for OpenStreetMap, use for filters in JOSM or Overpass queries.
# Landuse and major roads
# Useful filter when mapping landuse=residential areas, only want to attach them to major features.
# The first bit is for ways you're creating, so you can add landuse tags
(type:way AND -tags:0) AND (type:way AND (-waterway=riverbank AND -landuse=* AND -leisure=* AND -natural=* AND -amenity=* -highway=trunk AND -highway=primary AND -highway=secondary))
# Other useful filters?...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment