I need the data to render an image which has a special shape (rotated about 45°) how can I do this?
I use JOSM to download the date and Maperitive to render the data, but if necessary I can use other tools.
A second question:
How can i download only a certain region like a country, a city or district?
To clarify my question:
I don’t want to rotate the map (although this will lead to the same result), I want to select data in a rectangle with a certain rotation.
For example: I want to download the area along the ‘Augustaanlage’ with JOSM in this area: http://www.openstreetmap.org/#map=17/49.48054/8.48412
I’ll waste a lot of bandwith and time with the data in lower-left und upper-right corner, because they are not necessary. So it would be great to be able to select a region which is parallel to road.
Geofabrik looks great and this will be of great use. But does anyone know how I can do this by myself? Because it would be nice to have data for only a certain city to create a map for OSMand.
@stephan75:
Yeah, asking this question in the german subforum would be easier for me, but now I’ll finish this here ; )
It’s not possible to select a boundingbox other than by left/top/right/bottom-Values, no. It is possible to select an area for a OverpassAPI-Query, but I’m not sure if that would require an Object in OSM, and the following is likely more suitable for your usecase anyway:
You can extract the data inside a polygon from a OSM-File using osmconvert.
This would require to download i.e. an Geofabrik-Extract which completely covers your area (for Mannheim “Regierungsbezirk Karlsruhe”, if you also want a section of Ludwigshafen you would either need whole Germany or merge the files for BW and RP). While downloading you would create a *.poly-File (using the poly-Plugin for JOSM).
That’s basicly how I prepare the data for my OsmAnd-Files