diff --git a/classes/Googlemap.php b/classes/Googlemap.php index 69428ed..8aa1088 100644 --- a/classes/Googlemap.php +++ b/classes/Googlemap.php @@ -195,7 +195,7 @@ public static function getMapData($intMap, $strFormat = '', $arrParams = false) { if ($intIcon <= 5) { - $arrMap['staticMap'] .= '&' . $k . implode('|', $v); + $arrMap['staticMap'] .= '&' . $k . implode('%7C', $v); $intIcon++; } }