Skip to content

Commit

Permalink
Fix typos in region slice
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Jun 12, 2024
1 parent 74113f2 commit c9c6abf
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"items": {
"type": "number",
"minimum": -3.14159265359,
"maximum": 3.14159265359,
"maximum": 3.14159265359
},
"minItems": 2,
"maxItems": 2,
Expand All @@ -39,20 +39,20 @@
-1.57079632679
]
},
"minAngle": {
"maxAngle": {
"type": "array",
"description": "The end of the slice along the angles of the reference ellipsoid, in radians. The first element corresponds to the azimuthal angle (a.k.a longitude) and must be in the range [-pi, pi]. The second element corresponds to the polar angle (a.k.a. latitude) and must be in the range [-pi/2, pi/2].",
"items": {
"type": "number",
"minimum": -3.14159265359,
"maximum": 3.14159265359,
"maximum": 3.14159265359
},
"minItems": 2,
"maxItems": 2,
"default": [
3.14159265359,
1.57079632679
]
},
}
}
}

0 comments on commit c9c6abf

Please sign in to comment.