Skip to content

Instantly share code, notes, and snippets.

@spreaderman
spreaderman / overpass_api_recipes.md
Created November 20, 2022 06:39 — forked from njanakiev/overpass_api_recipes.md
Overpass API Recipes

Overpass API Recipes

Get all the peaks in the dolomites

area
  [place=region]
  ["region:type"="mountain_area"]
  ["name:en"="Dolomites"];
out body;