On Fri 23 Jan 2009, Martin Wheeler mwheeler@startext.co.uk wrote:
HOWEVER -- when I click on the 'Powered by Google' logo, the satellite map I get does NOT display the red pin. Is this the default behaviour? (Because if so, it's not much use to those trying to pin down an exact location.) Is there anything I can do to transfer the pin data over to the Google satellite map?
I think that's something set by the Google javascript thingy that we include, rather than by the javascript in OpenGuides itself (though I may be wrong). What we have on RGL is a little snippet amending the default display_metadata.tt template:
[% IF wgs84_lat AND wgs84_long %] (<a href="http://maps.google.co.uk/maps?q=[% wgs84_lat %],[% wgs84_long %]&z=15">gmap</a>) (<a href="http://www.multimap.com/maps/#t=l&map=[% wgs84_lat %],[% wgs84_long %]|16|4&loc=GB:[% wgs84_lat %]:[% wgs84_long %]:15">multimap</a>) [% END %]
which includes gmap and multimap links next to the address.
My next problem is -- why can't I get the directory re-write to function?
One of the sysadmins will have to answer this one!
Kake