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

Use OpenLayers instead of Mapbox #176

Merged
merged 70 commits into from
Jan 26, 2022
Merged

Use OpenLayers instead of Mapbox #176

merged 70 commits into from
Jan 26, 2022

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    f3d4246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c33d240 View commit details
    Browse the repository at this point in the history
  3. remove mapbox, add ol

    easbar committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    233faaa View commit details
    Browse the repository at this point in the history
  4. hello ol

    easbar committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    83e637d View commit details
    Browse the repository at this point in the history
  5. disable test for now

    easbar committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    02e1e1e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Remove @types/ol

    * the types are included in the distribution since 6.6.0 (openlayers/openlayers@9e88134)
    easbar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    18f51f9 View commit details
    Browse the repository at this point in the history
  2. code formatting

    easbar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    8f26073 View commit details
    Browse the repository at this point in the history
  3. Enable other raster layers

    easbar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5c6bf18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5aa582 View commit details
    Browse the repository at this point in the history
  5. Include vector tiles using ol-mapbox-style

    * not sure about tsconfig changes, took this from here: openlayers/ol-mapbox-style#269 (comment)
    easbar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2dc764d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64e119f View commit details
    Browse the repository at this point in the history
  7. trigger build

    easbar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    be71e3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f24b454 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    686b2a3 View commit details
    Browse the repository at this point in the history
  10. Handle view change actions

    easbar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    520fc7e View commit details
    Browse the repository at this point in the history
  11. remove controls

    easbar committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bb2f14a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    03e6186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ccf309 View commit details
    Browse the repository at this point in the history
  3. code formatting

    easbar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9529a3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f75c4d9 View commit details
    Browse the repository at this point in the history
  5. Add context menu

    easbar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a270a38 View commit details
    Browse the repository at this point in the history
  6. disable user selection on ios

    Janekdererste authored and easbar committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    24c4d68 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    cb3e74e View commit details
    Browse the repository at this point in the history
  2. code formatting

    easbar committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4e1b5e1 View commit details
    Browse the repository at this point in the history
  3. Add map attributions

    easbar committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ddc0764 View commit details
    Browse the repository at this point in the history
  4. Add function names

    easbar committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    738db85 View commit details
    Browse the repository at this point in the history
  5. Update comments

    easbar committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    bf63e92 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    44aba35 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_package_lock' into ol_exp

    # Conflicts:
    #	src/App.tsx
    #	src/map/Map.tsx
    #	src/map/Popup.tsx
    easbar committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ff9ccb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e426f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    172c1c0 View commit details
    Browse the repository at this point in the history
  5. Update package-lock.json

    easbar committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6f2d51b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46bf484 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Update package-lock.json

    easbar committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    c9cd40a View commit details
    Browse the repository at this point in the history
  2. Add markers (still has a few issues)

    * I had to duplicate the svg from `Marker.tsx`, because I needed it as a string to use it as Icon src for the style image of the query points vector layer. The alternative could be using an ol.Overlay for each marker, but then we need to somehow create a div (using useRef?) for each overlay. Considering the issues I ran into here (see below) this might be the better option?
    
    * The marker positions are off. Apparently the `translate` style property doesn't work correctly
    
    * The marker numbers/text is only shown in Chrome. In Firefox it is missing or so small that it is invisible.
    
    * The cursor does not change when hovering the markers. Instead the marker points are shown as blue circles on top of our marker symbols (very ugly)
    
    * I had to change the colors that are given as hex strings to 'rgb(red, green, blue)'. Otherwise the markers were invisible?!
    easbar committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    f2213e2 View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    easbar committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    44f833b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    313fa38 View commit details
    Browse the repository at this point in the history
  5. Add px and backtick for translate transform of SVG marker (as in Mark…

    …er.tsx) - no improvement ?!
    easbar committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    2b93d66 View commit details
    Browse the repository at this point in the history
  6. Update todo comments

    easbar committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    d1fda59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7528a3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0744bcb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29f749b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    6972a78 View commit details
    Browse the repository at this point in the history
  2. Update package-lock.json again

    easbar committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    3ddf866 View commit details
    Browse the repository at this point in the history
  3. go back to node gallium

    easbar committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    dddea6c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    5cac394 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    07b7967 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into fix_package_lock

    # Conflicts:
    #	package-lock.json
    #	package.json
    easbar committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    60f4c4e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_package_lock' into ol_exp

    # Conflicts:
    #	package-lock.json
    #	package.json
    #	src/stores/MapOptionsStore.ts
    easbar committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    eb400e4 View commit details
    Browse the repository at this point in the history
  4. Update to master

    easbar committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    0673b58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b0a795 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Merge branch 'master' into ol_exp

    # Conflicts:
    #	src/App.tsx
    easbar committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f598f40 View commit details
    Browse the repository at this point in the history
  2. code formatting

    easbar committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    ea787a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Merge branch 'master' into ol_exp

    # Conflicts:
    #	src/stores/MapOptionsStore.ts
    easbar committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    dafbbac View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    eadca9e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Use raster tiles by default

    easbar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    ad10643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8bd00b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa2af4d View commit details
    Browse the repository at this point in the history
  4. Use custom hooks for layers

    easbar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c2ba47c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e4dddc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c75821 View commit details
    Browse the repository at this point in the history
  7. minor

    easbar committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    3e0cb14 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Merge branch 'master' into ol_exp

    # Conflicts:
    #	src/actions/Actions.ts
    #	src/stores/ViewportStore.ts
    easbar committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    ff745d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb8315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9213ec View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Use Omniscale tiles by default

    easbar committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    74ab4a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd0ade8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e41435c View commit details
    Browse the repository at this point in the history
  4. Really? Revert "aws deployment does not show map on mobile, try to re…

    …vert css change"
    
    This reverts commit e41435c.
    easbar committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    d401067 View commit details
    Browse the repository at this point in the history
  5. go back to start... Revert "Really? Revert "aws deployment does not s…

    …how map on mobile, try to revert css change""
    
    This reverts commit d401067.
    easbar committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    3976084 View commit details
    Browse the repository at this point in the history