-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CircularString support #117
Comments
I have no plans to add this feature but welcome any pull requests that include it. |
Circular strings are not supported on GeoJSON spec. Therefore, any implementation would require to transform such curves to an approximated linear geometry of an arbitrary presicion (see the implementation for Lines 415 to 444 in ab38c17
it would be overkill to implement this processing in the frontend, as the conversion from circularstrings can be already done in the backend. For example in PostGIS:
|
As far as I can see,
circularstring
objects are not yet supported. Are there any plans to support this and other curve types?The text was updated successfully, but these errors were encountered: