Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
delahaye committed Jun 25, 2014
2 parents 69f2230 + 6671c4a commit 216e0ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion classes/Googlemap.php
Expand Up @@ -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') {
Expand Down Expand Up @@ -350,4 +353,4 @@ public static function cssInjection()
}
}

}
}

0 comments on commit 216e0ad

Please sign in to comment.