Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 505 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 505 Bytes

Hamburg Stairs Map

Screenshot

Data set

Overpass API query (Overpass turbo web UI)

[out:json][timeout:25];
{{geocodeArea:Hamburg}}->.searchArea;
// gather results
(
  way["highway"="steps"](area.searchArea);
);
// print results
out body;
>;
out skel qt;

The data included in steps-hamburg.min.js is from OpenStreetMap. The data is made available under ODbL.