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
ee39aa59
authored
2019-12-16 01:39:40 +0800
by
unknown
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
20191216
1 parent
bc45b52a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
6 deletions
src/App.vue
src/components/basic/Map_measure.vue
src/components/basic/Map_mvt.vue
src/main.js
src/App.vue
View file @
ee39aa5
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-12 17:40:15
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-16 0
0:23
:26
* @LastEditTime: 2019-12-16 0
1:20
:26
* @FilePath: \mymapbox\src\App.vue
-->
<
template
>
...
...
@@ -33,6 +33,7 @@
<
script
>
import
MyMenu
from
'./components/menu/MyMenu'
;
export
default
{
name
:
'App'
,
data
()
{
...
...
src/components/basic/Map_measure.vue
View file @
ee39aa5
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-09 23:17:48
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-1
5 12:36:46
* @LastEditTime: 2019-12-1
6 00:56:05
* @FilePath: \mymapbox\src\components\Map3857.vue
-->
<
template
>
...
...
src/components/basic/Map_mvt.vue
View file @
ee39aa5
...
...
@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-09 23:17:48
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-1
5 23:19:53
* @LastEditTime: 2019-12-1
6 01:29:01
* @FilePath: \mymapbox\src\components\Map3857.vue
-->
<
template
>
...
...
@@ -19,7 +19,11 @@
</
template
>
<
script
>
import
Vue
from
'vue'
import
mapboxgl
from
'mapbox-gl'
;
import
{
Card
,
Button
}
from
'ant-design-vue'
Vue
.
use
(
Card
)
Vue
.
use
(
Button
)
export
default
{
name
:
'MVT'
,
...
...
src/main.js
View file @
ee39aa5
...
...
@@ -2,11 +2,11 @@
* @Author: jiangbotao
* @Date: 2019-12-12 17:40:15
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-16 0
0:22:30
* @LastEditTime: 2019-12-16 0
1:20:35
* @FilePath: \supermapvue\src\main.js
*/
import
Vue
from
'vue'
import
Antd
from
'ant-design-vue'
import
{
Layout
,
Menu
,
Icon
}
from
'ant-design-vue'
import
App
from
'./App'
import
router
from
'./router'
import
'ant-design-vue/dist/antd.css'
...
...
@@ -14,7 +14,9 @@ import 'font-awesome/css/font-awesome.css'
import
'./../static/css/custom.css'
Vue
.
config
.
productionTip
=
false
Vue
.
use
(
Antd
)
Vue
.
use
(
Layout
)
Vue
.
use
(
Menu
)
Vue
.
use
(
Icon
)
/* eslint-disable no-new */
new
Vue
({
...
...
Please
register
or
sign in
to post a comment