<div dir='auto'><div><div><div class="elided-text">Hello,</div></div></div><div class="elided-text" dir="auto"><br></div><div class="elided-text" dir="auto">when it comes to read raw OSM dumps it's quite straightforward to parse nodes: their geometry properties can be read alongside with their tags. When it comes to linestrings and relations it is more complicated to access their geometry: the geometry of referenced nodes needs to be combined into lines and polygons. Also one needs to decide which linestrings/relations are actually lines and which are areas.</div><div class="elided-text" dir="auto"><br></div><div class="elided-text" dir="auto">I know how this can be done but I am wondering if there are preprocessed datasets around that have geometries already precomputed. That would make sense to me as a lot of people face the sample problem and this step is quite resource intense.</div><div class="elided-text" dir="auto"><br></div><div class="elided-text" dir="auto">A huge file containing all osm items as geojson would be my dreamcase. Does this exist?</div><div class="elided-text" dir="auto"><br></div><div class="elided-text" dir="auto">Thank you for your time and your help!</div><div class="elided-text" dir="auto">Christoph Lingg</div></div>