sfEasyGMapPlugin
sfEasyGMapPlugin copied to clipboard
include_map helper is not coherent with GMap->getContainer
getContainer($styles=array(),$attributes=array())
include_map($gMap,$options=array())
And include_map calls:
$gMap->getContainer($options);
The non-breaking way is to make include_map as include_map($gMap, $style=array(), $attributes=array())