We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3305aef commit 19946d7Copy full SHA for 19946d7
src/defaults.jl
@@ -108,7 +108,7 @@ This follows the [Type hierarchy](@ref) of Simple Features.
108
# Examples
109
```jldoctest; setup = :(using GeoInterface)
110
julia> GeoInterface.subtrait(GeoInterface.LineStringTrait())
111
-GeoInterface.PointTrait
+GeoInterface.AbstractPointTrait
112
julia> GeoInterface.subtrait(GeoInterface.PolygonTrait()) # Any of LineStringTrait, LineTrait, LinearRingTrait
113
GeoInterface.AbstractLineStringTrait
114
```
0 commit comments