Skip to content

v1.2.2

Choose a tag to compare

@Leni-Vienne Leni-Vienne released this 15 Jun 10:51
· 11 commits to production since this release
4ed9fd0

What's Changed

Website changes

  • Added zoom controls to the map, hidden on mobile

  • Added +/- key to zoom on the map

  • Removed POIs from the base map to make it look cleaner

  • Disabled rotate and pitch by default on touchscreens and trackpads

  • Cleaner settings menu with ability to unlock the map's rotation

  • Can now delete dates in the project form

  • Map buttons layout improved, now all on the right side

  • Now displays the render image in latest contribution panel if the project has no overlay

  • Better shapeEditing with the following changes:

    • added a delete button in the edit mode that gets enabled when a shape is selected
    • added ability to undo previous node placement by right clicking it
    • removed the default mode (polygon or line) to make it harder to drawer in the wrong mode
    • made the edit mode persist after closing the editor and re-open it
  • Fixed the 'last used' auth method text not being shown in auth modal

  • Fixed submissionDialog still submitting the valid contributions
    when there were validation errors for some other entries

  • Fixed a second font file being loaded when changing panel

  • Improved vector tile layer network load times during map flight by removing a bad optimization attempt

  • Removed some of the vector layers that weren't needed

  • Fixed event listener creation when moving the cursor on the map

Code changes

  • Improvements to the tiles endpoint

  • Removed the 'geometry IS NULL' path from tiles.sql

  • Fix edge case in pagination of contributions

  • More robust DB migration in github workflow

  • Approving an overlay updates the update_at column of the project

Full Changelog: v1.2.1...v1.2.2