Hi, When I try to export the transport layer as a .pdf it shows up as the standard layer, why is this happening? Additionally, I need to get a topography layer, and hydrology layer and a infrastructure layer, they can be .pdfs or .jpgs, it doesn't matter. Where would you recommend I get these? I am looking at the river bed from Maastricht to Liege in Berlin. Thank you! |
If you need special maps like you mentioned you should start investigating in the OSM wiki (or even on this FAQ site by searching for keywords like "render own map" or own style" or similar. Because there is ONE OpenstreetMap database, but many many possibilities how to convert the raw OSM data to bitmaps or PDF or SVG files. So you have to find a webservice that might offer maps rendered near your aims, and then you have to find a way to get graphic output like you need. Besides commercial companies you can do it all on your own, you can download the raw data, do some filtering, and then render any graphic in a format of your choice. So start reading in the OSM wiki about Rendering, osmfilter, SVG, commercial, List_of_OSM_based_Services answered 18 Jun '13, 16:42 stephan75 |
The are two questions here, but the answer to this previous question may actually help with both. There's some more information about the OSM transport layer (including the terms of use) here. If you haven't already seen it, this page of the beginners' guide might be useful. It describes the sort of data that is contained within OSM. What you won't see there are separate layers for e.g. hydrology and infrastructure. If you need to extract certain types of data you'll need to process a data extract with something like osmfilter, or query data with something like Overpass (there's also a graphical front-end for that). answered 20 Jun '13, 12:52 SomeoneElse ♦ |