diff --git a/mod_flexigooglemap.xml b/mod_flexigooglemap.xml index e8d7753..4377252 100644 --- a/mod_flexigooglemap.xml +++ b/mod_flexigooglemap.xml @@ -166,7 +166,7 @@ - + get('apikey', '' ); $maptype = $params->get('maptype', '' ); $maxzoommarker = $params->get('maxzoommarker', '' ); +$mapstyle = $params->get('mapstyle',''); +$mapstyle = substr($mapstyle,1,-1); //Remove[] at end and start $clustermode = $params->get('clustermode', '' ); $gridsize = $params->get('gridsize', '' ); @@ -214,6 +216,7 @@ mapTypeControl: false, streetViewControl: false, panControl: false, + styles:[], zoomControlOptions: { position: google.maps.ControlPosition.LEFT_BOTTOM }