Opened 16 years ago

Closed 16 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
Pull Requests:How to create a pull request

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.

Change History (4)

by prairiedogg, 16 years ago

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

by jbronn, 16 years ago

Attachment: dynamic_icons.diff added

Make icons a property

comment:1 by jbronn, 16 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