Maps and Coordinates
November 26, 2004 6:49 AM
Subscribe
Maps and coordinates. I'm testing out the feasibility of using maps on my website. The website providing the maps asks for particular types of coordinates yet I can't seem to find a way of working out what my coordinates should be. This could be complicated to explain so... [more inside]
So I want to use Map24.com to map my users coordinates and to show their nearest neighbours
In the docs they give this example of usable coordinates:
Location in World coordinates (stated in minutes).
Example Mapsolute HQ in Eschborn:
wx=514.227597291174&wy= 3007.8407347798347
So my plan is that if my users can get their coordinates from somewhere then they can just enter X and Y into their profile and we're laughing.
The problem is I can't work out where they can get these coordinates from. For example if I find an address on Multimap it gives me the following coordinates:
X: 530400m
Y: 184800m
Lat: 51:32:49N (51.5471)
Lon: 0:07:13W (-0.1202)
Which is great, except it seems to bear no relation to what Map24 wants and any version of those numbers that I put in ends up going straight into the sea. Splash.
So my questions are:
Can I easily convert those coordinates?
Can I find a better source for providing my users with coordinates that'll be Map24 compatible?
Is there a better all round solution somewhere else?
posted by dodgygeezer to computers & internet (6 comments total)
I haven't used the service you're talking about, but I worked with mappoint.net a few years ago which had lots of handy functions for converting between co-ordinate systems, but it's not cheap.
Without seeing the specs, my guess is that in the first system values are expressed as [minutes].[decimal parts of a minute], and in the second as [degrees] [minutes] [seconds]. Google might help with converting to/from various different types of lat/long.
posted by Leon at 7:42 AM on November 26, 2004