Skip to content

Commit

Permalink
Proj4.jl compat
Browse files Browse the repository at this point in the history
Replaces #97. Needs v0.7.5 since that adds the CoordinateTransformations.jl API that we are using.
  • Loading branch information
visr committed Jan 13, 2022
1 parent 1427004 commit e47ad34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ GeoJSON = "0.5"
GeometryBasics = "0.4.1"
ImageMagick = "1"
Makie = "0.16.1"
Proj4 = "0.7.5"
Reexport = "1"
StructArrays = "0.4, 0.5, 0.6"
julia = "1"
Expand Down

4 comments on commit e47ad34

@visr
Copy link
Collaborator Author

@visr visr commented on e47ad34 Jan 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/52305

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" e47ad34af230179e0ee059f8ec90d62a840a6c92
git push origin v0.3.0

@visr
Copy link
Collaborator Author

@visr visr commented on e47ad34 Jan 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/52305

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" e47ad34af230179e0ee059f8ec90d62a840a6c92
git push origin v0.3.0

Please sign in to comment.