GPS数据
Showing
1 changed file
with
8 additions
and
8 deletions
| ... | @@ -378,14 +378,14 @@ angular.module('myApp') | ... | @@ -378,14 +378,14 @@ angular.module('myApp') |
| 378 | 378 | ||
| 379 | var longitude = position.longitude; | 379 | var longitude = position.longitude; |
| 380 | var latitude = position.latitude; | 380 | var latitude = position.latitude; |
| 381 | layer.open({ | 381 | // layer.open({ |
| 382 | content: latitude, | 382 | // content: latitude, |
| 383 | time: 2 | 383 | // time: 2 |
| 384 | }) | 384 | // }) |
| 385 | layer.open({ | 385 | // layer.open({ |
| 386 | content: longitude, | 386 | // content: longitude, |
| 387 | time: 5 | 387 | // time: 5 |
| 388 | }) | 388 | // }) |
| 389 | $rootScope.currentPoint = { | 389 | $rootScope.currentPoint = { |
| 390 | longitude : longitude , | 390 | longitude : longitude , |
| 391 | latitude : latitude | 391 | latitude : latitude | ... | ... |
-
Please register or sign in to post a comment