I have a rather peculiar problem.
I’ve checked around in the forums but only found things that I’ve tried already.
I’m using MODx 0.9.6.3 and GoogleMap 1.3.2
My snippet call is:
[!GoogleMap? &key=`ABQIAAAAi...........` &maps=`mapid : map | address1 : Artillerig. 6 | zip : 11451 Stockholm | city : Sweden | lat : 59.332226 | lng : 18.080406 | title : Taurus | width : 300 | height : 400 | zoom : 9 | type : normal`!]
And it generates the javascript nicely as it should.
But in the <body> it only adds:
<p><div id="map" style="width: px; height: px"></div></p>
and the Google logo that is linked to the correct place. The slider is also added, but no map.
http://www.taurus.se/contact.html is what I’m trying to fix.
As you can see my snippet call is not correct. But for Sweden it needs to be called like that. If I delete Stockholm from zip, the link is pointed to somewhere in Finland.
The oddest thing is when I tried switching places with lat and lng. No difference.
So I deleted it. Seems like Google actually understands my call, it just won’t show the map that it is linked to. Strange.
I have cleared away all other javascripts, and I also tried deleting my stylesheets. No difference.
Any suggestions?
Cheers
Amrit