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
The approach to corridor width is too much straightforward, it does not address in any way changing the width of line when latitude grows closer to the pole point (as well as decreasing to south pole).
The text was updated successfully, but these errors were encountered:
Oh... Topic is not that simple. I did it with Java using JTS library and it consumed plenty of time.
There are some ready made solutions around like: https://developers.arcgis.com/javascript/3/samples/exp_cors_buffer/ (description here) but even that proprietary service produces unacceptable results (at least for very long polylines like flight routes). Despite the poor implementation ArcGIS solution has very good API and good approach to use CORS-enabled server to render buffers - there must be a bunch of math to produce geodetically-valid results.
For those who would like to do it in JS I'd suggest to start from JTS JavaScript port or maybe ArcGIS service is working fine when used commercially (had no chance to try).
The approach to corridor width is too much straightforward, it does not address in any way changing the width of line when latitude grows closer to the pole point (as well as decreasing to south pole).
The text was updated successfully, but these errors were encountered: