MapIt! accepts the following coordinate formats:
| WGS-84 Datum | ||
|
|
e.g. N50 37.904 W001 56.333 or 50 37.904N 001 56.333W | |
|
|
e.g. N50 37 54.228 W001 56 19.997 or 50 37 54.228N 001 56 19.997W | |
|
|
e.g. N50.631730 W1.938888 or 50.631730N 1.938888W | |
|
|
e.g. 50.631730 -1.938888 | |
| OSGB Datum | ||
|
|
e.g. SZ 04418 81340 or SZ0442 8134 or SZ044813 | |
|
|
e.g. 404418,81340 | |
| Other | ||
|
|
e.g. BH19 2AA | |
The format of the entered coordinates is reasonably flexible and as long as the various parts of the coordinates are separated in some way the conversion should work. For example if you enter "blahN50*37 899 - W1:56:::330rubbish" it will be decoded as N50°37.899 W001°56.330 .
You can simplify the use of the Map Linker by installing our MapIt! bookmarklet. This bookmarklet is a small piece of javascript code that will allow you to get a map by simply highlighting the coordinates on a webpage and clicking on the MapIt! link. It's as easy as that - no more cut and pasting!
To create your own bookmarklet go to the MapIt! bookmarklet generator page and follow the instructions.
The URL http://benchmarks.org.uk/map.php can also be used to add map links to your web page by adding '?c=' followed by any of the valid coordinate formats listed above.
Example
http://benchmarks.org.uk/map.php?c=N50°38.417 W002°03.554
Coordinates format
All the formats specified in the Coordinate Formats section can be used.
| &title=xx | add a title to the map | |
| &size=5 | display a 5 x 5 size map |
Examples
http://benchmarks.org.uk/map.php?c=n50:38.417 W2*03:554&title=Corfe+Castle
http://benchmarks.org.uk/map.php?c=N 50° 38.417 W 002° 03.554&title=Corfe+Castle&size=5
http://benchmarks.org.uk/map.php?c=BH19 2AA&size=5
Example HTML code to add a map link to your cache page
<a href="http://benchmarks.org.uk/map.php?c=N50°38.417 W 002° 03.554&title=Corfe+Castle" target="_blank">Click here for a
map</a>