Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
石璀亮
/
agenew_a16_sos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0bc4c586
authored
Jul 22, 2019
by
cuiliang.shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传的坐标系是高德地图,但是gcs是1。1为百度地图2为高德地图。请确认坐标系和坐标系类型统一。
1 parent
346ba6b1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/src/main/java/com/toscl/location/hengfeng/LocationService.java
app/src/main/java/com/toscl/location/hengfeng/LocationService.java
View file @
0bc4c58
...
@@ -332,7 +332,7 @@ public class LocationService extends Service {
...
@@ -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_LONGITUDE
,
mLongitude
);
jsonBody
.
put
(
PreferencesUtil
.
HENG_FENG_REQ_SERVER_LATITUDE
,
mLatitude
);
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
));
jsonBody
.
put
(
PreferencesUtil
.
HENG_FENG_REQ_SERVER_SIGN
,
PhoneUtils
.
getHengdaSign
(
jsonBody
));
}
catch
(
JSONException
x
)
{
}
catch
(
JSONException
x
)
{
x
.
printStackTrace
();
x
.
printStackTrace
();
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment