Ticket #93 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Upgrade gmaps support to new API

Reported by: dom Assigned to: dom
Priority: normal Milestone: 0.53
Component: openguides Version: svn
Severity: normal Keywords: gmaps
Cc:

Description

Google has a new API which might be worth using - eg has smaller javascript download: http://www.google.com/apis/maps/documentation/upgrade.html

Attachments

gmaps.v2.patch (0.6 kB) - added by crschmidt@crschmidt.net on 04/04/06 21:57:13.
patch to change to v2

Change History

04/04/06 21:57:13 changed by crschmidt@crschmidt.net

  • attachment gmaps.v2.patch added.

patch to change to v2

04/04/06 21:57:57 changed by crschmidt@crschmidt.net

The changes to Google Maps are backwards compatible. I saw no problems in using the new API version on OG to Boston. This patch changes the version of the API in use.

04/06/06 20:13:38 changed by crschmidt@crschmidt.net

I've run into quite a few problems with the GMap2 interface -- converting is not quite as simple as it seems like it should be, and OpenGuides doesn't need the newer interface for anything it's doing at the moment. I would recommend committing the change from 1 to 2 -- for smaller javascript, etc. -- but I would not recommend moving to the newer classes/api until some of these things are a bit more stable.

04/19/06 17:34:43 changed by dom

  • status changed from new to assigned.
  • milestone set to 0.53.

04/20/06 11:26:48 changed by dom

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [771]) Upgrade to new Gmaps API (closes #93)