Skip to content

Commit 16383a9

Browse files
authored
Improve docstring of ValidCoords
1 parent cb1bcf0 commit 16383a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/transforms/validcoords.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
"""
66
ValidCoords(CRS)
7+
8+
Retain the geometries within the domain of the projected `CRS`.
9+
710
ValidCoords(code)
811
9-
Retain the geometries within the domain of the
10-
projection of type `CRS` or with EPSG/ESRI `code`.
12+
Alternatively, specify the projected `CRS` using a EPSG/ESRI `code`.
1113
"""
1214
struct ValidCoords{CRS} <: GeometricTransform end
1315

0 commit comments

Comments
 (0)