[proj4js] 01/04: Imported Upstream version 2.3.4+ds
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Feb 26 18:32:48 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository proj4js.
commit 729129f23813abd56639b55fc8af0e0d23f35921
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Feb 26 18:54:11 2015 +0100
Imported Upstream version 2.3.4+ds
---
README.md | 8 ++++----
bower.json | 2 +-
component.json | 2 +-
dist/proj4-src.js | 2 +-
package.json | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index d487ad4..31f0f74 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-#PROJ4JS [![Build Status](https://travis-ci.org/proj4js/proj4js.svg)](https://travis-ci.org/proj4js/proj4js)
+# PROJ4JS [![Build Status](https://travis-ci.org/proj4js/proj4js.svg)](https://travis-ci.org/proj4js/proj4js)
Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.
Originally a port of [PROJ.4](http://trac.osgeo.org/proj/) and [GCTCP C](http://edcftp.cr.usgs.gov/pub//software/gctpc) it is
a part of the [MetaCRS](http://wiki.osgeo.org/wiki/MetaCRS) group of projects.
-##Installing
+## Installing
Depending on your preferences
@@ -19,7 +19,7 @@ or just manually grab the file `proj4.js` from the [latest release](https://gith
if you do not want to download anything, Proj4js is also hosted on [cdnjs](http://www.cdnjs.com/libraries/proj4js) for direct use in your browser applications.
-##Using
+## Using
the basic signature is:
@@ -114,7 +114,7 @@ proj4.defs can also be used to define a named alias:
proj4.defs('urn:x-ogc:def:crs:EPSG:4326', proj4.defs('EPSG:4326'));
```
-##Developing
+## Developing
to set up build tools make sure you have node and grunt-cli installed and then run `npm install`
to do the complete build and browser tests run
diff --git a/bower.json b/bower.json
index 8ebebef..1a576f1 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "proj4",
- "version": "2.3.3",
+ "version": "2.3.4",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"homepage": "https://github.com/proj4js/proj4js",
"main": "dist/proj4.js",
diff --git a/component.json b/component.json
index 4e1852f..406be51 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
{
"name": "proj4",
- "version": "2.3.3",
+ "version": "2.3.4",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"repo": "proj4js/proj4js",
"keywords": [
diff --git a/dist/proj4-src.js b/dist/proj4-src.js
index 5261070..7560f55 100644
--- a/dist/proj4-src.js
+++ b/dist/proj4-src.js
@@ -5376,7 +5376,7 @@ function getMinNorthing(zoneLetter) {
},{}],67:[function(_dereq_,module,exports){
module.exports={
"name": "proj4",
- "version": "2.3.3",
+ "version": "2.3.4",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"main": "lib/index.js",
"directories": {
diff --git a/package.json b/package.json
index 331f975..e3ffc4d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "proj4",
- "version": "2.3.3",
+ "version": "2.3.4",
"description": "Proj4js is a JavaScript library to transform point coordinates from one coordinate system to another, including datum transformations.",
"main": "lib/index.js",
"directories": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj4js.git
More information about the Pkg-grass-devel
mailing list