-
Notifications
You must be signed in to change notification settings - Fork 506
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
VectorLayer support progressive Render #2169
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2169 +/- ##
==========================================
- Coverage 83.53% 83.18% -0.36%
==========================================
Files 171 171
Lines 18912 19059 +147
==========================================
+ Hits 15799 15855 +56
- Misses 3113 3204 +91 ☔ View full report in Codecov by Sentry. |
…s.js into progressiveRender
@@ -501,6 +550,164 @@ class VectorLayerRenderer extends OverlayLayerCanvasRenderer { | |||
_constructorIsThis() { | |||
return this.constructor === VectorLayerRenderer; | |||
} | |||
|
|||
_alwaysDraw() { |
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.
可以删除这个方法,改在isBlank中判断如果是progressiveRender则返回false
fix #2171
fix #2177