diff --git a/packages/Geographic/src/Crs.ts b/packages/Geographic/src/Crs.ts index 9580dcfb77..bb82f9126e 100644 --- a/packages/Geographic/src/Crs.ts +++ b/packages/Geographic/src/Crs.ts @@ -127,6 +127,7 @@ export function isValid(crs: ProjectionLike) { /** * Gives a reasonable epsilon for this CRS. + * Try to publish * * @param crs - The CRS to use. * @returns 0.01 if the CRS is EPSG:4326, 0.001 otherwise.