Hi Jerry,
thanks for the reply.
Doing the above, I get the following error.
GoogleMapAPI:createMarkerIcon: Error reading image: GoogleMapsIcons/icong1.png
I think the path should be changed in GoogleMapApi.class.php
$_shadow_image_path = strpos($iconShadowImage,'http') === 0 ? $iconShadowImage : $_SERVER['DOCUMENT_ROOT'] . $iconShadowImage;
should include something in addition to DOCUMENT_ROOT.
But not sure which file to include?
I think I need access to
JURI::base()
but I don't know which file to include?
cheers
Ed
where
$_shadow_image_path = strpos($iconShadowImage,'http') === 0 ? $iconShadowImage : $_SERVER['DOCUMENT_ROOT'] . $iconShadowImage;