Problem creating a map centred on London

If I create a map centred on longitude 0 (to show, for example, London) then it appears as the entire earth, totally zoomed out:

map.LoadMap(new VELatLong(51,0));


Answer this question

Problem creating a map centred on London

  • KyleHenly

    Yes very odd, doesn't seem to like 51,0, try 51,0.0000000001

    Cheers
    Mike


  • Problem creating a map centred on London