Skip to content

Resolve "Export drawn profile on map as KML"

Corentin Junod requested to merge 275-export-drawn-profile-on-map-as-kml into main

Job done

  • Cleanup the code related to the lidar profile
    • Remove fontawesome dependencies
    • Simplify some parts
  • Add the "KML export" button the saves the profile line as KML

For the Developer:

  • Code compiles and conforms to defined coding standards (eslint, tsc, prettier).
  • If necessary (at the developer's discretion), unit tests have been added for critical parts.
  • All unittests run without error.
  • Sonar-Scan returns no new issues or security hotspots.
  • Documentation has been updated where necessary (see documentation repository).
  • Merge-Request contains a few explanations of what was done.
  • A Reviewer has been assigned to the Merge-Request.

For the Reviewer:

  • New code was reviewed.
  • If comments could be added on unclear code, the developer has been informed.
  • If unitests could be added in certain places, the developer has been informed.
  • Merge-Request was merged on main branch.
  • All pipelines work.
  • The bugfix was tested on demo environment.
  • Application performance has not been degraded by the modifications.

Authors

Closes #275 (closed)

Edited by Guillaume Remy

Merge request reports