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

[Frontend] Mobile UI Improvements #795

Merged
merged 17 commits into from
Apr 9, 2020

Conversation

JosephZheng1998
Copy link
Contributor

@JosephZheng1998 JosephZheng1998 commented Apr 8, 2020

  • Fixed Count Map bug where popup window does not close when switched to other maps
  • Implemented mobile-friendly Hot Topics
  • Fixed the PinMap clicking issue due to the Polygon Layer

@@ -168,15 +167,18 @@ angular.module("cloudberry.map")
}
$scope.previousZoomLevel = event.level;
sendPinmapTimeQuery();

$scope.deletePolygonLayers();
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think these delete calls made us can not find the bug when they will be added again. Since we know where they are added, let's remove these delete calls. Only call the delete when we switch to pinmap from countmap.

@baiqiushi baiqiushi merged commit 1e884a2 into ISG-ICS:master Apr 9, 2020
@JosephZheng1998 JosephZheng1998 deleted the mobile-ui-improvements branch April 9, 2020 18:27
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.

3 participants