Skip to content
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] Add MapsLayoutFactory for custom split map layouts #1588

Merged
merged 3 commits into from Aug 30, 2021

Conversation

heshan0131
Copy link
Contributor

@heshan0131 heshan0131 commented Aug 29, 2021

  • Add MapsLayoutFactory for custom split map layouts
  • Avoid manual calculation of the sizes of the map-containers and positioning them with CSS instead
  • Add observeDimensions and useDimensions to allow components to listen to their size changes
  • Fixed the issue with the HistogramPlot not being updated by adding a resize observer to RangeSlider
  • Fix Crash on Double-click in dual map
  • Fix: Pinning a tooltip moves it to the top left of the screen
  • Changed width > 0 || height > 0 to width > 0 && height > 0
  • Fix formatting
  • Fix: Map layers can't be moved on top

@heshan0131 heshan0131 requested a review from ilyabo August 29, 2021 06:34
- Add MapsLayoutFactory for custom split map layouts
- Avoid manual calculation of the sizes of the map-containers and positioning them with CSS instead
- Add observeDimensions and useDimensions to allow components to listen to their size changes
- Fixed the issue with the HistogramPlot not being updated by adding a resize observer to RangeSlider
- Crash on Double-click in dual map
- Fix: Pinning a tooltip moves it to the top left of the screen
- Changed width > 0 || height > 0 to width > 0 && height > 0
- Fix: Crash on Double-click in dual map
- Fix formatting
- Fix: Map layers can't be moved on top (#210)

Signed-off-by: Ilya Boyandin <iboyandin@foursquare.com>
Copy link
Collaborator

@ilyabo ilyabo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was also a fix which came later for blocking the input while swiping. We should probably merge it too

@heshan0131
Copy link
Contributor Author

There was also a fix which came later for blocking the input while swiping. We should probably merge it too

is that in kepler or studio?

@heshan0131 heshan0131 merged commit 878750c into master Aug 30, 2021
@delete-merged-branch delete-merged-branch bot deleted the 0828-map-layout branch August 30, 2021 05:16
@ilyabo
Copy link
Collaborator

ilyabo commented Aug 30, 2021

@heshan0131 Ah indeed, it was a Studio fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants