Hi! If I render all relations ( I have osm-data from two sources: the openstreetmap-export function, and from geofabrik.de asked 17 Mar '15, 16:14 John215 |
Relations are not more than lists of other objects. You can't actually "render" relations in any sensible way, what you -can- do is render the objects that are in the "list". Which in the case of ways means actually taking one more indirection step: ways are simply ordered lists of nodes + the way specific tags. So tl;dr version: you actually have to render all the ways that the relation refers to. answered 18 Mar '15, 13:44 SimonPoole ♦ ...and all the ways that no relation refers to :)
(18 Mar '15, 14:36)
scai ♦
Yes the title is actually somewhat at oddes with the content of the question, as the relationship between tags on relations and tags on the consituent objects is complicated and depends on the relation type in question. I don't think that John215 was actually assuming that all ways are a relation member .....
(18 Mar '15, 14:40)
SimonPoole ♦
|