PDA

View Full Version : World Map


valvika
01-09-2006, 01:33 PM
It is Mercator World Map.

If you press in any two points of map, then you can see distant between this points.

If you press key-SPACE and mouse-Click then you can see lat/long of this point.

http://www.mainmaps.com/fly

Your comment., pls.

Thanks.

Billy T
01-09-2006, 01:47 PM
thats cool

would be nice if the map zoomed as you dragged the button (ie not just onRelease) and if the distance was also shown outside of the map area so you didnt have to zoom in to read it

Headshotz
01-10-2006, 08:48 AM
Cool, looks good. Just dont like how it gets really jagged upon movement.

outlando
01-10-2006, 03:54 PM
What Headshotz said... the movement/scrolling could do with being a bit smoother. Aside from that, good job! Keep working on it, you'll get there :)

Cota
01-10-2006, 04:01 PM
How are you getting the distance between the two points?

valvika
01-10-2006, 06:25 PM
Thanks all.
How are you getting the distance between the two points?
I use lat/lon and I expect that GLOBE is equal Ellipsoid WGS84 .

Cota
01-10-2006, 06:27 PM
I was assuming it was something more complicated than that..

valvika
01-10-2006, 08:20 PM
I was assuming it was something more complicated than that..
Do you know else more exactly?
Look at this method on map-Googl's screenShort ( Chicago )
http://www.mainmaps.com/poligon_test_2006/
The mistake of calculations less of 0.001 ( lat/lon ).

Cota
01-10-2006, 10:15 PM
The reason it caught my attention is because I was once working on an application that needed to determine driven milage between 2 points...never got it to work..and I was avoiding google mapping tools cause they wanted way too much money..

valvika
01-10-2006, 10:41 PM
The reason it caught my attention is because I was once working on an application that needed to determine driven milage between 2 points...
This "World Map" is only toy. It is using prepare technology.
Now we develop the free fission USA on "delivery areas" of the commercial agents. And quick determination of such area using Address of customer.

Headshotz
01-11-2006, 10:45 AM
@Cota: Couldnt you just use some trig and a few other things?