Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蒋波涛
/
super_mapboxgl_vue
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
82f0f89f
authored
2019-12-18 12:36:41 +0800
by
unknown
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
20191218
1 parent
2231aea9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
8 deletions
src/components/layers/Map_tdt.vue
src/components/layers/Map_zj_basic.vue
src/components/vt/Map_bj_2.vue
src/components/layers/Map_tdt.vue
View file @
82f0f89
...
...
@@ -2,8 +2,8 @@
* Mapbox GL展示天地图数据
* @Author: jiangbotao
* @Date: 2019-12-09 23:17:48
* @LastEditors: jiangbotao
* @LastEditTime
: 2019-12-18 00:17:04
* @LastEditors
: jiangbotao
* @LastEditTime
: 2019-12-18 09:32:51
* @FilePath: \mymapbox\src\components\Map3857.vue
-->
<
template
>
...
...
src/components/layers/Map_zj_basic.vue
View file @
82f0f89
<!--
* @Author: jiangbotao
* @Date: 2019-12-18 00:23:47
* @LastEditors: jiangbotao
* @LastEditTime
: 2019-12-18 01:43:58
* @LastEditors
: jiangbotao
* @LastEditTime
: 2019-12-18 09:27:40
* @FilePath: \supermapvue\src\components\layers\Map_mapbox.vue
-->
<
template
>
...
...
@@ -27,18 +27,46 @@ export default {
$
.
ajax
({
type
:
"GET"
,
url
:
"http://www.zjditu.cn/vtiles/styles/tdt/streets.json"
,
type
:
'get'
,
dataType
:
'json'
,
// 请求方式为jsonp
crossDomain
:
true
,
success
:
function
(
data
){
console
.
log
(
data
);
// var mapboxgl_style = 'http://www.zjditu.cn/vtiles/styles/tdt/dark.json';
var
map
=
new
mapboxgl
.
Map
({
container
:
'map'
,
zoom
:
12
,
center
:
[
120.15
,
30.25
],
renderWorldCopies
:
false
,
localIdeographFontFamily
:
"'黑体','san-serif'"
,
style
:
data
pitch
:
50
,
bearing
:
-
10
,
style
:
{
"version"
:
data
.
version
,
"sources"
:
data
.
sources
,
"sprite"
:
data
.
sprite
,
"glyphs"
:
data
.
glyphs
,
"layers"
:
data
.
layers
},
shading
:
'realistic'
,
light
:
{
main
:
{
intensity
:
0.5
,
shadow
:
false
},
ambient
:
{
intensity
:
0.2
},
ambientCubemap
:
{
exposure
:
1
,
diffuseIntensity
:
0.5
,
specularIntensity
:
2
}
},
zlevel
:
1
});
map
.
addControl
(
new
mapboxgl
.
NavigationControl
(),
'top-left'
);
}
}
});
}
}
...
...
src/components/vt/Map_bj_2.vue
View file @
82f0f89
...
...
@@ -7,8 +7,8 @@
* - positron
* @Author: jiangbotao
* @Date: 2019-12-09 23:17:48
* @LastEditors: jiangbotao
* @LastEditTime
: 2019-12-12 18:34:35
* @LastEditors
: jiangbotao
* @LastEditTime
: 2019-12-18 09:55:26
* @FilePath: \mymapbox\src\components\Map3857.vue
-->
<
template
>
...
...
Please
register
or
sign in
to post a comment