jiayuasu opened a new pull request, #2689:
URL: https://github.com/apache/sedona/pull/2689

   ## Description
   
   Add SVG visual illustrations for 4 geometry validation functions, continuing 
the work on #2678.
   
   ### Functions covered (4)
   
   ST_IsValid, ST_IsValidDetail, ST_IsValidReason, ST_MakeValid
   
   ### Changes
   - 4 new SVG images in docs/image/
   - 11 doc files updated (4 SQL + 3 Flink + 4 Snowflake)
   - Flink excludes ST_IsValidDetail (not available in Flink)
   
   ### Visual style
   - ST_IsValid: valid polygon (green, "true") vs invalid bowtie polygon (red, 
"false")
   - ST_IsValidDetail: invalid bowtie → detail box showing valid/reason/location
   - ST_IsValidReason: invalid bowtie → reason string box
   - ST_MakeValid: invalid bowtie (red) → arrow → repaired multi-polygon (green)
   
   Part of #2678 (Phase 8 - Geometry Validation)
   


-- 
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]

Reply via email to