-
Notifications
You must be signed in to change notification settings - Fork 818
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
agm-data-layer [style] is falling back to default styles on any change in the geojson #1930
Comments
Did you find a solution? Facing the same issue after updating to 3.0.0 |
Sadly no. And judging by the last commit date along with the fact that there is no response to any recent issues, there will probably be no fixes any time soon 😔 |
It seems like this change: 7982bfb#diff-dcb9184e08ceacdb593fbaa4cac3b2d9e1546b351be15c86e6dc1b7627b35d51L271 The state of this PR #1182 was working. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still an issue, do not close this |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This project is obviously abandoned, I need to see about migrating to something else soon |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue description
This may be part of a bigger problem but when my data layer changes depending on the Firestore stream, the fill color became light black and the strokes become black and become thicker which I assume are all the default styles.
Steps to reproduce and a minimal demo of the problem
I've reproduced it based on setInterval instead of a live stream of data:
https://stackblitz.com/edit/angular-google-maps-demo-ubxsif?file=app/app.component.ts
The invertColor works fine in the constructor outside of the setInterval but after the map has loaded, it no longer works.
Current behavior
It changes the styles to the default settings.
Expected/desired behavior
It should change the style to the new GeoJson.
angular-google-maps, Angular, & any other relevant dependency versions
Mentioned in the package.json
The text was updated successfully, but these errors were encountered: