sfEasyGMapPlugin icon indicating copy to clipboard operation
sfEasyGMapPlugin copied to clipboard

include_map helper is not coherent with GMap->getContainer

Open laurentb opened this issue 14 years ago • 1 comments

getContainer($styles=array(),$attributes=array())

include_map($gMap,$options=array())

And include_map calls:

$gMap->getContainer($options);

laurentb avatar May 19 '11 15:05 laurentb

The non-breaking way is to make include_map as include_map($gMap, $style=array(), $attributes=array())

laurentb avatar May 19 '11 15:05 laurentb