475f17ba by unknown

'first'

1 parent 0adeb50f
Showing 1000 changed files with 59 additions and 2 deletions

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

1 [*.{js,jsx,ts,tsx,vue}] 1 [*.{js,jsx,ts,tsx,vue}]
2 indent_style = space 2 indent_style = space
3 indent_size = 2 3 indent_size = 4
4 trim_trailing_whitespace = true 4 trim_trailing_whitespace = true
5 insert_final_newline = true 5 insert_final_newline = true
......
1 /*
2 * @Author: jiangbotao
3 * @Date: 2019-12-03 22:31:08
4 * @LastEditors: jiangbotao
5 * @LastEditTime: 2019-12-04 00:17:53
6 * @FilePath: \superglobevue\.eslintrc.js
7 */
1 module.exports = { 8 module.exports = {
2 root: true, 9 root: true,
3 env: { 10 env: {
4 node: true 11 node: true
5 }, 12 },
13 "globals": {
14 "$": true,
15 "e": true
16 },
6 'extends': [ 17 'extends': [
7 'plugin:vue/essential', 18 'plugin:vue/essential',
8 '@vue/standard' 19 '@vue/standard'
9 ], 20 ],
10 rules: { 21 rules: {
11 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 22 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
12 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' 23 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
24 "indent": [1, 4],
25 "camelcase": 0,
26 "no-tabs": 0,
27 "semi": [2, "always"],
28 "space-infix-ops": 2,
29 "space-before-function-paren": ["error", "never"],
30 "no-unused-vars": [0, { "vars": "all", "args": "none" }],
31 "key-spacing": [0, { "beforeColon": false, "afterColon": true }],
32 "spaced-comment": [0, "never"],
33 "comma-dangle": [0, "always"],
34 "quotes": [0, "double"], //引号类型 `` "" ''
35 "quote-props":[0, "always"] //对象字面量中的属性名是否强制双引号
13 }, 36 },
14 parserOptions: { 37 parserOptions: {
15 parser: 'babel-eslint' 38 parser: 'babel-eslint'
......
1 <!--
2 * @Author: jiangbotao
3 * @Date: 2019-12-03 22:31:52
4 * @LastEditors: jiangbotao
5 * @LastEditTime: 2019-12-04 08:14:45
6 * @FilePath: \superglobevue\README.md
7 -->
1 # superglobevue 8 # superglobevue
2 9
10 ## 1、描述
11
12 SuperGlobeVue是基于vue-cli3和supermap cesium 的一款Globe地球视图。
13
14
15 - 数据配置文件为config/urlConfig.vue
16 - 修改显示组件主要为views/Home.vue中的第15行
17 - Globe的主要视图是src/componnets/viewer.vue
18 -
19
20 系统通过vue.config.js进行了eslint的配置。
21
22 ## 2、设置
3 ## Project setup 23 ## Project setup
4 ``` 24 ```
5 npm install 25 npm install
......
1 <?xml version="1.0" encoding="utf-8"?>
2 <TileMap version="1.0.0" tilemapservice="http://tms.osgeo.org/1.0.0">
3 <Title>NE2_HR_LC_SR_W_DR_recolored.tif</Title>
4 <Abstract></Abstract>
5 <SRS>EPSG:4326</SRS>
6 <BoundingBox miny="-90.00000000000000" minx="-180.00000000000000" maxy="90.00000000000000" maxx="180.00000000000000"/>
7 <Origin y="-90.00000000000000" x="-180.00000000000000"/>
8 <TileFormat width="256" height="256" mime-type="image/jpg" extension="jpg"/>
9 <TileSets profile="geodetic">
10 <TileSet href="0" units-per-pixel="0.70312500000000" order="0"/>
11 <TileSet href="1" units-per-pixel="0.35156250000000" order="1"/>
12 <TileSet href="2" units-per-pixel="0.17578125000000" order="2"/>
13 </TileSets>
14 </TileMap>
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
No preview for this file type
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type