-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: Add fit zoom on geofence display #149
chore: Add fit zoom on geofence display #149
Conversation
Codecov Report
@@ Coverage Diff @@
## main #149 +/- ##
==========================================
+ Coverage 40.82% 42.44% +1.61%
==========================================
Files 16 16
Lines 1205 1225 +20
Branches 162 166 +4
==========================================
+ Hits 492 520 +28
+ Misses 713 705 -8
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
Looks good!
🎉 This PR is included in version 1.4.2-geo.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This reverts commit 711ce00.
* Revert "chore: Add fit zoom on geofence display (#149)" This reverts commit 711ce00. * Revert "fix: fix isExistingGeofenceId logic, add resetGeofence logic to its original polygon (#148)" This reverts commit 4550387. * Revert "fix: fix saveGeofence error with empty string (#146)" This reverts commit becf025. * Revert "fix: fix geo tagged versions for geofence crud components (#142)" This reverts commit 636f97f. * Revert "feat: Add geofence crud component (#138)" This reverts commit cb35ba1. * fix: remove getSuggestions API * chore: move maplibre-gl-geocoder to a regular dep * fix: properly move maplibre-gl-geocoder to dependency * v1.6.2 * chore: updated the wrong package previously, update dependencies correctly
🎉 This PR is included in version 1.5.0-unstable.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description of changes
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passes