Skip to content

Commit

Permalink
Merge pull request #5 from JuliaGeo/fix/warning
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Aug 30, 2022
2 parents 0a26457 + a01389d commit 7c501b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeoParquet"
uuid = "e99870d8-ce00-4fdd-aeee-e09192881159"
authors = ["Maarten Pronk <[email protected]>", "Julia Computing and contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
2 changes: 0 additions & 2 deletions src/geointerface.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
GI.isgeometry(geom::GFT.WellKnownBinary{GFT.Geom,Vector{UInt8}})::Bool = true

const geowkb = Dict{DataType,String}(
GI.PointTrait => "Point",
GI.LineStringTrait => "LineString",
Expand Down

2 comments on commit 7c501b6

@evetion
Copy link
Member Author

Choose a reason for hiding this comment

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

@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 created: JuliaRegistries/General/67395

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.1.2 -m "<description of version>" 7c501b631697778c953fe045e94715cbe813dad4
git push origin v0.1.2

Please sign in to comment.