-
Notifications
You must be signed in to change notification settings - Fork 72
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
Buffer params #516
Buffer params #516
Conversation
(non-extra param st_buffer passes tests)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #516 +/- ##
==========================================
- Coverage 93.74% 93.66% -0.09%
==========================================
Files 245 245
Lines 6317 6342 +25
Branches 110 110
==========================================
+ Hits 5922 5940 +18
- Misses 395 402 +7
|
(build succeeds)
to avoid merge conflict
UPDATE: i successfully retriggered the builds -- it's now codecov that trips. 🤷 @milos-colic thanks for the approval! -- I cannot merge due to the above build failures, however I notice that it is failing on the same GDAL issue as other, already merged PR builds, so probably unrelated to this PR. |
resolves #486
Introduces the optional parameter
buffer_style_parameters='quad_segs=# endcap=round|flat|square'
where "#" is the number of line segments used to approximate a quarter circle (default is 8); and endcap style for line features is one of listed (default="round")Compatible with the same name parameter in PostGIS ST_Buffer