Skip to content

Commit 6e8e18c

Browse files
committed
Can only read string for now.
1 parent fb494e3 commit 6e8e18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
GeoJSON.read(json::String; lazyfc=false, ndim=2)
33
4-
Read GeoJSON from a string or file to a GeoInterface.jl compatible object.
4+
Read GeoJSON from a string to a GeoInterface.jl compatible object.
55
Set `ndim=3` for 3D geometries, which is also tried automatically when
66
77
When reading in huge featurecollections (1M+ features), set `lazyfc=true`

0 commit comments

Comments
 (0)