Skip to content

Commit

Permalink
set compat to GDAL_jll 3.5
Browse files Browse the repository at this point in the history
This in turn requires PROJ_jll 900, so may as well specify that here as well.

There are some removed drivers as indicated in https://github.com/OSGeo/gdal/blob/v3.5.0/NEWS.md. I guess if GDAL doesn't consider that breaking, neither will we.

Bumped a minor version for new features.
  • Loading branch information
visr committed Jun 2, 2022
1 parent 83822f1 commit 98ad9f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "add2ef01-049f-52c4-9ee2-e494f65e021a"
keywords = ["GDAL", "IO"]
license = "MIT"
desc = "Wrapper for GDAL - Geospatial Data Abstraction Library"
version = "1.3.0"
version = "1.4.0"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -13,9 +13,9 @@ PROJ_jll = "58948b4f-47e0-5654-a9ad-f609743f8632"

[compat]
CEnum = "0.2, 0.3, 0.4"
GDAL_jll = "300.400"
GDAL_jll = "300.500"
NetworkOptions = "1.2"
PROJ_jll = "800.200"
PROJ_jll = "900"
julia = "1.6"

[extras]
Expand Down
4 changes: 0 additions & 4 deletions test/drivers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ available_drivers = [
# libcurl raster drivers
"EEDAI",
"PLMosaic",
"RDA",
"WCS",
"WMS",
"WMTS",
# webp raster drivers
# "WEBP",
# vector drivers
"ARCGEN",
"FlatGeoBuf",
"GeoJSON",
"GML",
Expand All @@ -44,8 +42,6 @@ available_drivers = [
# libcurl vector drivers
"AmigoCloud",
"Carto",
"Cloudant",
"CouchDB",
"CSW",
"EEDA",
"ElasticSearch",
Expand Down

0 comments on commit 98ad9f5

Please sign in to comment.