We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a37ea5 commit 42f8103Copy full SHA for 42f8103
test/crs_test.rb
@@ -939,7 +939,8 @@ def test_create_bound_crs_to_wgs84
939
end
940
941
def test_create_engineering
942
- crs = Proj::Crs.create_engineering("EPSG", name: "4807")
+ context = Proj::Context.new
943
+ crs = Proj::Crs.create_engineering(context, name: "4807")
944
assert_equal("4807", crs.name)
945
assert_equal(:PJ_TYPE_ENGINEERING_CRS, crs.proj_type)
946
0 commit comments