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
There is a significant difference between the cartesian area calculated from the backend and the area of the measure tool in the client. The client uses Ol/Sphere.js method from OpenLayers, which is more accurate than Shapely.
Possible Solution
Shapely doesn't support CRS so a workaround can be doing the intersection in PostGIS or having a custom python method.
The text was updated successfully, but these errors were encountered:
Expected Behavior
There is a significant difference between the cartesian area calculated from the backend and the area of the measure tool in the client. The client uses Ol/Sphere.js method from OpenLayers, which is more accurate than Shapely.
Possible Solution
Shapely doesn't support CRS so a workaround can be doing the intersection in PostGIS or having a custom python method.
The text was updated successfully, but these errors were encountered: