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

BiG-CZ Map Popups #2173

Merged
merged 3 commits into from
Aug 23, 2017
Merged

BiG-CZ Map Popups #2173

merged 3 commits into from
Aug 23, 2017

Commits on Aug 21, 2017

  1. Bind simple "title" popup to data catalog map results

    Alice Rottersman committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    1b97c74 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Fill out data catalog map popup

    - Render details of results on popup
       - Currently reuses ResultView while we determine what is appropriate
         for the popup content
    - Add "Details" button to popup to display details in sidebar
        - To accomplish, some refactoring:
          * Move triggering of details view out from the views
        and onto the model. Now each result has a `show_detail` boolean
        that the ResultsCollection manages. The catalog listens for changes
        on the collection to set a `detail_result` attribute, which in turn
        is listened to by the sidebar view.
          * This way the parent-view orphaned
        popover can trigger the detail in addition to the main result list view
    - Apply custom leaflet popup styling
    Alice Rottersman committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    8de393c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Highlight BiGCZ Result When Popup Is Open Or Detail Is Showing

    * Highlight geom for result with an open popup
    * Highlight geom for result with open detail panel
    * Close popup on detail open
    Alice Rottersman committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    5577e42 View commit details
    Browse the repository at this point in the history