Hi. My question is probably odd, so let me elaborate. I am interested in creating tram and bus map, like opnvkarte: http://img706.imageshack.us/img706/2911/opnvkarte.png Unfortunately, they do not allow me to download whole Krakow, so I am forced to generate my own map. I have managed to do something like that: http://img849.imageshack.us/img849/5830/36296467.png So, here is my question: How to set (locally) name of ways, so it would contain ref separated (like in opnvkarte) of tram routes? Sorry for my English and lack of knowledge - I didn't know anything about OpenStreetMap until yesterday. Cheers! asked 03 Aug '12, 14:05 michal_wawrz |
You would normally import your data into a database prior to rendering it. The osm2pgsql tool - one of several tools that can do this - can generate linestring geometries for relations which you can then draw. You could also check out Maperitive which works on raw OSM data, without database import, and it has relation support as well: http://maperitive.net/docs/manual/FAQ.html#How%20do%20I%20define%20a%20relation%20rule? answered 03 Aug '12, 14:10 Frederik Ramm ♦ RM87 |
Since I don't quite understand your answer yet, here is better image of what I am trying to accomplish: http://img815.imageshack.us/img815/8802/zblk.png (refs of relations containing specific way separated by coma)