Skip to content

Commit

Permalink
Fix typo in docstring link (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Oct 20, 2023
1 parent c3148ad commit 1671e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/projections.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In the above example, we constructed a `SpatialRef` object from the [EPSG Code 2
* [`ArchGDAL.importEPSG(::Int)`](@ref): based on the [EPSG code](http://spatialreference.org/ref/epsg/)
* [`ArchGDAL.importEPSGA(::Int)`](@ref): based on the EPSGA code
* [`ArchGDAL.importESRI(::String)`](@ref): based on ESRI projection codes
* [`ArchGDAL.importPROJ4(::String)` based on the PROJ.4 string ([reference](http://proj4.org/usage/projections.html))
* [`ArchGDAL.importPROJ4(::String)`](@ref): based on the PROJ.4 string ([reference](http://proj4.org/usage/projections.html))
* [`ArchGDAL.importURL(::String)`](@ref): download from a given URL and feed it into `SetFromUserInput` for you.
* [`ArchGDAL.importWKT(::String)`](@ref): WKT string
* [`ArchGDAL.importXML(::String)`](@ref): XML format (GML only currently)
Expand Down

0 comments on commit 1671e1f

Please sign in to comment.