diff --git a/CHANGELOG.md b/CHANGELOG.md index 53705e2fc4..a03520d5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added a button for deleting all regions ([#1040](https://github.com/CARTAvis/carta-frontend/issues/1040)). * Added support for loading remote FITS files from the hips2fits server ([#1379](https://github.com/CARTAvis/carta-backend/issues/1379)). * Supported the customized rest frequency for the moment maps ([[#2396](https://github.com/CARTAvis/carta-frontend/issues/2396)]). +* Supported image coordinates for images with valid WCS headers ([[#2366](https://github.com/CARTAvis/carta-frontend/issues/2366)]). ### Fixed * Fixed ruler annotation matching bug ([#2242](https://github.com/CARTAvis/carta-frontend/issues/2242)). * Fixed compass and ruler annotations update bug in the spatially matched image when changing the coordinate ([#2270](https://github.com/CARTAvis/carta-frontend/issues/2270)). diff --git a/src/components/Dialogs/OnlineDataQueryDialog/CatalogOnlineQueryComponent.tsx b/src/components/Dialogs/OnlineDataQueryDialog/CatalogOnlineQueryComponent.tsx index ec37fea70f..cf76435585 100644 --- a/src/components/Dialogs/OnlineDataQueryDialog/CatalogOnlineQueryComponent.tsx +++ b/src/components/Dialogs/OnlineDataQueryDialog/CatalogOnlineQueryComponent.tsx @@ -144,7 +144,7 @@ export class CatalogQueryComponent extends React.Component {