Garthanos / geoxml

Automatically exported from code.google.com/p/geoxml
1 stars 0 forks source link

making markers non-clickable changes markers #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. instantiate GeoXml using multiple KML files, each specifying different
markers
2. add "markeroptions:{clickable:false}" to end of this instantiation

I have three KML files, one with lots of placemarks using a green balloon,
a second with placemarks using a blue balloon, and a third with placemarks
all using a yellow balloon.

What is the expected output? What do you see instead?
Without the "clickable:false" option set, GeoXml uses the markers specified
in the KML files. When the option is set, GeoXml only uses the markers
specified in the first KML file, and uses that same marker for all the
placemarks in all the KML files.

What version of the product are you using? On what operating system?
15May2009, Linux, Firefox 3.0 and Konqueror 3.5.

Please provide any additional information below.

Original issue reported on code.google.com by wolstent...@gmail.com on 25 Aug 2009 at 6:14

GoogleCodeExporter commented 9 years ago
Do you have a link to a page demonstrating the issue? note you can pass
clickablemarkers:false to GeoXml itself (instead of the marker options)

Original comment by lanceala...@gmail.com on 19 Sep 2009 at 12:06

GoogleCodeExporter commented 9 years ago
believe fixed

Original comment by lanceala...@gmail.com on 18 Feb 2010 at 5:57