Well done Dom and Chris for getting Google Maps integrated into OG svn.
I've found a few things missing, and I will be committing when the list is complete.
I'm trying to use this to set up a mirror of OGLondon with the map of all points. URL is http://www.nurflax.net/cgi-bin/openguides/wiki.cgi?action=index;format=map
But it's not working :(. I've gone on to Google to register account, and requested an API key for http://www.nurflax.net/cgi-bin/openguides/, which I have installed. (at no point did google ask me for my account email address).
The page source looks OK, but no map is being displayed. Viewing the page source looks OK compared with the Oxford one.
Any suggestions?
If anyone would like to help, I can give you access to a shell account - drop me a line on IRC if you need this.
Merry Christmas all,
Ivor.
On Sat, Dec 24, 2005 at 12:44:50PM +0000, IvorW wrote:
I've found a few things missing, and I will be committing when the list is complete.
I've got more bis and pieces to sort out already that I know about and will sort that out after the Christmas break.
I'm trying to use this to set up a mirror of OGLondon with the map of all points. URL is http://www.nurflax.net/cgi-bin/openguides/wiki.cgi?action=index;format=map
But it's not working :(. I've gone on to Google to register account, and requested an API key for http://www.nurflax.net/cgi-bin/openguides/, which I have installed. (at no point did google ask me for my account email address).
You were probably already logged on then...
The page source looks OK, but no map is being displayed. Viewing the page source looks OK compared with the Oxford one.
Any suggestions?
Look at the javascript console. It seems that there is some junk data being stored (this was the case for Oxford too - I need to validate that we're passing decimal lat/longs to avoid this. I just deleted the rogue data as a quick fix for Oxford.
'missing ) after argument list "var point9 = new GPoint(0d 0m 0s, 0d 0m 0s);" Line 12038, Column 35, File "wiki.cgi?action=index;format=map" in "http://www.nurflax.net/cgi-bin/openguides"'
Cheers,
Dominic.
Dominic Hargreaves wrote:
<>On Sat, Dec 24, 2005 at 12:44:50PM +0000, IvorW wrote:
The page source looks OK, but no map is being displayed. Viewing the page source looks OK compared with the Oxford one.
Any suggestions?
Look at the javascript console. It seems that there is some junk data being stored (this was the case for Oxford too - I need to validate that we're passing decimal lat/longs to avoid this. I just deleted the rogue data as a quick fix for Oxford.
'missing ) after argument list "var point9 = new GPoint(0d 0m 0s, 0d 0m 0s);" Line 12038, Column 35, File "wiki.cgi?action=index;format=map" in "http://www.nurflax.net/cgi-bin/openguides"'
Yup, same problem with London. I have patched map_index.tt (patch is attached to ticket #75) to filter out nodes with dms coordinates.
And it now works. Yay hay! :D
http://www.nurflax.net/cgi-bin/openguides/wiki.cgi?action=index;format=map
Note also that this mirrored site also includes the patch for ticket #18 and I'd like some feedback.
Merry Christmas and Happy New Year to all.
Ivor.
openguides-dev@lists.openguides.org