diff options
| author | Lester Caine <lsces@lsces.co.uk> | 2010-12-09 10:19:22 +0000 |
|---|---|---|
| committer | Lester Caine <lsces@lsces.co.uk> | 2010-12-09 10:19:22 +0000 |
| commit | 313fce6a7e60a375e3aa488ca15898f89a733d56 (patch) | |
| tree | ad021d86a8b6e0ba666bceec22d00c81116e12e4 /templates | |
| parent | af694f09d634e2faa143c429b63085b1455e1d83 (diff) | |
| download | contact-313fce6a7e60a375e3aa488ca15898f89a733d56.tar.gz contact-313fce6a7e60a375e3aa488ca15898f89a733d56.tar.bz2 contact-313fce6a7e60a375e3aa488ca15898f89a733d56.zip | |
Add push pin for postcode on Multimap and Googlemaps so that directions to works
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/display_address.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/display_address.tpl b/templates/display_address.tpl index 9235eb1..e8e5c64 100644 --- a/templates/display_address.tpl +++ b/templates/display_address.tpl @@ -31,9 +31,9 @@ Easting: {$pageInfo.x_coordinate|escape} Northing: {$pageInfo.y_coordinate|escape} <<a href="http://www.openstreetmap.org/index.html?mlat={$pageInfo.x_coordinate}&mlon={$pageInfo.y_coordinate}&zoom=16&layers=BOFT" title="{$propertyInfo.title}"> OpenStreetMap - </a>> <<a href="http://www.bing.com/maps/?cp={$pageInfo.x_coordinate}~{$pageInfo.y_coordinate}&lvl=16&style=r#" title="{$pageInfo.title}"> + </a>> <<a href="http://www.bing.com/maps/?cp={$pageInfo.x_coordinate}~{$pageInfo.y_coordinate}&lvl=16&style=r&q={$pageInfo.postcode}#" title="{$pageInfo.title}"> Multimap - </a>> <<a href="http://www.google.co.uk/maps?f=q&source=s_q&hl=en&ll={$pageInfo.x_coordinate},{$pageInfo.y_coordinate}&z=16" title="{$pageInfo.title}"> + </a>> <<a href="http://www.google.co.uk/maps?f=q&source=s_q&hl=en&q={$pageInfo.postcode}&ll={$pageInfo.x_coordinate},{$pageInfo.y_coordinate}&z=16" title="{$pageInfo.title}"> Google </a>><br /> {$pageInfo.rpa|escape} |
