Skip to content

Commit 9a701c3

Browse files
committed
dgiwg test name fix
1 parent b2acdb0 commit 9a701c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/mil/nga/geopackage/dgiwg/DGIWGGeoPackageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public void testCreateTilesLambert() throws IOException {
260260
final String table = "dgiwg_tiles";
261261

262262
long epsg = 3978;
263-
String name = "NAD83 / Canada Atlas Lambert";
263+
String name = CoordinateReferenceSystem.epsgURL(epsg);
264264
CRSType crsType = CRSType.GEOGRAPHIC;
265265
GeoDatums datum = GeoDatums.NAD83;
266266
double standardParallel1 = 49;

0 commit comments

Comments
 (0)