Skip to content

Email from Claudio #12

@Joniff

Description

@Joniff

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.

  1. 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)

  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions