-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: event polygons #52
Conversation
First glance looks good to me. The new |
Currently not, as we don't support color per features for TEIs yet. When we do, we can easily swith. Will also try to make this cleaner in the new Maps GL lib. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM!
# [31.1.0](v31.0.3...v31.1.0) (2020-12-10) ### Bug Fixes * fitbounds, on layergroup and in general ([0e83006](0e83006)) * load EarthEngine directly from node_modules browser build ([#50](#50)) ([020ea5f](020ea5f)) * override circle getBounds before map is bound ([#54](#54)) ([481c187](481c187)) * support index re-ordering ([20975bc](20975bc)) ### Features * event polygons ([#52](#52)) ([c2debad](c2debad)) * export map control types ([#74](#74)) ([71e597a](71e597a)) * export supported layer types ([#73](#73)) ([6bde95c](6bde95c)) * layer types as static method ([#66](#66)) ([bb124bf](bb124bf)) * support generic layer group ([89d9156](89d9156)) * synced maps support ([#58](#58)) ([0cd7eae](0cd7eae)) * synchronize the view of two maps ([#56](#56)) ([7dbffe3](7dbffe3)) * translate options to leaflet syntax ([#75](#75)) ([f1a3245](f1a3245))
🎉 This PR is included in version 31.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fixes: https://jira.dhis2.org/browse/DHIS2-3164
Associated PR for the Maps app: dhis2/maps-app#114
Main changes: