From kake@earth.li Tue Jan 27 06:49:18 2009 From: Kake L Pugh To: openguides-dev@lists.openguides.org Subject: Re: [OGDev] Perl modules... Date: Tue, 27 Jan 2009 06:49:15 +0000 Message-ID: <20090127064915.GC29127@the.earth.li> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2693027177383094429==" --===============2693027177383094429== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Fri 23 Jan 2009, Martin Wheeler 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 %] (gmap) (multimap) [% 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 --===============2693027177383094429==--