-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
[Map] add polyline support #2340
Conversation
📊 Packages dist files size differenceThanks for the PR! Here is the difference in size of the packages dist files between the base branch and the PR.
|
Hey, thanks a lot for this PR @sblondeau! Could you please add more info about this new feature to your PR description? Some screenshots, details and what you trying to achieve! Thannnnnks 😁 |
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.
Thanks for the feature, I didn't even know that "polyline" existed :)
I've added some comments that must be resolved if we want to merge your work.
Also, a lot of CI checks are failing, can you take a look please? Thanks!
Hello, I tried a lot of things but some tests (js ans php) failed and I do not understand why :( |
Hi @sblondeau, where are stuck? Please ensure to rebase your branch from the latest yarn lint
yarn format
yarn workspaces foreach -Rp --from '{src/Map/assets,src/Map/src/Bridge/Google/assets,src/Map/src/Bridge/Leaflet/assets}' run build
yarn workspaces foreach -Rp --from '{src/Map/assets,src/Map/src/Bridge/Google/assets,src/Map/src/Bridge/Leaflet/assets}' run test Also, please start to squash your commits, we don't want to see commits Thanks! |
829363a
to
4e092e3
Compare
@Kocal thanks for your help with the yarn command (it is not easy to guess them ;-) ) |
Well, in fact
is simply a shortcut to:
😛
Yes! You should work in the UX repository, To run JS tests for Google, you can run Keep up the good work! But... I predict you will have a lot of conflicts when #2385 will be merged :P |
…tories (Kocal) This PR was merged into the 2.x branch. Discussion ---------- Add PR template and auto-close PR on subtree split repositories | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Taken from symfony/http-client@54118c6, because symfony/ux-google-map#1 and #2340 (comment) Commits ------- 89b735e Add PR template and auto-close PR on subtree split repositories
4e092e3
to
ea03a55
Compare
08e0779
to
d4b4e94
Compare
66eca38
to
f07ce73
Compare
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.
Please can you squash all of your commits and rebase on the latest 2.x?
Thanks
With the merge of #2385 , there are now plenty of conflicts 😅 I'll take it from here :) |
f07ce73
to
4015860
Compare
4015860
to
754fd35
Compare
PR squashed and rebased, I've added compatibility with UX Map inside a LiveComponent (I also fixed some things that I've forgot in #2385 😅), and applied some review comments. |
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.
Well, @sblondeau, what a nice first contribution here!
Thank you very much, and i cannot wait to see the next ones :)
Thanks for your work on this new feature! |
Add polyline support to Map for Leaflet and GoogleMap (useful e.g. for itinerary drawing)