Skip to content

Releases: RentadroneCL/AI-Solar-Platform

1.3-beta

30 Jan 03:13
Compare
Choose a tag to compare
1.3-beta Pre-release
Pre-release

Release notes

I'm pleased to inform you about the technical improvements applied to our web platform regarding map components using OpenLayers, WebGL, and GeoTIFF, while adhering to the COG (Cloud-Optimized GeoTIFF) standards.

  1. OpenLayers: We have implemented the latest version of OpenLayers, an open-source JavaScript library widely used for interactive map visualization in web applications. This update allows us to take advantage of the latest functionalities and performance improvements provided by OpenLayers.

  2. WebGL: We have incorporated WebGL (Web Graphics Library) for real-time 3D graphics rendering in the web browser. This technology enables us to efficiently render and visualize complex geospatial maps and data layers, leveraging the potential of hardware acceleration from the user's GPU.

  3. GeoTIFF: We are now compatible with the GeoTIFF file format, which is a widely accepted standard for storing georeferenced images. GeoTIFF allows us to work with geospatial raster data, including satellite imagery, topographic maps, and other related image data. By utilizing GeoTIFF, we have improved the loading, manipulation, and visualization capabilities of these data in our web platform.

  4. COG Standards: We have adopted the COG (Cloud-Optimized GeoTIFF) standards to optimize the accessibility and performance of geospatial data stored in the GeoTIFF format. By following these standards, we have organized the data into mosaics and pyramids, enabling efficient loading and visualization of data at different resolutions and zoom levels. Additionally, we have employed lossless compression techniques and efficient metadata to enhance transfer speed and reduce data loading time for geospatial data in our platform.

In summary, we have enhanced our web platform by integrating the latest version of OpenLayers, utilizing WebGL for 3D graphic representations, supporting the GeoTIFF format for working with geospatial raster data, and adhering to COG standards to optimize performance and accessibility of the data. These improvements allow us to provide our users with a smoother and more efficient map visualization experience, while leveraging advanced real-time processing and analysis capabilities of geospatial data.

What's Changed

  • Refactoring overview component
  • 🎉 New Features overlay panel component
  • Inspection annotations component
    • Filter by fail code
    • Filter by priority
    • Filter by severity
    • Image on overlay panel.

Bug fixes

  • [Bug] 🐛 TypeError: clickedFeatureTempMax.toFixed is not a function
  • [Bug] 🐛 TypeError Cannot assign null to property App\Http\Livewire\Features::$feature of type array
  • [Bug] 🐛 Error 403 Invalid Signature
  • [Bug] 🐛 nette/schema v1.2.2 requires php >=7.1 <8.2 -> your php version (8.2.0) does not satisfy that requirement.

Security fixes

  • Packages have been updated to the latest security versions

1.2.21-rc.1

16 Nov 15:43
Compare
Choose a tag to compare
1.2.21-rc.1 Pre-release
Pre-release
  • [Enhancement] New component to display session messages.
  • [Feature] Activities and tasks, and capability to tag teammates.
  • [Enhancement] Added new geometries with their categories and labels.
  • [Feature] Possibility of task creation on map layers actions.
  • [Enhancement] Workaround bulk actions & filters in tables.

1.2.18

25 Sep 23:35
Compare
Choose a tag to compare
1.2.18 Pre-release
Pre-release
  • [Enhancement] Mapping services improvement.
  • [Enhancement] 🐳 Dockerizing production environment.
  • [Fix] 🐛 Lazy loading onboard method on user edit.
  • [Fix] 🐛 TypeError: clickedFeatureTempMax.toFixed is not a function.
  • [Request] ✨ Features requests.
    • Change close button position.
    • Make checkboxes toggleable.
    • Remove background overlay.
    • Ability to select a new panel without closing side overlay.

1.2.12-beta

29 Aug 01:37
Compare
Choose a tag to compare
1.2.12-beta Pre-release
Pre-release
  • [Feature] 🎉 Teams management.
  • [Refactor] Sites table, due to api changes.
  • [Enhancement] 🐳 Dockerize development environment.

1.2.8-beta

26 Jun 22:22
Compare
Choose a tag to compare
1.2.8-beta Pre-release
Pre-release
  • [Feature] Dark mode based on system preferences.
  • [Refactor] inspections table, due to api changes.
  • [Refactor] users table, due to api changes.
  • [Refactor] sites table, due to api changes.
  • [Refactor] Improve performance when loading a huge amount of data from equipment components.
  • [Feature] Make the ability to update/download data if it's an admin or owner.
  • [BugFix] Bug in owner check for abort operations like edit or delete if not the site owner.
  • [Feature] import/export functionality to equipment type component.
  • [Feature] import/export functionality to equipment component.
  • [Refactor] Updated overview component, due to api change.

1.2.4-beta

30 May 04:31
Compare
Choose a tag to compare
1.2.4-beta Pre-release
Pre-release

What's Changed

  • New feature equipment types management component. 69b8727
  • New feature equipment managament component. 69b8727
  • Fix Inspection table layout styles. aa8a795
  • Updated button link component styles. 9158aba
  • Fix users table because the dropping support for onboarding process. 51195f1
  • Update Inspection::class due to API changes. b6ffb63
  • Update Site::class due to API changes. 37bff13
  • Update Equipment::class due to API changes 6d50014
  • Updated dependencies c07a01c