-
Notifications
You must be signed in to change notification settings - Fork 14
Email from Claudio #12
Description
Comment was from an email sent to me by Claudio Acanfora. Have turned into a GitHub issue, so that I can keep track of it better
I'm using the Terratype plugin (v.1.0.15) with the GoogleMaps render and not sure if what I've found are bugs, and if so, you're going to fix them next releases.
Rendering a map on the view doesn't show the customized icon: Terratype.GoogleMapsV3.Renderer. js : line 63 ---> the icon property should be named just "icon" not "_icon" (I'm pretty sure there is a reason you've renamed it recently)
If you render a map without a "@hi" for the pop-window, there will be no event triggered for the "click" event on the marker. I've managed to fix also this adding the following: Terratype.GoogleMapsV3.Renderer. js : line 165 item.handle.addListener('click', function () { if (m.ignoreEvents > 0) { return; } root.terratype.callClick(q, m, item); });
Hoping all makes sense for you,Thanks again. Claudio