Skip to content

Commit

Permalink
update to PROJ 9.4 - breaking change proj.db structure; update vertic…
Browse files Browse the repository at this point in the history
…al crs - remove null grid, only compatible with PROJ 8.X
  • Loading branch information
arbakker committed Sep 3, 2024
1 parent 13d89c6 commit 8cff81d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
run: |
gh release upload ${{ github.event.release.tag_name }} grids/nl_nsgi/bq_nsgi_bongeo2004.tif
gh release upload ${{ github.event.release.tag_name }} grids/nl_nsgi/nllat2018.gtx
gh release upload ${{ github.event.release.tag_name }} grids/null
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osgeo/proj:9.3.1
FROM osgeo/proj:9.4.1

RUN apt update \
&& apt upgrade -y \
Expand Down
Binary file removed grids/null
Binary file not shown.
5 changes: 4 additions & 1 deletion sql/nl_nsgi_20_datum_and_crs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,7 @@ VALUES
NULL,
NULL,
NULL,
NULL,
0
),
(
Expand All @@ -1129,6 +1130,7 @@ VALUES
NULL,
NULL,
NULL,
NULL,
0
),
(
Expand All @@ -1140,6 +1142,7 @@ VALUES
NULL,
NULL,
NULL,
NULL,
0
);

Expand Down Expand Up @@ -1359,4 +1362,4 @@ VALUES
'3820',
'EPSG',
'1142'
);
);

0 comments on commit 8cff81d

Please sign in to comment.