You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
/** Create the new shape element based on the configurations (already contains the locations, the bounds or the center and radius depending on the type of the new shape) */
// changing the shape locations or bounds is only available via the drag-and-drop and resize, so the solution passes by adding the shape_changed event listener as the shape's OnChanged event
/** Create the new shape element based on the configurations (already contains the locations, the bounds or the center and radius depending on the type of the new shape) */
0 commit comments