Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

proj4

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proj4 - npm Package Compare versions

Comparing version 2.7.2 to 2.7.3

2

bower.json
{
"name": "proj4",
"version": "2.7.2",
"version": "2.7.3",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/proj4js/proj4js",

{
"name": "proj4",
"version": "2.7.2",
"version": "2.7.3",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",

@@ -5,0 +5,0 @@ "repo": "proj4js/proj4js",

@@ -34,3 +34,3 @@ var exports = {};

exports.potsdam = {
towgs84: "606.0,23.0,413.0",
towgs84: "598.1,73.7,418.2,0.202,0.045,-2.455,6.7",
ellipse: "bessel",

@@ -47,3 +47,3 @@ datumName: "Potsdam Rauenberg 1950 DHDN"

exports.hermannskogel = {
towgs84: "653.0,-212.0,449.0",
towgs84: "577.326,90.129,463.919,5.137,1.474,5.297,2.4232",
ellipse: "bessel",

@@ -50,0 +50,0 @@ datumName: "Hermannskogel"

@@ -8,6 +8,5 @@ import msfnz from '../common/msfnz';

export function init() {
// array of: r_maj,r_min,lat1,lat2,c_lon,c_lat,false_east,false_north
//double c_lat; /* center latitude */
//double c_lon; /* center longitude */
//double lat0; /* the reference latitude */
//double long0; /* the reference longitude */
//double lat1; /* first standard parallel */

@@ -19,2 +18,5 @@ //double lat2; /* second standard parallel */

//double false_north; /* y offset in meters */
//the above value can be set with proj4.defs
//example: proj4.defs("EPSG:2154","+proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs");

@@ -21,0 +23,0 @@ if (!this.lat2) {

{
"name": "proj4",
"version": "2.7.2",
"version": "2.7.3",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",

@@ -43,4 +43,4 @@ "main": "dist/proj4-src.js",

"mgrs": "1.0.0",
"wkt-parser": "^1.2.4"
"wkt-parser": "^1.3.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc