-
Notifications
You must be signed in to change notification settings - Fork 34
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
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f3d4246 - Browse repository at this point
Copy the full SHA f3d4246View commit details -
Configuration menu - View commit details
-
Copy full SHA for c33d240 - Browse repository at this point
Copy the full SHA c33d240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 233faaa - Browse repository at this point
Copy the full SHA 233faaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e637d - Browse repository at this point
Copy the full SHA 83e637dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e1e1e - Browse repository at this point
Copy the full SHA 02e1e1eView commit details
Commits on Nov 11, 2021
-
* the types are included in the distribution since 6.6.0 (openlayers/openlayers@9e88134)
Configuration menu - View commit details
-
Copy full SHA for 18f51f9 - Browse repository at this point
Copy the full SHA 18f51f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f26073 - Browse repository at this point
Copy the full SHA 8f26073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6bf18 - Browse repository at this point
Copy the full SHA 5c6bf18View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5aa582 - Browse repository at this point
Copy the full SHA a5aa582View commit details -
Include vector tiles using ol-mapbox-style
* not sure about tsconfig changes, took this from here: openlayers/ol-mapbox-style#269 (comment)
Configuration menu - View commit details
-
Copy full SHA for 2dc764d - Browse repository at this point
Copy the full SHA 2dc764dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e119f - Browse repository at this point
Copy the full SHA 64e119fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be71e3e - Browse repository at this point
Copy the full SHA be71e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f24b454 - Browse repository at this point
Copy the full SHA f24b454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 686b2a3 - Browse repository at this point
Copy the full SHA 686b2a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 520fc7e - Browse repository at this point
Copy the full SHA 520fc7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb2f14a - Browse repository at this point
Copy the full SHA bb2f14aView commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 03e6186 - Browse repository at this point
Copy the full SHA 03e6186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ccf309 - Browse repository at this point
Copy the full SHA 7ccf309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9529a3d - Browse repository at this point
Copy the full SHA 9529a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f75c4d9 - Browse repository at this point
Copy the full SHA f75c4d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a270a38 - Browse repository at this point
Copy the full SHA a270a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24c4d68 - Browse repository at this point
Copy the full SHA 24c4d68View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cb3e74e - Browse repository at this point
Copy the full SHA cb3e74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e1b5e1 - Browse repository at this point
Copy the full SHA 4e1b5e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc0764 - Browse repository at this point
Copy the full SHA ddc0764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738db85 - Browse repository at this point
Copy the full SHA 738db85View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf63e92 - Browse repository at this point
Copy the full SHA bf63e92View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 44aba35 - Browse repository at this point
Copy the full SHA 44aba35View commit details -
Merge branch 'fix_package_lock' into ol_exp
# Conflicts: # src/App.tsx # src/map/Map.tsx # src/map/Popup.tsx
Configuration menu - View commit details
-
Copy full SHA for ff9ccb1 - Browse repository at this point
Copy the full SHA ff9ccb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e426f - Browse repository at this point
Copy the full SHA 09e426fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 172c1c0 - Browse repository at this point
Copy the full SHA 172c1c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2d51b - Browse repository at this point
Copy the full SHA 6f2d51bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46bf484 - Browse repository at this point
Copy the full SHA 46bf484View commit details
Commits on Nov 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c9cd40a - Browse repository at this point
Copy the full SHA c9cd40aView commit details -
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?!
Configuration menu - View commit details
-
Copy full SHA for f2213e2 - Browse repository at this point
Copy the full SHA f2213e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f833b - Browse repository at this point
Copy the full SHA 44f833bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 313fa38 - Browse repository at this point
Copy the full SHA 313fa38View commit details -
Add px and backtick for translate transform of SVG marker (as in Mark…
…er.tsx) - no improvement ?!
Configuration menu - View commit details
-
Copy full SHA for 2b93d66 - Browse repository at this point
Copy the full SHA 2b93d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1fda59 - Browse repository at this point
Copy the full SHA d1fda59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7528a3c - Browse repository at this point
Copy the full SHA 7528a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0744bcb - Browse repository at this point
Copy the full SHA 0744bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f749b - Browse repository at this point
Copy the full SHA 29f749bView commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6972a78 - Browse repository at this point
Copy the full SHA 6972a78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ddf866 - Browse repository at this point
Copy the full SHA 3ddf866View commit details -
Configuration menu - View commit details
-
Copy full SHA for dddea6c - Browse repository at this point
Copy the full SHA dddea6cView commit details
Commits on Nov 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5cac394 - Browse repository at this point
Copy the full SHA 5cac394View commit details
Commits on Nov 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 07b7967 - Browse repository at this point
Copy the full SHA 07b7967View commit details -
Merge branch 'master' into fix_package_lock
# Conflicts: # package-lock.json # package.json
Configuration menu - View commit details
-
Copy full SHA for 60f4c4e - Browse repository at this point
Copy the full SHA 60f4c4eView commit details -
Merge branch 'fix_package_lock' into ol_exp
# Conflicts: # package-lock.json # package.json # src/stores/MapOptionsStore.ts
Configuration menu - View commit details
-
Copy full SHA for eb400e4 - Browse repository at this point
Copy the full SHA eb400e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0673b58 - Browse repository at this point
Copy the full SHA 0673b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b0a795 - Browse repository at this point
Copy the full SHA 1b0a795View commit details
Commits on Dec 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f598f40 - Browse repository at this point
Copy the full SHA f598f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea787a5 - Browse repository at this point
Copy the full SHA ea787a5View commit details
Commits on Dec 4, 2021
-
Merge branch 'master' into ol_exp
# Conflicts: # src/stores/MapOptionsStore.ts
Configuration menu - View commit details
-
Copy full SHA for dafbbac - Browse repository at this point
Copy the full SHA dafbbacView commit details
Commits on Jan 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eadca9e - Browse repository at this point
Copy the full SHA eadca9eView commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad10643 - Browse repository at this point
Copy the full SHA ad10643View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8bd00b - Browse repository at this point
Copy the full SHA a8bd00bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2af4d - Browse repository at this point
Copy the full SHA fa2af4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ba47c - Browse repository at this point
Copy the full SHA c2ba47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4dddc - Browse repository at this point
Copy the full SHA 2e4dddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c75821 - Browse repository at this point
Copy the full SHA 8c75821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0cb14 - Browse repository at this point
Copy the full SHA 3e0cb14View commit details
Commits on Jan 19, 2022
-
Merge branch 'master' into ol_exp
# Conflicts: # src/actions/Actions.ts # src/stores/ViewportStore.ts
Configuration menu - View commit details
-
Copy full SHA for ff745d0 - Browse repository at this point
Copy the full SHA ff745d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for adb8315 - Browse repository at this point
Copy the full SHA adb8315View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9213ec - Browse repository at this point
Copy the full SHA d9213ecView commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 74ab4a7 - Browse repository at this point
Copy the full SHA 74ab4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd0ade8 - Browse repository at this point
Copy the full SHA dd0ade8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e41435c - Browse repository at this point
Copy the full SHA e41435cView commit details -
Really? Revert "aws deployment does not show map on mobile, try to re…
…vert css change" This reverts commit e41435c.
Configuration menu - View commit details
-
Copy full SHA for d401067 - Browse repository at this point
Copy the full SHA d401067View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3976084 - Browse repository at this point
Copy the full SHA 3976084View commit details