The result is that the maps are not displayed.
After i looked a bit in the code i found the problem:
In the file helpers/phocamapsmap.php:
Code: Select all
function loadAPI( $src = 'jsapi') {
$document = & JFactory::getDocument();
$scriptLink = 'http://www.google.com/'.$src;
$document->addScript($scriptLink);
}
edit:
Versions: Phoca Maps 3 with Joomla 3