You are not logged in.
- Topics: Active | Unanswered
Announcement
*** NOTICE: forum.openstreetmap.org is being retired. Please request a category for your community in the new ones as soon as possible using this process, which will allow you to propose your community moderators.
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Pages: 1
#1 2015-05-08 10:16:33
- bjoern_m
- Member
- Registered: 2014-08-19
- Posts: 15
Downloads
Hallo,
gibt es irgendeine Möglichkeit, Downloads von OSM-Daten nicht nur anhand der bbox zu machen, sondern einen Weg/Relation anzugeben, um den herum in einem bspw. 50m breiten Streifen die Daten geladen werden?
Gruß
Björn
Offline
#2 2015-05-08 11:29:08
- gormo
- Member
- Registered: 2013-08-01
- Posts: 2,119
- Website
Re: Downloads
Overpass-API mit "around":
[out:json][timeout:25];
// gather results
(
way(341583352);
//node(around:50); // wenn man die auch will
way(around:10);
);
// print results
out body;
>;
out skel qt;OSM hat nicht das Ziel bis Ende des Monats einen vollständigen Datensatz der Welt zu enthalten.
(nach S.W.) - Aber weil die Welt vielfältig ist, weil sie auch im Detail interessant ist, mag ich genaue Karten (nach C.)
Offline
Pages: 1