Skip to content

Conversation

@asinghvi17
Copy link
Contributor

Summary

  • Add comprehensive tests for GeoInterface.coordtype covering all geometry types: Point, Line, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, Triangle (Ngon), and Mesh
  • Tests cover different coordinate types (Int, Float32, Float64) and dimensions (2D, 3D)
  • Fix method ambiguity in coordtype implementation by using specific GeoInterface traits instead of AbstractGeometryTrait, which was conflicting with GeoInterface's fallback methods

Test plan

  • All existing tests pass
  • New coordtype tests pass for all geometry types

🤖 Generated with Claude Code

Add comprehensive tests for coordtype covering Point, Line, LineString,
Polygon, MultiPoint, MultiLineString, MultiPolygon, Triangle, and Mesh
types with different coordinate types (Int, Float32, Float64).

Fix method ambiguity in coordtype implementation by using specific
GeoInterface traits instead of AbstractGeometryTrait, avoiding conflicts
with GeoInterface's fallback methods.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants