-
Notifications
You must be signed in to change notification settings - Fork 4
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
src/components/routes: add component RoutesMap for entring routes via a map interface #470
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
tmszi
reviewed
Jul 16, 2024
maceksimon
force-pushed
the
feature/routes-map
branch
from
July 17, 2024 11:49
491f8ab
to
f342698
Compare
MNK tiles map service URL https://mnk-osm-tiles.dopracenakole.net/{z}/{x}/{y}.png (URL string should be global app var same as OSM URL string) You can make simple widget (menu with two items) inside map which allow switch between base maps OSM and MNK. |
tmszi
reviewed
Jul 18, 2024
tmszi
reviewed
Jul 18, 2024
tmszi
reviewed
Jul 18, 2024
tmszi
reviewed
Jul 18, 2024
tmszi
reviewed
Jul 18, 2024
tmszi
reviewed
Jul 18, 2024
tmszi
reviewed
Jul 18, 2024
tmszi
reviewed
Jul 18, 2024
If you activate one editing tool (draw new line) other tools should be disabled. |
|
maceksimon
force-pushed
the
feature/routes-map
branch
from
July 25, 2024 08:19
8e1af5f
to
491c5e2
Compare
Status
|
Libs: ol, ol-ext, ol-contextmenu Fix rebase error.
Error related with upgrade Quasar framework lib to 2.17.2 version Fix run Cypress component tests. Cypress component tests error: ``` 1) An uncaught error was detected outside of a test 0 passing (92ms) 1 failing 1) An uncaught error was detected outside of a test: TypeError: The following error originated from your test code, not from Cypress. > window.Quasar is undefined When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. Cypress could not associate this error to any specific test. We dynamically generated a new test to display this failure. at node_modules/quasar/dist/icon-set/material-symbols-sharp.umd.prod.js (http://localhost:9000/__cypress/src/node_modules/.q-cache/vite/spa/deps/quasar_dist_icon-set_material-symbols-sharp_umd_prod.js?v=9d544864:11:7) at node_modules/quasar/dist/icon-set/material-symbols-sharp.umd.prod.js (http://localhost:9000/__cypress/src/node_modules/.q-cache/vite/spa/deps/quasar_dist_icon-set_material-symbols-sharp_umd_prod.js?v=9d544864:12:7) at __init (http://localhost:9000/__cypress/src/node_modules/.q-cache/vite/spa/deps/chunk-J43GMYXM.js?v=c246f036:8:56) at <unknown> (http://localhost:9000/__cypress/src/node_modules/.q-cache/vite/spa/deps/quasar_dist_icon-set_material-symbols-sharp_umd_prod.js?v=9d544864:17:69) ```
File tests require review/refactor/extends tests.
tmszi
force-pushed
the
feature/routes-map
branch
from
November 14, 2024 13:22
60674b4
to
f56af22
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds map widget based on openlayers library and its Vue 3 integration.
Add composables:
nominatim.openstreetmap.org
API