A lot of shopping center developments have "outlot" stores (often restaurants), and sometimes completely stand-alone buildings will also have parking lots that entirely circle the building. I can see three plausible ways to map this:
The first is unquestionably the easiest to do, but it is semantically unsatisfying (and also doesn't render very well in some cases). The second is a bit more work, is also a little unsatisfying but at least the building isn't "in" the parking lot. The third I'm not even sure how to do in something like Potlatch, but it's certainly more technically complicated; but semantically it seems to be the best match, if it's technically possible. What is the received wisdom on this? asked 28 Oct '12, 19:43 blahedo |
Your third option - make a hole in the parking lot and put the building inside the hole - is the correct and commonly used approach. Areas with holes are modelled as multipolygon relations in OSM. It's possible to create these with all of the mainstream editors. Refer to the Relation:multipolygon wiki page for documentation, including Potlatch examples. If the parking lot is directly adjacent to the building, you can re-use the building outline as the multipolygon's "inner" member. answered 28 Oct '12, 20:33 Tordanik Ok, cool. Potlatch doesn't seem to be rendering it correctly but the data looks like it's in there (we'll see what Mapnik does with it).
(28 Oct '12, 22:10)
blahedo
|
Third option is the way to go. You can use multipolygon relations for it. answered 28 Oct '12, 20:13 RM87 |