-
Notifications
You must be signed in to change notification settings - Fork 9
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
ROU-4222: DrawCircle AddOn does not pass coordinates when editing a shape #132
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
OS-giulianasilva
requested review from
gnbm,
joselrio,
BenOsodrac,
bmarcelino-fe,
rugoncalves and
JoaoFerreira-FrontEnd
as code owners
May 5, 2023 14:56
JoaoFerreira-FrontEnd
previously approved these changes
May 5, 2023
rugoncalves
requested changes
May 8, 2023
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
JoaoFerreira-FrontEnd
approved these changes
May 8, 2023
JoaoFerreira-FrontEnd
approved these changes
May 8, 2023
rugoncalves
approved these changes
May 9, 2023
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.
Nicely done!
OS-giulianasilva
added a commit
that referenced
this pull request
Jun 29, 2023
* Update asset version to 1.6.6 Updated asset version to 1.6.6. * ROU-4222: DrawCircle AddOn does not pass coordinates when editing a shape (#132) * Fix issue with Leaflet OnDrawingChange event * Remove unnecessary arguments * Fix OnDrawChange event for Google Maps * Remove unnecessary arguments and comments * Add comments * Fix eslint errors * Fix Code smell * Removed repeated code * Add shape types * Update ShapeProviderEvent.ts * ROU-4283 - [OSMaps] - Leaflet and Google Maps - DrawCircle AddOn does not pass coordinates when editing a shape (#133) * - fix coords sended on the coordinates parameter of triggerOnDrawingChangeEvent; * - change the return location on draging end (draw marker); --------- Co-authored-by: OUTSYSTEMS\fmj <joao.maneul.ferreira@outsystems.com> * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Revert "Update Images.css" This reverts commit 96154f3. * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet --------- Co-authored-by: gbnm <goncalo.martins@outsystems.com> Co-authored-by: João Ferreira <60441552+JoaoFerreira-FrontEnd@users.noreply.github.com> Co-authored-by: OUTSYSTEMS\fmj <joao.maneul.ferreira@outsystems.com>
bmarcelino-fe
added a commit
that referenced
this pull request
Dec 13, 2023
* Update asset version to 1.6.6 Updated asset version to 1.6.6. * ROU-4222: DrawCircle AddOn does not pass coordinates when editing a shape (#132) * Fix issue with Leaflet OnDrawingChange event * Remove unnecessary arguments * Fix OnDrawChange event for Google Maps * Remove unnecessary arguments and comments * Add comments * Fix eslint errors * Fix Code smell * Removed repeated code * Add shape types * Update ShapeProviderEvent.ts * ROU-4283 - [OSMaps] - Leaflet and Google Maps - DrawCircle AddOn does not pass coordinates when editing a shape (#133) * - fix coords sended on the coordinates parameter of triggerOnDrawingChangeEvent; * - change the return location on draging end (draw marker); --------- Co-authored-by: OUTSYSTEMS\fmj <joao.maneul.ferreira@outsystems.com> * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Revert "Update Images.css" This reverts commit 96154f3. * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Update Map.css Added CSS class .runtime-staticMap-container-hide * Update Map.css * Increase Maps version to 1.6.7 * Adding git action * Adding workflow to generate documentation in dev * Changes in workflows * Create main-push.yml * Changing workflow name * Update dev-pr.yml * Moving actions into folder * Chaning workflow to use new folder * Adding types to events * Missing parameter, when not passed structure * Missing parameter * Initial changes * Lint changes * Changing input from value to propertyValue * Improving variable name * Fixing sonarcloud findings * Sonar cloud feedback * More sonarcloud feedback * Changing the way addresses are converted * Removing the apiKey parameter * Adding sonarcloud lint * Fix auto merge problem * Add function to easily check if a number is valid * Explicitly set type of size as number * Validating that height and width are bigger than 0 * Fix duplicated methods on Circle --------- Co-authored-by: gbnm <goncalo.martins@outsystems.com> Co-authored-by: Giuliana Silva <108938618+OS-giulianasilva@users.noreply.github.com> Co-authored-by: João Ferreira <60441552+JoaoFerreira-FrontEnd@users.noreply.github.com> Co-authored-by: OUTSYSTEMS\fmj <joao.maneul.ferreira@outsystems.com> Co-authored-by: rug <rmfgoncalves@gmail.com>
bmarcelino-fe
added a commit
that referenced
this pull request
Dec 14, 2023
* Update asset version to 1.6.6 Updated asset version to 1.6.6. * ROU-4222: DrawCircle AddOn does not pass coordinates when editing a shape (#132) * Fix issue with Leaflet OnDrawingChange event * Remove unnecessary arguments * Fix OnDrawChange event for Google Maps * Remove unnecessary arguments and comments * Add comments * Fix eslint errors * Fix Code smell * Removed repeated code * Add shape types * Update ShapeProviderEvent.ts * ROU-4283 - [OSMaps] - Leaflet and Google Maps - DrawCircle AddOn does not pass coordinates when editing a shape (#133) * - fix coords sended on the coordinates parameter of triggerOnDrawingChangeEvent; * - change the return location on draging end (draw marker); --------- Co-authored-by: OUTSYSTEMS\fmj <joao.maneul.ferreira@outsystems.com> * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Revert "Update Images.css" This reverts commit 96154f3. * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Update Map.css Added CSS class .runtime-staticMap-container-hide * Update Map.css * Increase Maps version to 1.6.7 * Adding git action * Adding workflow to generate documentation in dev * Changes in workflows * Create main-push.yml * Changing workflow name * Update dev-pr.yml * Moving actions into folder * Chaning workflow to use new folder * Adding types to events * Missing parameter, when not passed structure * Missing parameter * Initial changes * Lint changes * Changing input from value to propertyValue * Improving variable name * Fixing sonarcloud findings * Sonar cloud feedback * More sonarcloud feedback * Changing the way addresses are converted * Removing the apiKey parameter * Adding sonarcloud lint * Fix auto merge problem * Add function to easily check if a number is valid * Explicitly set type of size as number * Validating that height and width are bigger than 0 * Updated Version 1.6.8 and added .snyk file Updated Version 1.6.8 and added .snyk file * ROU-4431: Migrate OS Maps into ODC Maps v1.6.7 (#147) * Update asset version to 1.6.6 Updated asset version to 1.6.6. * ROU-4222: DrawCircle AddOn does not pass coordinates when editing a shape (#132) * Fix issue with Leaflet OnDrawingChange event * Remove unnecessary arguments * Fix OnDrawChange event for Google Maps * Remove unnecessary arguments and comments * Add comments * Fix eslint errors * Fix Code smell * Removed repeated code * Add shape types * Update ShapeProviderEvent.ts * ROU-4283 - [OSMaps] - Leaflet and Google Maps - DrawCircle AddOn does not pass coordinates when editing a shape (#133) * - fix coords sended on the coordinates parameter of triggerOnDrawingChangeEvent; * - change the return location on draging end (draw marker); --------- Co-authored-by: OUTSYSTEMS\fmj <joao.maneul.ferreira@outsystems.com> * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Revert "Update Images.css" This reverts commit 96154f3. * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Update Map.css Added CSS class .runtime-staticMap-container-hide * Update Map.css * Increase Maps version to 1.6.7 * Adding git action * Adding workflow to generate documentation in dev * Changes in workflows * Create main-push.yml * Changing workflow name * Update dev-pr.yml * Moving actions into folder * Chaning workflow to use new folder * Adding types to events * Missing parameter, when not passed structure * Missing parameter * Initial changes * Lint changes * Changing input from value to propertyValue * Improving variable name * Fixing sonarcloud findings * Sonar cloud feedback * More sonarcloud feedback * Changing the way addresses are converted * Removing the apiKey parameter * Adding sonarcloud lint * Fix auto merge problem * Add function to easily check if a number is valid * Explicitly set type of size as number * Validating that height and width are bigger than 0 * Fix duplicated methods on Circle --------- Co-authored-by: gbnm <goncalo.martins@outsystems.com> Co-authored-by: Giuliana Silva <108938618+OS-giulianasilva@users.noreply.github.com> Co-authored-by: João Ferreira <60441552+JoaoFerreira-FrontEnd@users.noreply.github.com> Co-authored-by: OUTSYSTEMS\fmj <joao.maneul.ferreira@outsystems.com> Co-authored-by: rug <rmfgoncalves@gmail.com> --------- Co-authored-by: gbnm <goncalo.martins@outsystems.com> Co-authored-by: Giuliana Silva <108938618+OS-giulianasilva@users.noreply.github.com> Co-authored-by: João Ferreira <60441552+JoaoFerreira-FrontEnd@users.noreply.github.com> Co-authored-by: OUTSYSTEMS\fmj <joao.maneul.ferreira@outsystems.com> Co-authored-by: rug <rmfgoncalves@gmail.com>
bmarcelino-fe
added a commit
that referenced
this pull request
Dec 14, 2023
* Update asset version to 1.6.6 Updated asset version to 1.6.6. * ROU-4222: DrawCircle AddOn does not pass coordinates when editing a shape (#132) * Fix issue with Leaflet OnDrawingChange event * Remove unnecessary arguments * Fix OnDrawChange event for Google Maps * Remove unnecessary arguments and comments * Add comments * Fix eslint errors * Fix Code smell * Removed repeated code * Add shape types * Update ShapeProviderEvent.ts * ROU-4283 - [OSMaps] - Leaflet and Google Maps - DrawCircle AddOn does not pass coordinates when editing a shape (#133) * - fix coords sended on the coordinates parameter of triggerOnDrawingChangeEvent; * - change the return location on draging end (draw marker); --------- * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Revert "Update Images.css" This reverts commit 96154f3. * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Update Map.css Added CSS class .runtime-staticMap-container-hide * Update Map.css * Increase Maps version to 1.6.7 * Adding git action * Adding workflow to generate documentation in dev * Changes in workflows * Create main-push.yml * Changing workflow name * Update dev-pr.yml * Moving actions into folder * Chaning workflow to use new folder * Adding types to events * Missing parameter, when not passed structure * Missing parameter * Initial changes * Lint changes * Changing input from value to propertyValue * Improving variable name * Fixing sonarcloud findings * Sonar cloud feedback * More sonarcloud feedback * Changing the way addresses are converted * Removing the apiKey parameter * Adding sonarcloud lint * Fix auto merge problem * Add function to easily check if a number is valid * Explicitly set type of size as number * Validating that height and width are bigger than 0 * Updated Version 1.6.8 and added .snyk file Updated Version 1.6.8 and added .snyk file * ROU-4431: Migrate OS Maps into ODC Maps v1.6.7 (#147) * Update asset version to 1.6.6 Updated asset version to 1.6.6. * ROU-4222: DrawCircle AddOn does not pass coordinates when editing a shape (#132) * Fix issue with Leaflet OnDrawingChange event * Remove unnecessary arguments * Fix OnDrawChange event for Google Maps * Remove unnecessary arguments and comments * Add comments * Fix eslint errors * Fix Code smell * Removed repeated code * Add shape types * Update ShapeProviderEvent.ts * ROU-4283 - [OSMaps] - Leaflet and Google Maps - DrawCircle AddOn does not pass coordinates when editing a shape (#133) * - fix coords sended on the coordinates parameter of triggerOnDrawingChangeEvent; * - change the return location on draging end (draw marker); --------- * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Revert "Update Images.css" This reverts commit 96154f3. * Update Images.css Includes the changes made in ROU-4361 in order to replace the base 64 for the CSS vars → --map-container-image-google and --map-container-image-leaflet * Update Map.css Added CSS class .runtime-staticMap-container-hide * Update Map.css * Increase Maps version to 1.6.7 * Adding git action * Adding workflow to generate documentation in dev * Changes in workflows * Create main-push.yml * Changing workflow name * Update dev-pr.yml * Moving actions into folder * Chaning workflow to use new folder * Adding types to events * Missing parameter, when not passed structure * Missing parameter * Initial changes * Lint changes * Changing input from value to propertyValue * Improving variable name * Fixing sonarcloud findings * Sonar cloud feedback * More sonarcloud feedback * Changing the way addresses are converted * Removing the apiKey parameter * Adding sonarcloud lint * Fix auto merge problem * Add function to easily check if a number is valid * Explicitly set type of size as number * Validating that height and width are bigger than 0 * Fix duplicated methods on Circle --------- --------- Co-authored-by: gbnm <goncalo.martins@outsystems.com> Co-authored-by: Giuliana Silva <108938618+OS-giulianasilva@users.noreply.github.com> Co-authored-by: João Ferreira <60441552+JoaoFerreira-FrontEnd@users.noreply.github.com> Co-authored-by: OUTSYSTEMS\fmj <joao.maneul.ferreira@outsystems.com> Co-authored-by: rug <rmfgoncalves@gmail.com>
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.
This PR is for fix the updated coordinates not being passed to the OnDrawChange event.
What was happening
What was done
Test Steps
Checklist