Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#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)

overlays.py.diff (1.5 KB ) - added by prairiedogg 15 years ago.
Patch to add draggabillity option to Gmarker objects

Download all attachments as: .zip

Change History (6)

by prairiedogg, 15 years ago

Attachment: overlays.py.diff added

Patch to add draggabillity option to Gmarker objects

comment:1 by jbronn, 15 years ago

Owner: changed from nobody to jbronn
Status: newassigned

comment:2 by Jacob, 15 years ago

Triage Stage: UnreviewedAccepted

comment:3 by jbronn, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [10002]) Fixed #10072 -- GMarker overlays now have draggable option. Thanks to prairiedogg for ticket and patch.

comment:4 by jbronn, 15 years ago

milestone: 1.1

comment:5 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top