-
-
Notifications
You must be signed in to change notification settings - Fork 860
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
perf!: add simplification and segment culling to PolylineLayer
& simplification to PolygonLayer
#1704
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8bb6b0d - Browse repository at this point
Copy the full SHA 8bb6b0dView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 99d1ebf - Browse repository at this point
Copy the full SHA 99d1ebfView commit details
Commits on Nov 12, 2023
-
Update lib/src/layer/polyline_layer.dart
Co-authored-by: Luka S <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59134ce - Browse repository at this point
Copy the full SHA 59134ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c234cf7 - Browse repository at this point
Copy the full SHA c234cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b52f70 - Browse repository at this point
Copy the full SHA 7b52f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecfe774 - Browse repository at this point
Copy the full SHA ecfe774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 080846f - Browse repository at this point
Copy the full SHA 080846fView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa2e37e - Browse repository at this point
Copy the full SHA aa2e37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8edfb79 - Browse repository at this point
Copy the full SHA 8edfb79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b95ee - Browse repository at this point
Copy the full SHA f2b95eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db6a78 - Browse repository at this point
Copy the full SHA 9db6a78View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd97f85 - Browse repository at this point
Copy the full SHA bd97f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f2265 - Browse repository at this point
Copy the full SHA d1f2265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706ce46 - Browse repository at this point
Copy the full SHA 706ce46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d28450 - Browse repository at this point
Copy the full SHA 0d28450View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fbf6207 - Browse repository at this point
Copy the full SHA fbf6207View commit details
Commits on Dec 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6e395ee - Browse repository at this point
Copy the full SHA 6e395eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for aff2dfc - Browse repository at this point
Copy the full SHA aff2dfcView commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84849ac - Browse repository at this point
Copy the full SHA 84849acView commit details
Commits on Dec 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a8d0e5 - Browse repository at this point
Copy the full SHA 5a8d0e5View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 145cbcc - Browse repository at this point
Copy the full SHA 145cbccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5adede5 - Browse repository at this point
Copy the full SHA 5adede5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 056daf8 - Browse repository at this point
Copy the full SHA 056daf8View commit details
Commits on Jan 7, 2024
-
Added caching of simplification to polylines
Removed high quality simplification option (and always use it) Added `Polyline.copyWithNewPoints` method Added temporary performance monitors Minor syntactic improvements Formatted Improved documentation Improved Polylines page in example app
Configuration menu - View commit details
-
Copy full SHA for 0cd8088 - Browse repository at this point
Copy the full SHA 0cd8088View commit details
Commits on Jan 9, 2024
-
Fixed issue where
Polyline.hashCode
s were improperly calculated, le……ading to multiple issues when hit testing was used in conjunction with simplification PARTIALLY fixed issue where simplified and culled `Polyline`s would be notified from hit testing instead of original, leading to multiple issues with the recommended documented method of interactivity handling Improved `_PolylineLayerState.didUpdateWIdget` logic efficiency Improved documentation Removed debugging/performance code Improved Polyline interaction example
Configuration menu - View commit details
-
Copy full SHA for cd4cc0a - Browse repository at this point
Copy the full SHA cd4cc0aView commit details
Commits on Jan 10, 2024
-
Added
hitValue
and generic typing toPolyline
s, and reflected cha……nge elsewhere Removed polyline simplification precomputer Reorganised polyline-related source files Fixed bugs and improved efficiency
Configuration menu - View commit details
-
Copy full SHA for 7aac486 - Browse repository at this point
Copy the full SHA 7aac486View commit details
Commits on Jan 11, 2024
-
De-associated
PolylineHit(Notifier)
with polylines by renaming to `……LayerHit(Notifier)`
Configuration menu - View commit details
-
Copy full SHA for 7af6387 - Browse repository at this point
Copy the full SHA 7af6387View commit details -
Configuration menu - View commit details
-
Copy full SHA for b45cff6 - Browse repository at this point
Copy the full SHA b45cff6View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e276d1 - Browse repository at this point
Copy the full SHA 8e276d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f56828f - Browse repository at this point
Copy the full SHA f56828fView commit details -
Adjusted default
PolylineLayer.cullingMargin
valueMinor improvements to Polyline example
Configuration menu - View commit details
-
Copy full SHA for 1915959 - Browse repository at this point
Copy the full SHA 1915959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eba143 - Browse repository at this point
Copy the full SHA 7eba143View commit details -
Removed nullability from
simplificationTolerance
Changed `simplificationTolerance` default to 0.5
Configuration menu - View commit details
-
Copy full SHA for 1119435 - Browse repository at this point
Copy the full SHA 1119435View commit details -
Configuration menu - View commit details
-
Copy full SHA for d177a13 - Browse repository at this point
Copy the full SHA d177a13View commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12612d5 - Browse repository at this point
Copy the full SHA 12612d5View commit details