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

Release 2.25.0 #2153

Merged
merged 96 commits into from
Jun 30, 2023
Merged

Release 2.25.0 #2153

merged 96 commits into from
Jun 30, 2023

Conversation

robyngit
Copy link
Member

No description provided.

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
- add height to the map model's currentViewExtent property on camera change (use height to get geohash precision)
- tweak altitude-geohash precision map
- fix issue where no geohashes were rendered when the view extent crossed the prime meridian

Relates to #1720, #2076
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
- add height to the map model's currentViewExtent property on camera change (use height to get geohash precision)
- tweak altitude-geohash precision map
- fix issue where no geohashes were rendered when the view extent crossed the prime meridian

Relates to #1720, #2076
To improve performance when map is focused on poles or zoomed in and at ground level perspective

Relates to #1720
Also externalize the main template

Relates to #1520
Add some error handling as well

Relates to #1520, #2106
robyngit and others added 22 commits May 24, 2023 21:02
- 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
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
@robyngit robyngit added this to the 2.25.0 milestone Jun 29, 2023
@robyngit robyngit marked this pull request as ready for review June 29, 2023 18:16
Copy link
Member

@rushirajnenuji rushirajnenuji left a 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.

@robyngit robyngit merged commit 5ff9282 into main Jun 30, 2023
2 checks passed
@robyngit robyngit temporarily deployed to github-pages June 30, 2023 16:51 — with GitHub Pages Inactive
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.

2 participants