Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蒋波涛
/
landsurvey
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
85b62c7c
authored
2018-04-02 14:34:12 +0800
by
chiangbt
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修正了lod中的一个问题
1 parent
943f5081
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
15 deletions
app/src/main/java/com/pashanhoo/landsurvey/layers/baidu/BaiduMapsTiledServiceLayer.java
app/src/main/java/com/pashanhoo/landsurvey/layers/gaode/GaodeMapsTiledServiceLayer.java
app/src/main/java/com/pashanhoo/landsurvey/layers/geoq/GeoQMapsTiledServiceLayer.java
app/src/main/java/com/pashanhoo/landsurvey/layers/google/GoogleMapsTiledServiceLayer.java
app/src/main/java/com/pashanhoo/landsurvey/layers/tencent/TencentMapsTiledServiceLayer.java
app/src/main/java/com/pashanhoo/landsurvey/layers/baidu/BaiduMapsTiledServiceLayer.java
View file @
85b62c7
...
...
@@ -63,11 +63,12 @@ public class BaiduMapsTiledServiceLayer extends TiledServiceLayer {
577790.554289
,
288895.277144
,
144447.638572
,
72223.819286
,
6111.909643
,
72223.819286
,
36111.98186701241
,
18055.954822
,
9027.9774109999998
,
4513.9887049999998
,
2256.994353
,
4513.9887049999998
,
2256.994353
,
1128.4971760000001
};
private
static
String
URL
=
"http://maps.iwxlh.com"
;
...
...
app/src/main/java/com/pashanhoo/landsurvey/layers/gaode/GaodeMapsTiledServiceLayer.java
View file @
85b62c7
...
...
@@ -70,11 +70,12 @@ public class GaodeMapsTiledServiceLayer extends TiledServiceLayer {
577790.554289
,
288895.277144
,
144447.638572
,
72223.819286
,
6111.909643
,
72223.819286
,
36111.98186701241
,
18055.954822
,
9027.9774109999998
,
4513.9887049999998
,
2256.994353
,
4513.9887049999998
,
2256.994353
,
1128.4971760000001
};
private
static
String
URL
=
"http://maps.iwxlh.com"
;
...
...
app/src/main/java/com/pashanhoo/landsurvey/layers/geoq/GeoQMapsTiledServiceLayer.java
View file @
85b62c7
...
...
@@ -67,11 +67,12 @@ public class GeoQMapsTiledServiceLayer extends TiledServiceLayer {
577790.554289
,
288895.277144
,
144447.638572
,
72223.819286
,
6111.909643
,
72223.819286
,
36111.98186701241
,
18055.954822
,
9027.9774109999998
,
4513.9887049999998
,
2256.994353
,
4513.9887049999998
,
2256.994353
,
1128.4971760000001
};
private
static
String
URL
=
"http://maps.iwxlh.com"
;
...
...
app/src/main/java/com/pashanhoo/landsurvey/layers/google/GoogleMapsTiledServiceLayer.java
View file @
85b62c7
...
...
@@ -67,11 +67,12 @@ public class GoogleMapsTiledServiceLayer extends TiledServiceLayer {
577790.554289
,
288895.277144
,
144447.638572
,
72223.819286
,
6111.909643
,
72223.819286
,
36111.98186701241
,
18055.954822
,
9027.9774109999998
,
4513.9887049999998
,
2256.994353
,
4513.9887049999998
,
2256.994353
,
1128.4971760000001
};
private
static
String
URL
=
"http://maps.iwxlh.com"
;
...
...
app/src/main/java/com/pashanhoo/landsurvey/layers/tencent/TencentMapsTiledServiceLayer.java
View file @
85b62c7
...
...
@@ -67,11 +67,12 @@ public class TencentMapsTiledServiceLayer extends TiledServiceLayer {
577790.554289
,
288895.277144
,
144447.638572
,
72223.819286
,
6111.909643
,
72223.819286
,
36111.98186701241
,
18055.954822
,
9027.9774109999998
,
4513.9887049999998
,
2256.994353
,
4513.9887049999998
,
2256.994353
,
1128.4971760000001
};
private
static
String
URL
=
"http://maps.iwxlh.com"
;
...
...
Please
register
or
sign in
to post a comment