Page 1 of 1

Google Map Marker is not showing

Posted: Mon Mar 02, 2009 7:52 pm
by elzmiro
Hello,

I just started with CMSMS and have installed the GoogleMaps module.

I'm using
CMSMS version 1.5.2
GoogleMaps version 0.1.6

I've created a map (via the GoogleMaps module) and added a marker field to it. I'm able to show a GoogleMap on a page, but for whatever reason the marker symbol is not shown. When I hover over the spot where the marrker is supposed to be, I can se that the location is correct.

What do I need to do?
Thanks in advance,
Regards Léon

Re: Google Map Marker is not showing

Posted: Tue Mar 03, 2009 7:36 am
by W3designer
Hey,

I had also problems with the Google Maps module. The problem in my situation was that the locale settings where in conflict with the source code. The code formatted numbers with the dutch region settings, this means that the number is formatted as: 1,122 instead 1.123. The last one is the correct output for the Google Maps JavaScript.

The link to my dutch post, with my solution explained in dutch :):
http://forum.cmsmadesimple.org/index.ph ... 958.0.html

Re: Google Map Marker is not showing

Posted: Tue Mar 03, 2009 9:13 pm
by elzmiro
Thanks!
I'm going to test it

Léon