Closed (works as designed)
Project:
GMap Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2007 at 07:12 UTC
Updated:
7 Sep 2007 at 17:37 UTC
return theme('gmap', array('#settings' => $map)); ?Just wondering ;-)
Comments
Comment #1
ray007 commentedNo answers?
Are the questions that stupid?
Comment #2
bdragon commented1) Because that's how 4.7 did it, and I didn't bother to change it. Next time I add a feature that needs a newer version, I'll go ahead and take that out and change it to request v2.
2) Yeah, and it might happen that way in the future. I already compress the crap out of the icon definitions before sending them.
3) It historically accepted raw javascript. This is not compatible with the 5.x way of doing things, which is why I am removing it completely. Any function that called it needs to be rewritten anyway, so there's no point in wrapping it.
4) They aren't stupid, but I missed the report the first time through. I recently subscribed myself to the entire queue, so this shouldn't happen in the future.
Comment #3
bdragon commented1) We now use v=2.
2) This still needs work, but should have its own master issue.
3) I killed gmap_draw_map completely now.
(Marking as by design because I really need to get this queue cleaned up a bit.)