Osm2city.py: Difference between revisions

Jump to navigation Jump to search
No change in size ,  31 July 2015
m
→‎get OSM data: formatting
(→‎get OSM data: fix download URL)
m (→‎get OSM data: formatting)
Line 190: Line 190:
  wget -O buildings.osm http://www.overpass-api.de/api/xapi?*[key=value][bbox=11.16898,47.20837,11.79108,47.38161]
  wget -O buildings.osm http://www.overpass-api.de/api/xapi?*[key=value][bbox=11.16898,47.20837,11.79108,47.38161]


Note that you either need to give a valid ''key=value pair'', or remove ''[key=value]'' altogether. The alternative  
Note that you either need to give a valid ''key=value'' pair, or remove ''[key=value]'' altogether. The alternative  


  wget -O buildings.osm http://www.overpass-api.de/api/xapi?map?bbox=11.16898,47.20837,11.79108,47.38161
  wget -O buildings.osm http://www.overpass-api.de/api/xapi?map?bbox=11.16898,47.20837,11.79108,47.38161
153

edits

Navigation menu