-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
MapLibre - Vue3 - Vite Migration v2 #926
Conversation
Pull Request Test Coverage Report for Build dcb237d0f-PR-926
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i checked out the PR, build and tested the viewer and did not find anything out of the ordinary. seems to be working just right.
some nitpicks. i would like to get rid of traces of mapbox in the naming and clean up comments that are still there left an right. but thats about it.
looks good 👍
@@ -6,7 +6,7 @@ | |||
import { store, mutations } from "@/globals/store"; | |||
import { mapSetters } from "@/globals/map"; | |||
import ToggleTileBoundariesControl from "./MapboxControls"; | |||
import mapboxgl from "mapbox-gl"; | |||
import mapboxgl from "maplibre-gl"; | |||
|
|||
export default { | |||
name: "ViewerMapbox", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good in here! Thanks for tackling this. I don't have any additional comments beyond what @iwpnd pointed out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good in here! Thanks for tackling this. I don't have any additional comments beyond what @iwpnd pointed out.
40a8a53
to
eafe3a6
Compare
@iwpnd it looks like all your comments have been addressed. Would you mark the PR approved if you don't have any additional change requests? |
eafe3a6
to
bd4f62e
Compare
my bad, wasn't aware that I was appointed a reviewer and was blocking this |
@iwpnd no worries! I just want to get your approval as you have worked on this part of the codebase. |
Hi everyone, this is my 2nd attempt to migrate the internal UI Viewer project.
All the UI (dev) libraries have been updated to the most recent versions.
Mapbox -> MapLibre
Vue2 -> Vue3
Vue Cli -> Vite