This module has stopped working on my site
asespat - November 2, 2008 - 16:38
| Project: | MyKML Filter |
| Version: | 5.x-2.0 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Unfortunatly it seems is not working now , only appears a white square instead of the map with the kml file
In the demo page of the module loocks the same
Thanks
It's a great module, i would like to use it again

#1
After doing the last drupal upgrade to 5.12 I am having the same problem: a blank square instead of the map. How ever I cannot confirm this is due to the upgrade, since I have just noticed the problem.
#2
Still not working, any one knows where the problem could be?
#3
i have the same problem
#4
Found the problem:
jquery.jmaps.js line 52:
maptype: G_HYBRID_TYPE,
Should be:
maptype: G_HYBRID_MAP,
"Because the version 2 name is G_HYBRID_MAP"
http://groups.google.com/group/Google-Maps-API/msg/640302fc73f72446?pli=1
#5
#6
i tryed, but nothing change
#7
after the change try disabling and re-enabling the module... you know, some magical behavior...
what I did was to check the page with firebug to see what errors it gave. then i google the error and that is how i got the solution, obviously generic, not just for this module. maybe you get another error, try firebug and post the errors it gives.