Skip to content
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-4431: Migrate OS Maps into ODC Maps v1.6.7 #147

Merged
merged 44 commits into from
Dec 13, 2023

Conversation

bmarcelino-fe
Copy link
Contributor

This PR is for migration OS Maps into ODC Maps v1.6.7.

Checklist

  • tested locally
  • documented the code
  • clean all warnings and errors of eslint
  • requires changes in OutSystems (if so, provide a module with changes)
  • requires new sample page in OutSystems (if so, provide a module with changes)

gnbm and others added 30 commits April 16, 2023 15:42
Updated asset version to 1.6.6.
…hape (#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
… 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 <[email protected]>
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
This reverts commit 96154f3.
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
ROU-4361 - Update Images.css
Added CSS class .runtime-staticMap-container-hide
ROU-4580: Make the bot commits signed
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@bmarcelino-fe bmarcelino-fe changed the base branch from odc-main to rc1.6.7-odc-v2 December 13, 2023 18:50
@bmarcelino-fe bmarcelino-fe merged commit afad4db into rc1.6.7-odc-v2 Dec 13, 2023
11 of 12 checks passed
@bmarcelino-fe bmarcelino-fe deleted the rc1.6.7-odc branch December 13, 2023 18:50
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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>
Co-authored-by: Giuliana Silva <[email protected]>
Co-authored-by: João Ferreira <[email protected]>
Co-authored-by: OUTSYSTEMS\fmj <[email protected]>
Co-authored-by: rug <[email protected]>

---------

Co-authored-by: gbnm <[email protected]>
Co-authored-by: Giuliana Silva <[email protected]>
Co-authored-by: João Ferreira <[email protected]>
Co-authored-by: OUTSYSTEMS\fmj <[email protected]>
Co-authored-by: rug <[email protected]>
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 <[email protected]>
Co-authored-by: Giuliana Silva <[email protected]>
Co-authored-by: João Ferreira <[email protected]>
Co-authored-by: OUTSYSTEMS\fmj <[email protected]>
Co-authored-by: rug <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants