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

Geohashes in the Cesium map are added on zoom but not removed #2063

Closed
robyngit opened this issue Oct 14, 2022 · 0 comments · Fixed by #2127
Closed

Geohashes in the Cesium map are added on zoom but not removed #2063

robyngit opened this issue Oct 14, 2022 · 0 comments · Fixed by #2127
Assignees
Milestone

Comments

@robyngit
Copy link
Member

In the beta release of Cesium in the data catalog, GeoHashes are added as you zoom in, but not removed as you zoom out.

Part of issue #1720
Blocks #1942

@robyngit robyngit self-assigned this Oct 14, 2022
robyngit added a commit that referenced this issue Jan 12, 2023
- 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
robyngit added a commit that referenced this issue Feb 3, 2023
- 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
@robyngit robyngit added this to the 2.24.0 milestone Mar 15, 2023
@robyngit robyngit modified the milestones: 2.24.0, 2.25.0 May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant