'first'
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
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 | ... | ... |

18.4 KB

4.14 KB

7.52 KB

5.89 KB

203 KB

111 KB

191 KB

11.8 KB

13.7 KB

7.11 KB

11.1 KB

10.4 KB

12.8 KB

9.42 KB

15 KB

10.3 KB

13 KB

7.97 KB

9.09 KB

7.71 KB

10.1 KB

7.67 KB

6.69 KB

11.3 KB

15.5 KB

10.4 KB

12.2 KB

12 KB

14.6 KB

9.31 KB

9.99 KB

11.4 KB

10.5 KB

8.28 KB

12 KB

16.1 KB

11.6 KB

7.36 KB

10 KB

15.7 KB

11.6 KB

6.48 KB

11.3 KB

16 KB

12.5 KB

8.82 KB

12.7 KB

11.1 KB

11.6 KB
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> |

6.52 KB

131 KB

164 KB

179 KB

135 KB

165 KB

165 KB

18.1 KB

521 KB

444 KB

8.62 KB

1.16 KB

1.52 KB

1.26 KB

2.53 KB

3.08 KB

2.65 KB

936 Bytes

1.4 KB

1.79 KB

1.29 KB

1.37 KB

3.9 KB

1.72 KB

998 Bytes

1.48 KB

1.93 KB

2.35 KB

1.46 KB

967 Bytes

3.53 KB

1.57 KB

1.46 KB

2.08 KB

1.42 KB

788 Bytes

1.99 KB

2.44 KB

1002 Bytes

1.64 KB

1.84 KB

1.66 KB

2.37 KB

3.36 KB

3.07 KB

1.64 KB

1.5 KB

1.28 KB

1.65 KB

1.97 KB

2.81 KB

2.18 KB

1.7 KB

2.01 KB

1.57 KB

1.95 KB

6.06 KB

1.39 KB

3.22 KB

2 KB

1.7 KB

2.01 KB

909 Bytes

1.56 KB

1.07 KB

1.73 KB

2.35 KB

1.32 KB

1.9 KB

1.33 KB

1.35 KB

2.91 KB

3.33 KB

2.39 KB

1.86 KB

1.44 KB

1.34 KB

2.52 KB

1.34 KB

3.28 KB

2.01 KB

2.23 KB

1.53 KB

1.22 KB

2.21 KB

3.21 KB

1.08 KB

3.77 KB

2.14 KB

1.73 KB

1.24 KB

1.34 KB

2.02 KB

2.75 KB

2.2 KB

1.95 KB

2.02 KB

948 Bytes

2.33 KB

3.83 KB

2.44 KB

1.28 KB

1.61 KB

3.75 KB

2.87 KB

1.51 KB

3.27 KB

2.22 KB

2.36 KB

650 Bytes

582 Bytes

3.38 KB

2.64 KB

1.1 KB

2.06 KB

1.66 KB

1.62 KB

3.16 KB

2.85 KB

1.96 KB

1.1 KB

2.77 KB

2.09 KB

2.09 KB

1.86 KB

1.87 KB

2.35 KB

2.1 KB

2.62 KB

388 Bytes

17.8 KB

100 KB

37.2 KB

410 Bytes

287 KB

33.3 KB

9.71 KB

10.1 KB

7.89 KB

7.23 KB

5.7 KB

11.3 KB

9.03 KB

7.1 KB

8.11 KB

7.32 KB

2.6 KB

9.85 KB

4.02 KB

10.6 KB

3.41 KB

3.4 KB

3.41 KB

3.43 KB

5.76 KB

8.36 KB

8.48 KB

4.67 KB

3.05 KB

3.85 KB

3.45 KB

3.33 KB

3.33 KB

971 Bytes

979 Bytes

980 Bytes

9.84 KB

6.03 KB

781 Bytes

14.9 KB

723 Bytes

327 Bytes

441 Bytes

398 Bytes

16.8 KB

3.5 KB

258 Bytes

4.08 KB

501 Bytes
-
Please register or sign in to post a comment