Opened 15 years ago
Closed 11 years ago
#13462 closed Bug (wontfix)
GoogleMaps object should default to version 2 of google maps
Reported by: | nbv4 | Owned by: | Daniele Procida |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | yes | UI/UX: | no |
Description
Currently, the google maps will default to version "2.x" if you do not specify a version in your settings. Version "2.x" is basically the alpha branch of google maps: http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIChangelog
It should default to either "2.s" or just "2". Note: the map.setUIToDefault();
method (which GoogleMaps adds by default) does not work in "2.s" (currently), so that would have to be changed if "2.s" is decided on instead.
Attachments (1)
Change History (13)
by , 15 years ago
Attachment: | gmaps_version.diff added |
---|
comment:1 by , 15 years ago
Component: | Uncategorized → GIS |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:2 by , 14 years ago
Version: | 1.1 → SVN |
---|
comment:3 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → Bug |
comment:6 by , 12 years ago
Triage Stage: | Design decision needed → Accepted |
---|
comment:7 by , 11 years ago
Easy pickings: | set |
---|---|
Needs tests: | set |
Unittest missing and dev comments has to change according to the new code. Other than that, this is ready for checkin.
comment:8 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I have marked this ticket as suitable for a first-time committer attending a Don't be afraid to commit workshop.
The next planned session will be hosted by Cardiff Dev Workshop on Saturday 8th June.
If you want to tackle this ticket before then, or at any time in fact, please don't let the fact that it's assigned to me stop you. Feel free to re-assign it to yourself and do whatever you like to it.
comment:9 by , 11 years ago
Patch needs improvement: | set |
---|
comment:10 by , 11 years ago
According to the Gmaps API website linked above, the API v2 is deprecated.
Version 2 of the Maps API is deprecated, and is warranted only until 19 May 2013. You are strongly advised to start new projects using Version 3, and to convert existing Version 2 projects to Version 3 as soon as possible. Help on migration is available.
Ticket #14284 should fix this issue.
comment:11 by , 11 years ago
Needs tests: | unset |
---|
comment:12 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Marking as wontfix since v2 will be completely deprecated on November 19, 2013 #14284 should supersede this ticket.
nbv4 is right, "2.x" is basically the rough alpha branch. This change should get done independently of #14284.
Whatever support remains for the V2 api should point to either "2" or "2.s"