Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#10480 closed (fixed)

GMap only determines what icons its markers contain at instantiation

Reported by: prairiedogg Owned by: nobody
Component: GIS Version: dev
Severity: Keywords: GIcon GMap
Cc: prairiedogg99@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This prevents icons from markers which you add later in the GMap objects life cycle from appearing when GMap.render() is called.

Patch submitted.

Attachments (2)

stand_alone_icon_generation.diff (1.5 KB ) - added by prairiedogg 15 years ago.
Creates a stand-alone method, GMap._generate_icon_list()
dynamic_icons.diff (1.9 KB ) - added by jbronn 15 years ago.
Make icons a property

Download all attachments as: .zip

Change History (4)

by prairiedogg, 15 years ago

Creates a stand-alone method, GMap._generate_icon_list()

by jbronn, 15 years ago

Attachment: dynamic_icons.diff added

Make icons a property

comment:1 by jbronn, 15 years ago

Resolution: fixed
Status: newclosed

(In [10102]) Fixed #10480 -- made icons a property to add more flexibility.

comment:2 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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