|
|
StephenFletcher
new user
Reg'd: Sat
Posts: 1
|
|
There are a couple of code errors in the "Embed Google Maps into your website" feature in issue 185.
Point 6 code should be (errors are highlighted in bold):
var point = new GLatLng(51.5010546441594, -0.0967761526667349); var marker = new GMarker(point); map.addOverlay(marker);
Hope this helps someone out finding it doesn't work.
|
|
andys
Staff
Reg'd: Fri
Posts: 177
Loc: London, England
|
|
Thanks for pointing that out Stephen, and apologies to anyone who has been struggling with it.
-------------------- Andy Shaw - Technical and Reviews Editor
Web User
|
|
|