Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Polylines/Polygons not responding to visible/editable changes #1821

Open
markmssd opened this issue Apr 21, 2016 · 0 comments
Open

Polylines/Polygons not responding to visible/editable changes #1821

markmssd opened this issue Apr 21, 2016 · 0 comments

Comments

@markmssd
Copy link

This is an old issue which was resolved in #1255, but it seems to have been reopened. I am using the latest version (v2.3.2) with this code:

    <ui-gmap-polygons
            idKey="'id'"
            models="buildings"

            path="'polygon'"
            stroke="buildings.options.polygons.stroke"
            clickable="buildings.options.polygons.clickable"
            editable="'isEditable'"
            visible="'isVisible'"
            events="events.polygonEvents"

            fill="buildings.options.polygons.fill">
    </ui-gmap-polygons>

However, I am not able to get individual polygons to show/hide (via 'visible') or to individually edit them (via 'editable').

P.S: It does work with a global variable as editable="areEditable".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant