Opened 16 years ago
Closed 8 years ago
#11458 closed New feature (wontfix)
Add GPolylineOptions and GPolygonOptions to django.contrib.gis.maps.google.overlays
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
Change History (8)
by , 16 years ago
Attachment: | overlays.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:5 by , 12 years ago
Triage Stage: | Design decision needed → Accepted |
---|
comment:6 by , 11 years ago
Needs tests: | set |
---|
comment:7 by , 8 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
contrib.gis.maps
has been removed (#26697).
Note:
See TracTickets
for help on using tickets.
Patch adding GPolygonOptions and GPolylineOptions