-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Release 2.25.0 #2153
Merged
Release 2.25.0 #2153
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When it's configured to use it instead of the older version Fixes #2064
- Replace similar calculations with the view's getDegreesFromCartesian function - Make the getDegreesFromCartesian less repetitive by iterating through the position keys - Also standardize formatting in the view Relates to #1720
- Make CesiumGeohash an extension of CesiumVectorData instead of MapAsset - Add Geohash specific properties to the CesiumGeohash model (e.g. precisionAltMap, bounds, level, geohashes, etc.) - Add a ToJSON function to the CesiumGeohash model that converts geohash & search result information to a JSON object - Create listeners for updating Geohashes when the bounds & altitude change - Add ability to update the data source in the CesiumVectorData model - Always set ClampToGround to true for geohashes Relates to #1720, #2063, #2070, #2076
Cesium throws an error when the latitude is -90 Relates to #1720
To improve performance when map is focused on poles or zoomed in and at ground level perspective Relates to #1720
When it's configured to use it instead of the older version Fixes #2064
- Replace similar calculations with the view's getDegreesFromCartesian function - Make the getDegreesFromCartesian less repetitive by iterating through the position keys - Also standardize formatting in the view Relates to #1720
- Make CesiumGeohash an extension of CesiumVectorData instead of MapAsset - Add Geohash specific properties to the CesiumGeohash model (e.g. precisionAltMap, bounds, level, geohashes, etc.) - Add a ToJSON function to the CesiumGeohash model that converts geohash & search result information to a JSON object - Create listeners for updating Geohashes when the bounds & altitude change - Add ability to update the data source in the CesiumVectorData model - Always set ClampToGround to true for geohashes Relates to #1720, #2063, #2070, #2076
Cesium throws an error when the latitude is -90 Relates to #1720
To improve performance when map is focused on poles or zoomed in and at ground level perspective Relates to #1720
…m/NCEAS/metacatui into feature-#1720-cesium-data-catalog
Also externalize the main template Relates to #1520
- Add guide for customizing the CatalogSearchView - Add guide for configuring Cesium in portals - Update the general Cesium guide - Other minor doc updates - Minor CSS tweak Issue #1720
In new CatalogSearch view Issue #1720
Prevent input values from getting cleared when user presses "Enter" in the min and max inputs. Issue #1720
Add the logic to create and update a metricsModel in the new SearchResultsView. Issue #1720
New CatalogSearchView with configurable filters & Cesium map
Allow properly configuring the highlight and outline color in CesiumVectorData model
Hide metrics badges in the search result view where the count returns as undefined
- Set up the ADC filters for the catalogSearchView - Configure the ADC Cesium map to show OSM & bing imagery, and to point to the arctic when the map loads
- switch from using universal analytics with analytics.js to google analytics for with gtag.js - move analytics logic into a model that handles initializing gtag, checking if google analytics is enable, sending events, etc. - create a base analytics model that can be extended in the future to use a service other than google analytics Issues #1709 and #2149
- Also add "description" to AppModel - Use the appModel's description for the default description meta tag Issue #2150
- Also add "description" to AppModel - Use the appModel's description for the default description meta tag Issue #2150
rushirajnenuji
approved these changes
Jun 30, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.