We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2acdb0 commit 9a701c3Copy full SHA for 9a701c3
1 file changed
src/test/java/mil/nga/geopackage/dgiwg/DGIWGGeoPackageTest.java
@@ -260,7 +260,7 @@ public void testCreateTilesLambert() throws IOException {
260
final String table = "dgiwg_tiles";
261
262
long epsg = 3978;
263
- String name = "NAD83 / Canada Atlas Lambert";
+ String name = CoordinateReferenceSystem.epsgURL(epsg);
264
CRSType crsType = CRSType.GEOGRAPHIC;
265
GeoDatums datum = GeoDatums.NAD83;
266
double standardParallel1 = 49;
0 commit comments