Property toDomain() was hardcoding GeoPoint.create(0, 0) because Prisma returns PostGIS geometry(Point, 4326) as an opaque Unsupported type. Changed findById to use raw SQL with ST_Y/ST_X extraction, ensuring actual coordinates round-trip correctly through save → query. Co-Authored-By: Paperclip <noreply@paperclip.ing>