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
a8656e66
authored
2019-12-28 17:30:14 +0800
by
unknown
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
20191228
1 parent
7d311c49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
src/components/basic/Map_rastertiles_iserver.vue
src/components/layers/Map_ags.vue
src/components/basic/Map_rastertiles_iserver.vue
View file @
a8656e6
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-09 23:17:48
* @LastEditors : jiangbotao
* @LastEditTime : 2019-12-28 1
5:40:52
* @LastEditTime : 2019-12-28 1
6:27:15
* @FilePath: \mymapbox\src\components\Map3857.vue
-->
<
template
>
...
...
@@ -34,6 +34,11 @@ export default {
style
:
{
"version"
:
8
,
"sources"
:
{
"backmap"
:
{
"type"
:
"raster"
,
"tiles"
:
[
"https://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}"
],
"tileSize"
:
256
},
"raster-tiles"
:
{
"attribution"
:
'展示栅格瓦片和各种Mapbox控件'
,
"type"
:
"raster"
,
...
...
@@ -49,6 +54,12 @@ export default {
type
:
'background'
,
paint
:
{
'background-color'
:
"#000000"
}
},{
"id"
:
"backmaplayer"
,
"type"
:
"raster"
,
"source"
:
"backmap"
,
"minzoom"
:
0
,
"maxzoom"
:
22
},{
"id"
:
"simple-tiles"
,
"type"
:
"raster"
,
"source"
:
"raster-tiles"
,
...
...
src/components/layers/Map_ags.vue
View file @
a8656e6
<!--
* @Author: jiangbotao
* @Date: 2019-12-18 01:40:38
* @LastEditors: jiangbotao
* @LastEditTime
: 2019-12-19 00:13:46
* @LastEditors
: jiangbotao
* @LastEditTime
: 2019-12-28 16:26:24
* @FilePath: \supermapvue\client\src\components\layers\Map_ags.vue
-->
<
template
>
...
...
Please
register
or
sign in
to post a comment