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
Google Map Marker is not showing
-
- Forum Members
- Posts: 25
- Joined: Thu Jan 15, 2009 6:41 pm
Re: Google Map Marker is not showing
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
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
Thanks!
I'm going to test it
Léon
I'm going to test it
Léon