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.3.14 to 2.3.15

dist/test.html

2

bower.json
{
"name": "proj4",
"version": "2.3.14",
"version": "2.3.15",
"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.3.14",
"version": "2.3.15",
"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",

@@ -23,3 +23,4 @@ var projs = [

'vandg',
'aeqd'
'aeqd',
'ortho'
];

@@ -60,3 +61,5 @@ module.exports = function(grunt) {

options: {
standalone: 'proj4',
browserifyOptions: {
standalone: 'proj4'
},
alias: [

@@ -63,0 +66,0 @@ './projs:./includedProjections'

@@ -7,3 +7,3 @@ // Based on . CTABLE structure :

// Solution 1 is chosen based on pj_gridinfo.c
exports.null = { // name of grid's file
exports['null'] = { // name of grid's file
"ll": [-3.14159265, - 1.57079633], // lower-left coordinates in radians (longitude, latitude):

@@ -24,2 +24,2 @@ "del": [3.14159265, 1.57079633], // cell's size in radians (longitude, latitude):

]
};
};
{
"name": "proj4",
"version": "2.3.14",
"version": "2.3.15",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

1. Snyder, John P., "Map Projections--A Working Manual", U.S. Geological Survey
Professional Paper 1395 (Supersedes USGS Bulletin 1532),
United State Government Printing Office, Washington D.C., 1987.
United States Government Printing Office, Washington D.C., 1987.
Accessed: 2016-05-09. https://pubs.er.usgs.gov/publication/pp1395
2. Snyder, John P. and Voxland, Philip M., "An Album of Map Projections",
U.S. Geological Survey Professional Paper 1453 ,
United State Government Printing Office, Washington D.C., 1989.
Accessed: 2016-05-09. https://pubs.er.usgs.gov/publication/pp1453
3. "Cartographic Projection Procedures for the UNIX Environment-
A User's Manual" by Gerald I. Evenden,
USGS Open File Report 90-284and Release 4 Interim Reports (2003)
USGS Open File Report 90-284 and Release 4 Interim Reports (2003).
Accessed: 2016-06-09. http://www2.bren.ucsb.edu/~frew/ESM264/private/proj_manual.pdf
4. Snyder, John P., "Flattening the Earth -

@@ -20,2 +23,3 @@ Two Thousand Years of Map Projections", Univ. Chicago Press, 1993

State Government Printing Office, Washington D.C., 1987.
Access date 2016-05-09. https://pubs.er.usgs.gov/publication/pp1395
8. "Software Documentation for GCTP General Cartographic Transformation

@@ -30,2 +34,2 @@ Package", U.S. Geological Survey National Mapping Division, May 1982.

des systèmes de référence.
http://www.swisstopo.admin.ch/internet/swisstopo/fr/home/topics/survey/sys/refsys/switzerland.parsysrelated1.31216.downloadList.77004.DownloadFile.tmp/swissprojectionfr.pdf
http://www.swisstopo.admin.ch/internet/swisstopo/fr/home/topics/survey/sys/refsys/switzerland.parsysrelated1.31216.downloadList.77004.DownloadFile.tmp/swissprojectionfr.pdf

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