This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Building Footprint

1

Is the building footprint layer available by itself in GIS format?

asked 31 Aug '12, 21:01

CJGIS's gravatar image

CJGIS
16112
accept rate: 0%


One Answer:

3

Not as such (strictly speaking, there aren't "layers" in OSM as such), but you can extract the data (have a look at some of these questions for how to do that - you'll probably end up using XAPI or Overpass).

You'd be looking for ways tagged "building=*", I'd imagine. Once you've got the data, you'd then want to do something with it yourself of course - for example, if you want to render some tiles showing just building footprints you'd need to render it.

answered 31 Aug '12, 22:19

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Source code available on GitHub .