I am using an OpenStreetMaps Vector map of the UK that takes it's rendering from a .xml file. Is there an editing tool for Windows that will allow me to view the 'great_britain.map' and edit the 'great_britain.map.xml' to change the appearance of some of the map attributes for example road colour and path width then export the new .xml file? I have tried making the edits in a text editor but this is long winded and not that successful. asked 25 Oct '12, 09:13 twoten SomeoneElse ♦ |
The raw OSM data (what you have in the .xml file) does not have any specific attributes that are used for rendering (how the map appears on the output media). Typically this is acheived via a "style file". Since you don't actually specify with what you are viewing the vector map data it is difficult to help you any further. answered 25 Oct '12, 09:47 SimonPoole ♦ 1
Thanks Simon, I am viewing the map file using Oruxmaps on an Android phone. The files I am using are downloaded from http://www.openandromaps.org/files/themes/orux/volatile_hike.zip I have found if I edit the colour in the .xml file the change is reflected in the map so assumed this was used for the style. Keith.
(25 Oct '12, 10:17)
twoten
3
The xml file you are referring too is such a style file I was referring to, and NOT OSM data. You are actually using the MapsForge renderer see http://code.google.com/p/mapsforge/ in Oruxmaps. I don't believe that there is currently a visual editor for MapsForge style files, but you could try asking at the link above.
(25 Oct '12, 10:22)
SimonPoole ♦
|