They sometimes use a different separator.
The code is adjusted to always use same separator and precision.
That will prevent the same location from showing up multiple times due
to different latitude and longitude values.
Update of TYPO3 results in the following error:
------ -----------------------------------------------------------------------
Line Classes/Service/DestinationDataImportService.php
------ -----------------------------------------------------------------------
135 Property
Wrm\Events\Service\DestinationDataImportService::$objectManager with
generic class TYPO3\CMS\Extbase\Object\ObjectManager does not specify
its types: T
💡 You can turn this off by setting
checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.
160 Method Wrm\Events\Service\DestinationDataImportService::__construct()
has parameter $objectManager with generic class
TYPO3\CMS\Extbase\Object\ObjectManager but does not specify its
types: T
💡 You can turn this off by setting
checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.
------ -----------------------------------------------------------------------
We disable the check for now.