Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dom Repeat's Filter and google-map-marker #319

Open
ziszo opened this issue Aug 15, 2016 · 0 comments
Open

Dom Repeat's Filter and google-map-marker #319

ziszo opened this issue Aug 15, 2016 · 0 comments

Comments

@ziszo
Copy link

ziszo commented Aug 15, 2016

I use dom-repeat's filter to display markers depending on the paper-checkboxes.
The filter seem to work fine in hiding/showing markers, but the items got interchanged for each marker whenever I check/uncheck the paper-checkboxes.

google-map v1.1.11

            <google-map latitude="{{center_lat(result)}}" longitude="{{center_lon(result)}}" zoom="13">
                <template id="resultsMap" is="dom-repeat" items="{{result}}" filter="_filter_makers">
                    <google-map-marker icon="{{get_marker(item.area)}}" latitude="{{get_value(item.lat)}}" longitude="{{get_value(item.lon)}}">
                        <p>{{item.name}}</p>
                    </google-map-marker>
                </template>
            </google-map>

Hoping for Polymer (@ebidel, @robdodson, @tjsavage) team's reply soon.
Thanks.

@ziszo ziszo changed the title Google Map Marker and Dom Repeat Filter Dom Repeat Filter and google-map-marker Aug 15, 2016
@ziszo ziszo changed the title Dom Repeat Filter and google-map-marker Dom Repeat's Filter and google-map-marker Aug 15, 2016
@ziszo ziszo closed this as completed Aug 15, 2016
@ziszo ziszo reopened this Aug 15, 2016
@ziszo ziszo closed this as completed Aug 15, 2016
@ziszo ziszo reopened this Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant