jiayuasu opened a new pull request, #2682: URL: https://github.com/apache/sedona/pull/2682
## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a ticket? - Yes, and the PR name follows the format `[GH-XXX] my subject`. Closes #2678 ## What changes were proposed in this PR? Added SVG visual illustrations for 7 overlay functions (Phase 2 of #2678): - ST_Intersection, ST_Union, ST_Difference, ST_SymDifference - ST_Split, ST_SubDivide (also used by ST_SubDivideExplode), ST_UnaryUnion Each overlay function gets one SVG showing input geometries (A and B in dashed outline) with the result region highlighted in green. For single-geometry functions (ST_SubDivide, ST_UnaryUnion), only geometry A is shown. SVG files stored in docs/image/ST_Name/. Images embedded in 22 markdown files across: - docs/api/sql/Overlay-Functions/ - docs/api/flink/Overlay-Functions/ - docs/api/snowflake/vector-data/Overlay-Functions/ ## How was this patch tested? - Verified all 7 SVG files exist and render correctly - Verified all image references in 22 markdown files resolve to existing files (no broken links) - Visual inspection of SVG output ## Did this PR include necessary documentation updates? - Yes, I have updated the documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
