
My markers description worked fine a couple of days ago. But now they suddenly dont. I havent changed anything at the site since last time they worked.
Joomla 1.6
Can't give you website address sorry.
Source: http://groups.google.com/group/google-m ... bf9b421fb5Perhaps this is the time to remind you of what the documentation says
about not specifying a version:
http://code.google.com/apis/maps/docume ... asics.html
+ Choosing an API version
+ The following guidelines apply when choosing the appropriate API
+ version for your Maps API V3 application:
+ + Production applications should always specify a minor version
+ + (eg. 3.2, 3.3, etc.).
A local version of your map (minus many of the includes) works, so you
might investigate either
1. calling out version 3.3
Code: Select all
echo $map->addAjaxAPI('maps', '3.x', $this->tmpl['params']);
Code: Select all
echo $map->addAjaxAPI('maps', '3.3', $this->tmpl['params']);
Maintaining a bunch of extensions is very time consuming and difficult to manage just in spare time. I'm afraid there is barely time left to answer all support problems.Weird that no admin/crew had this answer or any other answer to this problem.
Code: Select all
echo $map->addAjaxAPI('maps', '3.3', $this->tmpl['params']);
Code: Select all
echo $map->addAjaxAPI('maps', '3.4', $this->tmpl['params']);