Skip to content

Commit

Permalink
Merge pull request #3106 from rouault/update_nkg_gie
Browse files Browse the repository at this point in the history
nkg.gie: update results due to OSGeo/PROJ-data#79
  • Loading branch information
rouault authored and github-actions[bot] committed Mar 9, 2022
1 parent b68b8cd commit e082c6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
run: |
set VCPKG_INSTALLED=c:\vcpkg\installed\${{ env.ARCH }}-windows
dir %VCPKG_INSTALLED%\bin
set PATH=%VCPKG_INSTALLED%\bin;%PATH%
dir %VCPKG_INSTALLED%\tools
set PATH=%VCPKG_INSTALLED%\bin;%VCPKG_INSTALLED%\tools;%PATH%
set PROJ_BUILD=%GITHUB_WORKSPACE%\build
mkdir %PROJ_BUILD%
cd %PROJ_BUILD%
Expand Down
1 change: 1 addition & 0 deletions cmake/ProjTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ endfunction()

# Create user writable directory for tests
add_custom_target(create_tmp_user_writable_dir ALL
COMMAND ${CMAKE_COMMAND} -E remove_directory ${PROJ_BINARY_DIR}/tmp_user_writable_dir
COMMAND ${CMAKE_COMMAND} -E make_directory ${PROJ_BINARY_DIR}/tmp_user_writable_dir)

function(proj_add_gie_network_dependent_test TESTNAME TESTCASE)
Expand Down
6 changes: 3 additions & 3 deletions test/gie/nkg.gie
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,15 @@ tolerance 0.1 mm

# STAS
accept 3275753.4135 321111.2481 5445042.2134 2020.0
expect 3275753.9111 321110.8658 5445041.8822 2020.0
expect 3275753.9094 321110.8626 5445041.8818 2020.0

# BOD3
accept 2391773.9918 615615.1837 5860966.1279 2020.0
expect 2391774.5535 615614.9100 5860965.8138 2020.0
expect 2391774.5481 615614.9063 5860965.8185 2020.0

# KAUS
accept 2107888.9134 895603.4769 5933242.6269 2020.0
expect 2107889.5097 895603.2085 5933242.3152 2020.0
expect 2107889.5014 895603.2055 5933242.3208 2020.0


# -------------------------------------------------------------------------------
Expand Down

0 comments on commit e082c6f

Please sign in to comment.