Closed (fixed)
Project:
GMap Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2007 at 00:27 UTC
Updated:
18 Sep 2007 at 00:51 UTC
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
Comment #1
bdragon commentedJust committed a change that makes my intentions more explicit and adds a comment that explains a bit about why the function is being removed.
Comment #2
Bill.Roehl commentedWhile 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?
Comment #3
bdragon commentedgmap_draw_map has been removed, after several months of doing nothing. Anything still calling this in 5.x is by definition broken.
Comment #4
(not verified) commented