diff --git a/classes/Googlemap.php b/classes/Googlemap.php index 0321d6e..3cb104c 100644 --- a/classes/Googlemap.php +++ b/classes/Googlemap.php @@ -246,6 +246,9 @@ protected function getElementData($intMap, $intCount, $arrElement) $arrElement['staticMapPart'] = ''; + //supporting insertags + $arrElement['kmlUrl'] = $this->replaceInsertTags($arrElement['kmlUrl'],false); + switch($arrElement['type']) { case 'MARKER': if($arrElement['markerType'] == 'ICON') { @@ -350,4 +353,4 @@ public static function cssInjection() } } -} \ No newline at end of file +}