exiflocation
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "exiflocation", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repo": "mattcg/exiflocation", | ||
"description": "Extract lat long data and get map location URLs from EXIF data in images", | ||
@@ -5,0 +6,0 @@ "keywords": ["exif", "gps", "jpeg", "jpg", "coordinates", "latitude", "longitude", "photos"], |
/** | ||
* Get location data points from EXIF GPS data embedded in an image. | ||
* | ||
* References: | ||
* | ||
* https://github.com/mattiasw/ExifReader | ||
* https://developers.google.com/kml/articles/geotagsimple | ||
* http://stackoverflow.com/questions/2660201/what-parameters-should-i-use-in-a-google-maps-url-to-go-to-a-lat-lon | ||
* @author Matthew Caruana Galizia <m@m.cg> | ||
* @license MIT | ||
* @copyright Copyright (c) 2013, Matthew Caruana Galizia | ||
* @preserve | ||
*/ | ||
@@ -10,0 +9,0 @@ |
{ | ||
"name": "exiflocation", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Extract lat long data and get map location URLs from EXIF data in images.", | ||
@@ -11,8 +11,6 @@ "main": "lib/ExifLocation.js", | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "git", | ||
"url": "git://github.com/mattcg/exiflocation.git" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/mattcg/exiflocation.git" | ||
}, | ||
"contributors": [ | ||
@@ -19,0 +17,0 @@ { |
# ExifLocation # | ||
Client-side GPS coordinate extraction using JavaScript. | ||
Client and server-side GPS coordinate extraction using JavaScript. | ||
@@ -10,4 +10,4 @@ ## Install ## | ||
```bash | ||
git clone https://github.com/mattcg/exif-location.git | ||
cd exif-location/ | ||
git clone https://github.com/mattcg/exiflocation.git | ||
cd exiflocation/ | ||
make | ||
@@ -81,2 +81,2 @@ ``` | ||
ExifLocation is copyright © 2013 Matthew Caruana Galizia, licensed under an [MIT license](http://mattcg.mit-license.org/). | ||
ExifLocation is copyright © 2013 [Matthew Caruana Galizia](https://twitter.com/mcaruanagalizia), licensed under an [MIT license](http://mattcg.mit-license.org/). |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
85542