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

Create a "smart" layer for rendering query results. #76

Merged
merged 9 commits into from
May 26, 2017

Commits on May 24, 2017

  1. start of smart layers

    theduckylittle committed May 24, 2017
    Configuration menu
    Copy the full SHA
    61e38c0 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Configuration menu
    Copy the full SHA
    65ee4c4 View commit details
    Browse the repository at this point in the history
  2. Moved styles to layers

    1. Allows for multiple "styles" per vector source.
    2. Updated the mapbook to reflect the change.
    3. Moved the results layer to the top to ensure z-order goodness,
       also added a new "hot" layer for rendering hover-over styles
       with the reuslts layer.
    theduckylittle committed May 25, 2017
    Configuration menu
    Copy the full SHA
    e825309 View commit details
    Browse the repository at this point in the history
  3. normalized highlight functions, fixed zoom to bbox.

    1. Put the highlight functions into wrappers so the underlaying implementation
       can be changed into the future as is necessary.
    2. There was a bug with zoom-to-extent that has now been fixed.
    theduckylittle committed May 25, 2017
    Configuration menu
    Copy the full SHA
    9893294 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Merge branch 'master' into smart-layers

    Conflicts:
    	src/gm3/components/layers/vector.js
    	src/gm3/components/map.jsx
    theduckylittle committed May 26, 2017
    Configuration menu
    Copy the full SHA
    a9f289e View commit details
    Browse the repository at this point in the history
  2. Fixed layer reorder, clean up lint errors, add md5

    1. Needed to clean up some linting erors.
    
    2. Layer Z indexing now happens during msAction.add, moving it
       out of the Mapbook parser.
    
    3. md5 is used to hash filters for easy comparison.
    theduckylittle committed May 26, 2017
    Configuration menu
    Copy the full SHA
    dd6e116 View commit details
    Browse the repository at this point in the history
  3. Converted to mapbox style filters.

    1. Now using createFilter to create filter functions.
    2. Added new "transforms" to allow data to be forced
       to a particular format on injest. Specifically useful
       for forcing particular columns to strings or numbers.
    theduckylittle committed May 26, 2017
    Configuration menu
    Copy the full SHA
    c7e2c47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97a77f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5798dcb View commit details
    Browse the repository at this point in the history