-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Refactor Styletron/BaseUI providers out of data filter example app file. #4047
Refactor Styletron/BaseUI providers out of data filter example app file. #4047
Conversation
* AggregationLayer: add support for aggregation change detection.
* AggregationTests: cleanup test-data, add world/screen space tests
@@ -0,0 +1,38 @@ | |||
import React from 'react'; |
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.
Following React naming convention, I'd call
- the file root.js
function Root({data})
render(<Root data={data} />, container)
* Fix aggregation dirty flags. * Use alignment for translation only. * Fix bounding box translation * Fix GPUGridLayer attribute setting
* added to API docs Signed-off-by: Shan He <heshan0131@gmail.com>
* use center of data to calculate radius in common space. for projection * save radiusCommon in aggregation result * recalculate meter radius based on saved radiusCommon when viewport updated * if hexagonVertices is provided, convert them to meter offset
|
* Port hexagon example to gatsby website. Re-organize example files under src directory and scss files under stylesheets. * Port icon example to ocular gatsby website. * Port geojson polygon example to ocular gatsby website. * Port highway demo to ocular gatsby website. * Port screengrid layer example to ocular gatsby website. * Port arc layer example to ocular gatsby website. * Port scatterplot layer to ocular gatsby website. * Port point cloud demo to ocular gatsby website. * Port text layer example to ocular gatsby website. * Port tile layer example to ocular gatsby website. * Port trips layer example to ocular gatsby website. * Port heatmap example to ocular gatsby website. * Port 3d tiles example to ocular gatsby website. * Port brushing example to ocular gatsby website. * Port data filtering example to ocular gatsby website. * Port plot demo to ocular gatsby website. * Fix gatsby build errors, add checks against window being defined to fix server side rendering. * Fix data fiter demo breaking on legacy website. Remove unused example wrappers. Bump node-sass version to fix errors with node v12. * Refactor Styletron/BaseUI providers out of data filter example app file. (#4047)
No description provided.