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
46d14194
authored
2018-03-30 11:40:56 +0800
by
chiangbt
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新图层说明
1 parent
dac6a02b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
78 additions
and
4 deletions
.idea/codeStyles/Project.xml
build.gradle
gradle/wrapper/gradle-wrapper.properties
readme.md
.idea/codeStyles/Project.xml
0 → 100644
View file @
46d1419
<component
name=
"ProjectCodeStyleConfiguration"
>
<code_scheme
name=
"Project"
version=
"173"
>
<Objective-C-extensions>
<file>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Import"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Macro"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Typedef"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Enum"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Constant"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Global"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Struct"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"FunctionPredecl"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Function"
/>
</file>
<class>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Property"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"Synthesize"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"InitMethod"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"StaticMethod"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"InstanceMethod"
/>
<option
name=
"com.jetbrains.cidr.lang.util.OCDeclarationKind"
value=
"DeallocMethod"
/>
</class>
<extensions>
<pair
source=
"cpp"
header=
"h"
fileNamingConvention=
"NONE"
/>
<pair
source=
"c"
header=
"h"
fileNamingConvention=
"NONE"
/>
</extensions>
</Objective-C-extensions>
</code_scheme>
</component>
\ No newline at end of file
build.gradle
View file @
46d1419
...
...
@@ -7,7 +7,7 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
0.1
'
classpath
'com.android.tools.build:gradle:3.
1.0
'
// NOTE: Do not place your application dependencies here; they belong
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
46d1419
#
Fri Mar 23 21:53:1
2 CST 2018
#
Thu Mar 29 14:22:2
2 CST 2018
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-4.
4
-all.zip
...
...
readme.md
View file @
46d1419
...
...
@@ -4,4 +4,49 @@
-
使用天地图数据(CGCS2000)
-
使用天地图本地缓存数据(Mbtiles)
-
实现了缩放功能
-
实现了GPS定位
\ No newline at end of file
-
实现了GPS定位
## 图层类型说明
天地图图层(CGCS2000)
-
TianDiTuLayerTypes
-
VEC_C,矢量图层
-
IMG_C,影像图层
-
CVA_C,矢量注记层
-
CIA_C,影像注记层
腾讯图层
-
TencentMapLayerTypes
-
TENCENT_MAP_VECTOR,腾讯矢量层
-
TENCENT_MAP_VECTOR_NIGHT,腾讯矢量(夜晚)层
-
TENCENT_MAP_IMAGE,腾讯影像层(无路网)
-
TENCENT_MAP_ROAD,腾讯道路层
-
TENCENT_MAP_TERRAIN,腾讯地形层
Google地图层
-
GoogleMapLayerTypes
-
VECTOR_GOOGLE_MAP,谷歌矢量层
-
IMAGE_GOOGLE_MAP,谷歌影像层
-
TERRAIN_GOOGLE_MAP,谷歌地形层
-
IMAGE_ANNO_GOOGLE_MAP,谷歌影像层(含注记和路网)
-
OSM_Map,OSM数据层
GeoQ地图层
-
GeoQMapLayerTypes
-
ChinaOnlineCommunity
-
ChinaOnlineCommunity_Mobile
-
ChinaOnlineCommunityENG
-
ChinaOnlineStreetPurplishBlue
-
ChinaOnlineStreetWarm
高德数据层
-
GaodeMapLayerTypes
-
AMAP_VECTOR,高德矢量地图层
-
AMAP_IMAGE,高德影像图层(不含路网,不含注记)
-
AMAP_ROAD,高德路网图层(含路网,含注记)
-
AMAP_TRAFFIC,高德实时交通图层
...
...
Please
register
or
sign in
to post a comment