Hi,
I'm using a JSONfragmenter to create a polygon from an attribute containing a geojson polygon.Everything goes fine, but if I add a reprojector the geometry become out of control:
Here is a minimal example of my problem:
Hi,
I'm using a JSONfragmenter to create a polygon from an attribute containing a geojson polygon.Everything goes fine, but if I add a reprojector the geometry become out of control:
Here is a minimal example of my problem:
Best answer by david_r
Since you're reprojecting between the Swiss reference frames LV03 and LV95, you should not be using the Reprojector, but the ReframeReprojector that was developed by Swisstopo for this specific use case.
I just tried it with your sample workspace and the result seems correct.
Alternatively you can also use the CsmapReprojector with a specific transformation method:
It will be somewhat faster than the ReframeReprojector, but slightly less accurate.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.