proj4-fully-loaded
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "proj4-fully-loaded", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Proj4JS Projector Fully Loaded with Projections", | ||
@@ -5,0 +5,0 @@ "main": "proj4-fully-loaded.js", |
@@ -25,3 +25,3 @@ # proj4-fully-loaded | ||
// EPSG:32617 is automatically included in proj4-fully-loaded | ||
const pointInUTM = proj4("EPSG:4326", "EPSG:32617").forward(point); | ||
const pointInUTM = proj4("EPSG:4326", "EPSG:32617").forward(pointIn4326); | ||
// pointInUTM is [106823.88325412886, 3886600.558377227] | ||
@@ -42,3 +42,3 @@ ``` | ||
const pointInUTM = proj4("EPSG:4326", "EPSG:32617").forward(point); | ||
const pointInUTM = proj4("EPSG:4326", "EPSG:32617").forward(pointIn4326); | ||
// pointInUTM is [106823.88325412886, 3886600.558377227] | ||
@@ -45,0 +45,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10435