I am trying to add my own map source to modrana. Microsoft/bing (boo!) maps offer UKOS maps. These are some of the nicest maps available for the UK. I was able to add them to marble with this server string: Code: <downloadUrl protocol="http" host="ecn.t1.tiles.virtualearth.net" path="/tiles/r{quadIndex}.png" query="g=41&productSet=mmOS" /> In the above example, the 'query="g=41&productSet=mmOS"' is where the magic happens. This is appended to the end of the URL and makes the server return UKOS map tiles instead of virtual earth tiles. I do not see how to add this parameter to the modrana map config file URL. Any help?
<downloadUrl protocol="http" host="ecn.t1.tiles.virtualearth.net" path="/tiles/r{quadIndex}.png" query="g=41&productSet=mmOS" />