-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
builtins: Implement ST_AsEncodedPolyline function #55515
builtins: Implement ST_AsEncodedPolyline function #55515
Conversation
This function takes the geometry and precision and returns the encoded polyline ASCII. Works the same as in PostGIS. Release note (sql change): Implement geo builtin ST_AsEncodedPolyline
Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. I was unable to automatically find a reviewer. You can try CCing one of the following members:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
@otan could you please review or assign someone else? |
yep! please put the issue number in the PR description, so that it automatically tags me. |
bors r+ |
Build failed (retrying...): |
Build succeeded: |
Sorry, I forgot. I'll remember next time |
This function takes the geometry and precision and returns the encoded polyline ASCII.
Works the same as in PostGIS.
Release note (sql change): Implement geo builtin ST_AsEncodedPolyline
Resolves #48872