Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend - Polishing up before release #364

Merged
merged 33 commits into from
Jul 7, 2024
Merged

Frontend - Polishing up before release #364

merged 33 commits into from
Jul 7, 2024

Commits on Jul 2, 2024

  1. Implemented simple 3D window

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e6fdfc8 View commit details
    Browse the repository at this point in the history
  2. Added leaflet map render

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a90c1ca View commit details
    Browse the repository at this point in the history
  3. Fixed map not loading and camera

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    674a403 View commit details
    Browse the repository at this point in the history
  4. Further work on the controlls

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    de76e8a View commit details
    Browse the repository at this point in the history
  5. Worked on the controls

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    96ecd27 View commit details
    Browse the repository at this point in the history
  6. The proper map is rendered instead

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    29ab70f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    7709ab3 View commit details
    Browse the repository at this point in the history
  2. Fixed popup for for marker on double click

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a89f8b7 View commit details
    Browse the repository at this point in the history
  3. Switching to new tab on add

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ba7939c View commit details
    Browse the repository at this point in the history
  4. Reload button on tab switch

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e57d7e7 View commit details
    Browse the repository at this point in the history
  5. Started working on the polygon location data

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b088652 View commit details
    Browse the repository at this point in the history
  6. Worked on drawing polygons

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    c31430b View commit details
    Browse the repository at this point in the history
  7. Fixed not changing isDrawing

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    657108a View commit details
    Browse the repository at this point in the history
  8. Removing old polygon when drawing a new one

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1742ff1 View commit details
    Browse the repository at this point in the history
  9. Disable draw polygon tooltips

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a76058c View commit details
    Browse the repository at this point in the history
  10. Finished the styling of the polygon

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    7bba4d4 View commit details
    Browse the repository at this point in the history
  11. Fixed display of coordinates in dataview

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e49e4b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Created a selection type

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    720a4c6 View commit details
    Browse the repository at this point in the history
  2. Added mapcontext reference for polygon event

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    d2a5beb View commit details
    Browse the repository at this point in the history
  3. Fixed location endpoint calls

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f3a71e6 View commit details
    Browse the repository at this point in the history
  4. Added working selections with search bar

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    7416af6 View commit details
    Browse the repository at this point in the history
  5. Added ability to store marker names

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    505b816 View commit details
    Browse the repository at this point in the history
  6. Fixed drawing of searched addresses + cleanup of last search

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    59ca878 View commit details
    Browse the repository at this point in the history
  7. Fixed location endpoint body

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    55330d7 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    cfc092d View commit details
    Browse the repository at this point in the history
  9. Implemented the open as a map functionality

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3f678e1 View commit details
    Browse the repository at this point in the history
  10. Removed temp location values

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c035d6c View commit details
    Browse the repository at this point in the history
  11. Removed 3D

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    dda4db7 View commit details
    Browse the repository at this point in the history
  12. Fixed styling issue with polygon drawing

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3772bca View commit details
    Browse the repository at this point in the history
  13. Uninstalled Three.js

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    eed1cc9 View commit details
    Browse the repository at this point in the history
  14. Small fixes

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    e37254b View commit details
    Browse the repository at this point in the history
  15. Fixed data not loading at the start

    Signed-off-by: Emil Balitzki <[email protected]>
    Corgam committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3a16353 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. fixed/added multipolygon handling

    Signed-off-by: Lucas-Nan <[email protected]>
    Lucas-Nan committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    38f6f55 View commit details
    Browse the repository at this point in the history