That cache should speed up the map a lot, since it won't have to make so many requests to Google in order to geocode the addresses. Instead of commenting it out, let's just reset it.

Run $ZENHOME/bin/zendmd, and type the following in the shell:

dmd.ZenUsers.iamauser.geocache = ""
commit()

Where "iamauser" is the username that is having the problem.

That cache string won't change. It is merely the results of google's geocoder for addresses that have been in your system. It isn't being used to draw the map, it's just a reference.

Also, have you applied the patch described here? http:// community.zenoss.com/forums/viewtopic.php?t=3675

There was a javascript bug in the maps having to do with parsing the cache as a JSON object. That patch fixes it.

--Ian

On Oct 23, 2007, at 10:00 PM, aeterna wrote:

I am having the same problem, the Google map objects just do not show up. In fact it initially worked but from a certain moment just broke.

It looks like that in a Google Javascript portion of the generated page this variable:

    <script>
         var cachestring =
    </script>

is not reset, for me it is showing the same address string even when I delete the address field of the corresponding host or even delete the host itself.

After I commented out this string things started working perfectly, so the observed behavior looks like a bug. Removing the string did not break anything so I stopped at this point.




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=12182#12182

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to