Modify ↓
Opened 13 years ago
Last modified 13 years ago
#11040 assigned defect
Macro does not work any more - needs upgrade to Google Maps API version 3
| Reported by: | Owned by: | Martin Scharrer | |
|---|---|---|---|
| Priority: | normal | Component: | GoogleMapMacro |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 1.0 |
Description (last modified by )
Google Maps API version 2 is now deprecated and new keys will not work with it, therefore please update the macro to work with version 3.
As far as I can see the following changes are needed:
- Change API version in
tracgooglemap.js - Add new mandatory
sensorparameter (should be set to false)
I tried making these changes but couldn't get the second to work. Thanks.
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
| Description: | modified (diff) |
|---|
comment:2 follow-up: 3 Changed 13 years ago by
comment:3 Changed 13 years ago by
Replying to rjollos:
Could you post what you've done so far?
I didn't spend long in it tbh. After changing the version it complains about a new parameter called "sensor", which I understand was optional in version 2 but is now mandatory in version 3, and should be set to false. However I couldn't see how to get that parameter added to the actual call to the maps API.
comment:4 Changed 13 years ago by
| Status: | new → assigned |
|---|
Note: See
TracTickets for help on using
tickets.



Replying to robin.pellatt@gmail.com:
Could you post what you've done so far?
martin_s: Are you still maintaining this plugin?