Add GPolylineOptions and GPolygonOptions to django.contrib.gis.maps.google.overlays
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)
Triage Stage: |
Unreviewed → Design decision needed
|
Severity: |
→ Normal
|
Type: |
→ New feature
|
Triage Stage: |
Design decision needed → Accepted
|
Resolution: |
→ wontfix
|
Status: |
new → closed
|
Patch adding GPolygonOptions and GPolylineOptions