71c40ae1 by ex

添加提示

1 parent 64aa91c9
......@@ -216,7 +216,7 @@ angular.module('myApp')
relocateControl.onclick = function() {
// map.panTo(myMarker.position);
initLocation()
initLocation(true)
// map.setZoom(15);
}
map.getContainer().appendChild(relocateControl);
......@@ -307,7 +307,7 @@ angular.module('myApp')
appClient.getGPS('', function (latitude, longitude, cb) {
layer.open({
content: '正在定位'
content: latitude + "_" + longitude
})
onSuccess({
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!