August 24, 2022
Improvements 🙌🏻¶
We've made some updates to improve our location search. We heard your feedback that it was challenging to find natural features, such as volcanos, and this update should make that easier.
Bug Fixes 🐛¶
We fixed an issue that was causing the application to crash when uploading large files (4MB+)
July 7, 2022
Bug Fixes 🐛¶
When attempting to edit date ranges, you may have been unable to select the most recent date. We've fixed issues in our date picker so the most recent date available can now be selected.
We've also reverted the default date range from one week back to three months.
June 22, 2022
Improvements 🙌🏻¶
Users can now get tile usage using the Reports API.¶
Tile usage was available through the reporting user interface. We have now integrated tile usage into the Reports API. Users can go to the new endpoint and get their tile view usage with the parameters they enter.
For more information, checkout getTilesUsageReport
in the Reports API reference.
June 09, 2022
Bug Fixes 🐛¶
Harmonize API conforms to OpenAPI Specification¶
On rare occasions, users generating clients based on the OpenAPI specification may have found that OpenAPI Operation IDs were not consistently following conventional constructions of VerbNoun or were pluralized when they should be singular. We have updated the Harmonize API to conform to the OpenAPI specification convention of VerbNoun and singular IDs.