in this function :
function gmap_draw_map($gmap, $javascript='') {

//var_dump(xdebug_get_function_stack());

echo "DRAW_MAP CALLED -- This api does not function at the moment!";

return '';

global $base_url, $node;
_gmap_doheader();
.
.
.
.

I saw another comment (on the module itself, though, not here in issues) saing the same thing and was just confused as it appears that many people are successfully using this mod (or at least not running in to this issue)

Comments

bdragon’s picture

Just committed a change that makes my intentions more explicit and adds a comment that explains a bit about why the function is being removed.

Bill.Roehl’s picture

Category: support » feature
Priority: Normal » Minor

While this seems to now be functioning (I think it's what this function was supposed to do) as a block tied into the location.module, it's not showing up on the main page. Is that a bug or by design?

bdragon’s picture

Status: Active » Fixed

gmap_draw_map has been removed, after several months of doing nothing. Anything still calling this in 5.x is by definition broken.

Anonymous’s picture

Status: Fixed » Closed (fixed)