Hi all,
currently I'm trying to load a local map. The local map is written with the spatial reference 3857 but I need a spatial reference of 4326.
Are there any methods to get this conversion?
Or do I need a completly new map, with spatial reference 4326? So this would mean, there is no conversion method.
So, at the moment I just found the EsriRuntimeQt::GeometryEngine where I can for example change a point from spatial reference 3857 to 4326. But I can't do this with a whole map...