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

Xennis/hamburg-stairs-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.