Expected behavior
The preview displays a correct preview.
|
return 'Lat.: ' . $inputData->getLongitude() . ' Long.: ' . $inputData->getLatitude(); |
Expected value: Lat.: 48.8566 Long.: 2.3522

Actual behavior
The preview switches the Longitude and Latitude.
Steps to reproduce
Use the AsGeopoint Mapping operator
Expected behavior
The preview displays a correct preview.
data-importer/src/Mapping/Operator/Factory/AsGeopoint.php
Line 44 in 336d65f
Expected value: Lat.: 48.8566 Long.: 2.3522
Actual behavior
The preview switches the Longitude and Latitude.
Steps to reproduce
Use the AsGeopoint Mapping operator