Commit 0bc4c586 by cuiliang.shi

上传的坐标系是高德地图,但是gcs是1。1为百度地图2为高德地图。请确认坐标系和坐标系类型统一。

1 parent 346ba6b1
......@@ -332,7 +332,7 @@ public class LocationService extends Service {
jsonBody.put(PreferencesUtil.HENG_FENG_REQ_SERVER_LONGITUDE, mLongitude);
jsonBody.put(PreferencesUtil.HENG_FENG_REQ_SERVER_LATITUDE, mLatitude);
jsonBody.put(PreferencesUtil.HENG_FENG_REQ_SERVER_GCS, 1);
jsonBody.put(PreferencesUtil.HENG_FENG_REQ_SERVER_GCS, 2);
jsonBody.put(PreferencesUtil.HENG_FENG_REQ_SERVER_SIGN, PhoneUtils.getHengdaSign(jsonBody));
} catch (JSONException x) {
x.printStackTrace();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!