Opened 15 years ago

Closed 8 years ago

#11458 closed New feature (wontfix)

Add GPolylineOptions and GPolygonOptions to django.contrib.gis.maps.google.overlays

Reported by: Thomas Achtemichuk Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords: GOverlay GoogleMap GPolylineOptions GPolygonOptions
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: yes Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I needed to set mouseOutTolerance on some polygons I'm displaying on a google map. The current API (both google's and Django's wrapper) made this next to impossible as there are no methods supplied to set this behavior. This patch adds GPolylineOptions and GPolygonOptions classes and params in init for GPolygon and GPolyline for their respective options.

Cheers,
Tom

Attachments (1)

overlays.diff (5.2 KB ) - added by Thomas Achtemichuk 15 years ago.
Patch adding GPolygonOptions and GPolylineOptions

Download all attachments as: .zip

Change History (8)

by Thomas Achtemichuk, 15 years ago

Attachment: overlays.diff added

Patch adding GPolygonOptions and GPolylineOptions

comment:1 by Jacob, 14 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Julien Phalip, 13 years ago

Severity: Normal
Type: New feature

comment:3 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:4 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:5 by Aymeric Augustin, 11 years ago

Triage Stage: Design decision neededAccepted

comment:6 by Tim Graham, 10 years ago

Needs tests: set

comment:7 by Claude Paroz, 8 years ago

Resolution: wontfix
Status: newclosed

contrib.gis.maps has been removed (#26697).

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