Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.
This repository was archived by the owner on May 11, 2020. It is now read-only.

Missing one closing tag #516

@anotherwally

Description

@anotherwally

Hello,

not an actual issue, but a small fix - on the layer-fusionables-heatmap HTML file, there's one element that was not closed properly. This might not cause the application to crash (as far as I know) but still, might let you know about it.

Current code:

<fusion-tables-layer query= "{ select: 'location', from: '1xWyeuAhIFK_aED1ikkQEGmR8mINSCJO9Vq-BPQ'}", heatmap = "{enabled: true}" </fusion-tables-layer>

Fix:

<fusion-tables-layer query= "{ select: 'location', from: '1xWyeuAhIFK_aED1ikkQEGmR8mINSCJO9Vq-BPQ'}", heatmap = "{enabled: true}"> </fusion-tables-layer>

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