fecf8842 by ex

GPS数据

1 parent 211ce737
......@@ -378,14 +378,14 @@ angular.module('myApp')
var longitude = position.longitude;
var latitude = position.latitude;
layer.open({
content: latitude,
time: 2
})
layer.open({
content: longitude,
time: 5
})
// layer.open({
// content: latitude,
// time: 2
// })
// layer.open({
// content: longitude,
// time: 5
// })
$rootScope.currentPoint = {
longitude : longitude ,
latitude : latitude
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!