You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/06/10 09:02:30 UTC

cordova-plugin-geolocation git commit: Add badges for paramedic builds on Jenkins

Repository: cordova-plugin-geolocation
Updated Branches:
  refs/heads/master b8f65bb60 -> 006523732


Add badges for paramedic builds on Jenkins


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/00652373
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/00652373
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/00652373

Branch: refs/heads/master
Commit: 006523732616ff94b03853d2580cf0e15263c778
Parents: b8f65bb
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Fri Jun 10 12:00:54 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Fri Jun 10 12:00:54 2016 +0300

----------------------------------------------------------------------
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/00652373/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 87c13b9..77a3c9a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,9 @@ description: Access GPS data.
 #         under the License.
 -->
 
-[![Build Status](https://travis-ci.org/apache/cordova-plugin-geolocation.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-geolocation)
+|Android|iOS| Windows 8.1 Store | Windows 8.1 Phone | Windows 10 Store | Travis CI |
+|:-:|:-:|:-:|:-:|:-:|:-:|
+|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-geolocation)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=android,PLUGIN=cordova-plugin-geolocation/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-geolocation)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=ios,PLUGIN=cordova-plugin-geolocation/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-geolocation)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-store,PLUGIN=cordova-plugin-geolocation/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-geolocation)](http://cordova-ci.cloudapp
 .net:8080/job/cordova-periodic-build/PLATFORM=windows-8.1-phone,PLUGIN=cordova-plugin-geolocation/)|[![Build Status](http://cordova-ci.cloudapp.net:8080/buildStatus/icon?job=cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-geolocation)](http://cordova-ci.cloudapp.net:8080/job/cordova-periodic-build/PLATFORM=windows-10-store,PLUGIN=cordova-plugin-geolocation/)|[![Build Status](https://travis-ci.org/apache/cordova-plugin-geolocation.svg?branch=master)](https://travis-ci.org/apache/cordova-plugin-geolocation)|
 
 # cordova-plugin-geolocation
 
@@ -528,7 +530,7 @@ function onMapError(error) {
 function watchMapPosition() {
 
     return navigator.geolocation.watchPosition
-    (onMapWatchSuccess, onMapError, { enableHighAccuracy: true });  
+    (onMapWatchSuccess, onMapError, { enableHighAccuracy: true });
 }
 
 ```
@@ -714,7 +716,7 @@ function getPictures(latitude, longitude) {
             var photoURL = "http://farm" + item.farm + ".static.flickr.com/" +
                 item.server + "/" + item.id + "_" + item.secret + "_m.jpg";
 
-            $('#pictures').append($("<img />").attr("src", photoURL));                            
+            $('#pictures').append($("<img />").attr("src", photoURL));
 
            });
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org