-
Notifications
You must be signed in to change notification settings - Fork 59
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
Commits on May 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 61e38c0 - Browse repository at this point
Copy the full SHA 61e38c0View commit details
Commits on May 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 65ee4c4 - Browse repository at this point
Copy the full SHA 65ee4c4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e825309 - Browse repository at this point
Copy the full SHA e825309View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9893294 - Browse repository at this point
Copy the full SHA 9893294View commit details
Commits on May 26, 2017
-
Merge branch 'master' into smart-layers
Conflicts: src/gm3/components/layers/vector.js src/gm3/components/map.jsx
Configuration menu - View commit details
-
Copy full SHA for a9f289e - Browse repository at this point
Copy the full SHA a9f289eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dd6e116 - Browse repository at this point
Copy the full SHA dd6e116View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c7e2c47 - Browse repository at this point
Copy the full SHA c7e2c47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a77f6 - Browse repository at this point
Copy the full SHA 97a77f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5798dcb - Browse repository at this point
Copy the full SHA 5798dcbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.