#10072 closed (fixed)
Added draggable option for Gmarker objects
Reported by: | prairiedogg | Owned by: | jbronn |
---|---|---|---|
Component: | GIS | Version: | 1.0 |
Severity: | Keywords: | gmarker google maps | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Google map markers have the option to be "draggable" on the map. Here is a simple patch to add this functionality to the django.contrib.gis.maps.google.overlays.Gmarker class. This is turned off by default.
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | overlays.py.diff added |
---|
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 16 years ago
milestone: | → 1.1 |
---|
Note:
See TracTickets
for help on using tickets.
Patch to add draggabillity option to Gmarker objects