PDA

View Full Version : Map This!::: MSN/Virtual Earth maps support



deniska
August 19th, 2006, 07:03
More excellent MAP This News - From the release of Deniska`s GPS Map Viewer (http://deniska.dcemu.co.uk) for the PSP, heres his latest newspost:

I have updated the scripts section with a new cygwin script, which gets the maps from MSN maps/ Virtual Earth engine (http://local.live.com)

usage:
./getVEmap.sh [latitude] [longitude] [map size]
example:
./getVEmap.sh 40.619442 -73.970926 1 16
latitude/longitude must be in decimal format
base zoom: 0-16
map size: number of 256x256 pix tiles in 1 row
map size: 16 will create an equivalent of 4096x4096 pixel map at base zoom
==================================================

You'll need to install cygwin (cygwin.com) and Java (JRE) from java.sun.com to run the script.
Both distributions are free and there are plenty of instructions & tutorials on how to set them up.

MSN Maps/ Virtual Earth seem to have a better than Google coverage of some areas, for example: Eastern Europe.

Here is a screenshot of a map for Riga, Latvia, which, according to Google just does not exist :-) :
http://deniska.dcemu.co.uk/images/msn2.jpg

Go to http://local.live.com to check the coverage for your area..
Once you find your map, you can get the GPS coordinates this way:
1) Center your map on the location you want.
2) Click on "Share" tab and select "View Permalink"
3) You'll get something like: _http://local.live.com/default.aspx?v=2&cp=[b]56.945724~24.145804&style=r&lvl=15&scene=1935198&rtp=null~null - The highlighted number are the coordinates that you'll need for the getVEmap.sh script

Here is the same area mapped my Google and MSN:
http://deniska.dcemu.co.uk/images/map1.jpg
http://deniska.dcemu.co.uk/images/msn1.jpg

Download and Give Feedback Via Comments

gooffer06
August 19th, 2006, 11:29
Where we can download the script to do own map ?

deniska
August 19th, 2006, 17:25
@ NEO Flash forum.. You'll need to register to get the file...

pkmaximum
August 19th, 2006, 19:36
Hmmm this seems cool, can it also view msn birds eye view?

deniska
August 19th, 2006, 19:47
nope

capthowdy82
August 21st, 2006, 03:19
wish i could download a map for Toronto

naruto619
August 21st, 2006, 04:02
ok i know this is the wrong forum but i have no idea who to make my own

MJ DwaTrzy
August 21st, 2006, 16:05
I have an error
http://img139.imageshack.us/img139/3460/aufnahme2py9.jpg


. How to fix it?

deniska
August 23rd, 2006, 13:09
find following line and change "." to your current directory path:
URL=`java -classpath . VeTile 0 0 $zoom $x $y|cut -d '|' -f3`

You may want to consider using in7ane's windows tool...