Opened 16 years ago

Closed 15 years ago

#9440 closed (duplicate)

GMarker icon personalization feature in django.contrib.gis.maps.google

Reported by: aromano Owned by: nobody
Component: GIS Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi all,
I found it great to have an integrate Google Maps support into Django. However, these modules still do not feature the chance to personalize a GMarker using your own icons, so I have fixed this by adding such a feature into my version. In order to do this, I had to change two files (django/contrib/gis/maps/google/overlays.py and django/contrib/gis/templates/gis/google/js/google-map.js). The patches are attached here to this ticket. Feel free to do whatever you want with them.

Thank you all,
Angelo Romano

Attachments (2)

overlays.py.patch (1.8 KB ) - added by aromano 16 years ago.
google-map.js.patch (609 bytes ) - added by aromano 16 years ago.

Download all attachments as: .zip

Change History (4)

by aromano, 16 years ago

Attachment: overlays.py.patch added

by aromano, 16 years ago

Attachment: google-map.js.patch added

comment:1 by Jacob, 15 years ago

Component: UncategorizedGIS

comment:2 by jbronn, 15 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #9204.

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