gis-cesium-helper 1.1.21 → 1.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,5 @@
1
- /**
2
- * Mars3D三维可视化平台 mars3d
3
- *
4
- * 版本信息:v3.5.2
5
- * 编译日期:2023-03-30 20:07:31
6
- * 版权所有:Copyright by 火星科技 http://mars3d.cn
7
- * 使用单位:免费公开版 ,2023-03-17
8
- */
9
-
10
1
  /**地球容器div*/
11
- .mars3d-container {
2
+ .gis3d-container {
12
3
  width: 100%;
13
4
  height: 100%;
14
5
  margin: 0;
@@ -16,14 +7,14 @@
16
7
  overflow: hidden;
17
8
  position: relative;
18
9
  }
19
- .mars3d-container .cesium-widget-credits {
10
+ .gis3d-container .cesium-widget-credits {
20
11
  display: none;
21
12
  }
22
- .mars3d-container .mars3d-vrButton {
13
+ .gis3d-container .gis3d-vrButton {
23
14
  right: auto !important;
24
15
  }
25
16
  /**隐藏的div对象,如 DivBillboardEntity、HeatLayer 等*/
26
- .mars3d-hideDiv {
17
+ .gis3d-hideDiv {
27
18
  z-index: -99;
28
19
  position: absolute !important;
29
20
  top: 0;
@@ -33,13 +24,13 @@
33
24
  pointer-events: none;
34
25
  }
35
26
  /**右键菜单*/
36
- .mars3d-contextmenu {
27
+ .gis3d-contextmenu {
37
28
  position: absolute;
38
29
  padding: 0;
39
30
  z-index: 20170825;
40
31
  display: none;
41
32
  }
42
- .mars3d-contextmenu-ul {
33
+ .gis3d-contextmenu-ul {
43
34
  background: rgba(43, 44, 47, 0.8);
44
35
  border: 1px solid #2b2c2f;
45
36
  min-width: 110px;
@@ -48,7 +39,7 @@
48
39
  margin: 0;
49
40
  padding: 0;
50
41
  }
51
- .mars3d-contextmenu-ul .contextmenu-icon {
42
+ .gis3d-contextmenu-ul .contextmenu-icon {
52
43
  position: absolute;
53
44
  left: 5px;
54
45
  width: 20px;
@@ -56,19 +47,19 @@
56
47
  text-align: center;
57
48
  overflow: hidden;
58
49
  }
59
- .mars3d-contextmenu-ul .contextmenu-arrow {
50
+ .gis3d-contextmenu-ul .contextmenu-arrow {
60
51
  position: absolute;
61
52
  right: 0;
62
53
  width: 20px;
63
54
  height: 20px;
64
55
  text-align: center;
65
56
  }
66
- .mars3d-contextmenu-ul li + li {
57
+ .gis3d-contextmenu-ul li + li {
67
58
  margin: 0;
68
59
  padding: 0;
69
60
  position: relative;
70
61
  }
71
- .mars3d-contextmenu-ul li + li:before {
62
+ .gis3d-contextmenu-ul li + li:before {
72
63
  content: "";
73
64
  display: block;
74
65
  height: 1px;
@@ -79,7 +70,7 @@
79
70
  top: 0;
80
71
  left: 0;
81
72
  }
82
- .mars3d-contextmenu-ul .line {
73
+ .gis3d-contextmenu-ul .line {
83
74
  display: block;
84
75
  content: "";
85
76
  height: 1px;
@@ -91,7 +82,7 @@
91
82
  height: 20px;
92
83
  border: 1px;
93
84
  }
94
- .mars3d-contextmenu-ul > li > a {
85
+ .gis3d-contextmenu-ul > li > a {
95
86
  padding: 6px 10px 6px 30px;
96
87
  -webkit-transition: background-color 0.25s;
97
88
  -o-transition: background-color 0.25s;
@@ -104,27 +95,27 @@
104
95
  color: #edffff;
105
96
  text-decoration: none;
106
97
  }
107
- .mars3d-contextmenu-ul > li > a:hover,
108
- .mars3d-contextmenu-ul > li > a:focus,
109
- .mars3d-contextmenu-ul > li > .active {
98
+ .gis3d-contextmenu-ul > li > a:hover,
99
+ .gis3d-contextmenu-ul > li > a:focus,
100
+ .gis3d-contextmenu-ul > li > .active {
110
101
  color: #fff;
111
102
  background-color: #444d59;
112
103
  text-decoration: none;
113
104
  }
114
- .mars3d-contextmenu-ul > .active > a,
115
- .mars3d-contextmenu-ul > .active > a:hover,
116
- .mars3d-contextmenu-ul > .active > a:focus {
105
+ .gis3d-contextmenu-ul > .active > a,
106
+ .gis3d-contextmenu-ul > .active > a:hover,
107
+ .gis3d-contextmenu-ul > .active > a:focus {
117
108
  color: #fff;
118
109
  background-color: #444d59;
119
110
  text-decoration: none;
120
111
  }
121
- .mars3d-sub-menu {
112
+ .gis3d-sub-menu {
122
113
  position: absolute;
123
114
  background: rgba(43, 44, 47, 0.8);
124
115
  min-width: 160px;
125
116
  display: none;
126
117
  }
127
- .mars3d-sub-menu li {
118
+ .gis3d-sub-menu li {
128
119
  width: 100%;
129
120
  box-sizing: border-box;
130
121
  font-size: 14px;
@@ -132,10 +123,10 @@
132
123
  margin: 0;
133
124
  padding: 0;
134
125
  }
135
- .mars3d-sub-menu li:hover {
126
+ .gis3d-sub-menu li:hover {
136
127
  background-color: #444d59;
137
128
  }
138
- .mars3d-smallTooltip {
129
+ .gis3d-smallTooltip {
139
130
  display: block;
140
131
  position: absolute;
141
132
  max-width: 200px;
@@ -149,7 +140,7 @@
149
140
  filter: alpha(opacity=80);
150
141
  pointer-events: none;
151
142
  }
152
- .mars3d-smallTooltip-inner {
143
+ .gis3d-smallTooltip-inner {
153
144
  padding: 3px 5px;
154
145
  background-color: rgba(0, 0, 0, 0.8);
155
146
  color: white;
@@ -160,30 +151,30 @@
160
151
  -moz-border-radius: 4px;
161
152
  border-radius: 4px;
162
153
  }
163
- .mars3d-smallTooltip-inner p {
154
+ .gis3d-smallTooltip-inner p {
164
155
  margin: 0;
165
156
  }
166
- .mars3d-smallTooltip-arrow {
157
+ .gis3d-smallTooltip-arrow {
167
158
  position: absolute;
168
159
  width: 0;
169
160
  height: 0;
170
161
  top: 50%;
171
162
  }
172
- .mars3d-smallTooltip-leftArrow {
163
+ .gis3d-smallTooltip-leftArrow {
173
164
  right: 0;
174
165
  margin-top: -5px;
175
166
  border-top: 5px solid transparent;
176
167
  border-bottom: 5px solid transparent;
177
168
  border-left: 5px solid #000000;
178
169
  }
179
- .mars3d-smallTooltip-rightArrow {
170
+ .gis3d-smallTooltip-rightArrow {
180
171
  left: 0;
181
172
  margin-top: -5px;
182
173
  border-top: 5px solid transparent;
183
174
  border-bottom: 5px solid transparent;
184
175
  border-right: 5px solid #000000;
185
176
  }
186
- .mars3d-clockAnimate {
177
+ .gis3d-clockAnimate {
187
178
  position: absolute;
188
179
  bottom: 0;
189
180
  left: 0;
@@ -191,7 +182,7 @@
191
182
  z-index: 999;
192
183
  background: linear-gradient(to bottom, rgba(116, 117, 119, 0.8) 0%, rgba(58, 68, 82, 0.8) 11%, rgba(46, 50, 56, 0.8) 46%, rgba(53, 53, 53, 0.8) 81%, rgba(53, 53, 53, 0.8) 100%);
193
184
  }
194
- .mars3d-clockAnimate .time {
185
+ .gis3d-clockAnimate .time {
195
186
  margin: 0 4px;
196
187
  font-size: 13px;
197
188
  -webkit-user-select: none;
@@ -199,7 +190,7 @@
199
190
  -ms-user-select: none;
200
191
  user-select: none;
201
192
  }
202
- .mars3d-clockAnimate .mars3d-clockAnimate-btn {
193
+ .gis3d-clockAnimate .gis3d-clockAnimate-btn {
203
194
  display: inline-block;
204
195
  vertical-align: middle;
205
196
  padding: 1px 8px;
@@ -210,10 +201,10 @@
210
201
  cursor: pointer;
211
202
  width: 24px;
212
203
  }
213
- .mars3d-clockAnimate .mars3d-clockAnimate-btn svg {
204
+ .gis3d-clockAnimate .gis3d-clockAnimate-btn svg {
214
205
  margin-top: 1px;
215
206
  }
216
- .mars3d-clockAnimate .mars3d-clockAnimate-speed {
207
+ .gis3d-clockAnimate .gis3d-clockAnimate-speed {
217
208
  width: 80px;
218
209
  height: 24px;
219
210
  border: solid 1px rgba(136, 136, 136, 0.6);
@@ -222,12 +213,12 @@
222
213
  color: #ffffff;
223
214
  background-color: rgba(63, 72, 84, 0.7);
224
215
  }
225
- .mars3d-clockAnimate .mars3d-clockAnimate-speed ::-webkit-outer-spin-button,
226
- .mars3d-clockAnimate .mars3d-clockAnimate-speed input::-webkit-inner-spin-button {
216
+ .gis3d-clockAnimate .gis3d-clockAnimate-speed ::-webkit-outer-spin-button,
217
+ .gis3d-clockAnimate .gis3d-clockAnimate-speed input::-webkit-inner-spin-button {
227
218
  appearance: none !important;
228
219
  margin: 0;
229
220
  }
230
- .mars3d-compass {
221
+ .gis3d-compass {
231
222
  position: absolute;
232
223
  cursor: pointer;
233
224
  pointer-events: auto;
@@ -235,7 +226,7 @@
235
226
  width: 55px;
236
227
  height: 55px;
237
228
  }
238
- .mars3d-compass .mars3d-compass-outer {
229
+ .gis3d-compass .gis3d-compass-outer {
239
230
  position: absolute;
240
231
  top: 0;
241
232
  left: 0;
@@ -246,11 +237,11 @@
246
237
  fill: #3f4854;
247
238
  border-radius: 50%;
248
239
  }
249
- .mars3d-compass .mars3d-compass-outer svg {
240
+ .gis3d-compass .gis3d-compass-outer svg {
250
241
  height: 55px;
251
242
  width: 55px;
252
243
  }
253
- .mars3d-compass .mars3d-compass-inner {
244
+ .gis3d-compass .gis3d-compass-inner {
254
245
  position: relative;
255
246
  top: 50%;
256
247
  transform: translateY(-50%);
@@ -264,7 +255,7 @@
264
255
  background: #ffffff;
265
256
  fill: #68adfe;
266
257
  }
267
- .mars3d-compass .mars3d-compass-rotation-arc {
258
+ .gis3d-compass .gis3d-compass-rotation-arc {
268
259
  position: absolute;
269
260
  top: 2px;
270
261
  left: 2px;
@@ -274,20 +265,20 @@
274
265
  background-repeat: no-repeat;
275
266
  background-size: contain;
276
267
  }
277
- .mars3d-distance-legend {
268
+ .gis3d-distance-legend {
278
269
  position: absolute;
279
270
  width: 125px;
280
271
  height: 25px;
281
272
  pointer-events: none;
282
273
  user-select: none;
283
274
  }
284
- .mars3d-distance-legend .legend-label {
275
+ .gis3d-distance-legend .legend-label {
285
276
  font-size: 13px;
286
277
  color: #ffffff;
287
278
  text-align: center;
288
279
  width: 100%;
289
280
  }
290
- .mars3d-distance-legend .legend-scale-bar {
281
+ .gis3d-distance-legend .legend-scale-bar {
291
282
  position: absolute;
292
283
  height: 10px;
293
284
  top: 10px;
@@ -296,7 +287,7 @@
296
287
  border-bottom: 1px solid #ffffff;
297
288
  }
298
289
  /**左下角,鼠标经纬度提示*/
299
- .mars3d-locationbar {
290
+ .gis3d-locationbar {
300
291
  position: absolute;
301
292
  z-index: 991;
302
293
  padding: 3px 10px;
@@ -306,10 +297,10 @@
306
297
  min-height: 26px;
307
298
  pointer-events: none;
308
299
  }
309
- .mars3d-locationbar-content {
300
+ .gis3d-locationbar-content {
310
301
  float: right;
311
302
  }
312
- .mars3d-locationbar-content > div {
303
+ .gis3d-locationbar-content > div {
313
304
  float: left;
314
305
  margin-right: 20px;
315
306
  }
@@ -319,31 +310,31 @@
319
310
  }
320
311
  /* 兼容屏幕大小 美观显示不同信息 */
321
312
  @media screen and (max-width: 1200px) {
322
- .mars3d-locationbar-content > div {
313
+ .gis3d-locationbar-content > div {
323
314
  margin-right: 15px;
324
315
  }
325
316
  }
326
317
  @media screen and (max-width: 1000px) {
327
318
  .cesium-performanceDisplay-ms,
328
319
  .cesium-performanceDisplay-fps,
329
- .mars3d-locationbar-content > .hide1000 {
320
+ .gis3d-locationbar-content > .hide1000 {
330
321
  display: none;
331
322
  }
332
- .mars3d-locationbar-content > div {
323
+ .gis3d-locationbar-content > div {
333
324
  margin-right: 10px;
334
325
  }
335
326
  }
336
327
  @media screen and (max-width: 700px) {
337
- .mars3d-locationbar-content > .hide700 {
328
+ .gis3d-locationbar-content > .hide700 {
338
329
  display: none;
339
330
  }
340
331
  }
341
332
  @media screen and (max-width: 600px) {
342
- .mars3d-locationbar {
333
+ .gis3d-locationbar {
343
334
  display: none;
344
335
  }
345
336
  }
346
- .mars3d-slider {
337
+ .gis3d-slider {
347
338
  position: absolute;
348
339
  left: 50%;
349
340
  top: 0px;
@@ -352,7 +343,7 @@
352
343
  height: 100%;
353
344
  z-index: 9999;
354
345
  }
355
- .mars3d-slider .slider-splitter {
346
+ .gis3d-slider .slider-splitter {
356
347
  position: absolute;
357
348
  left: -15px;
358
349
  top: calc(50% - 15px);
@@ -365,10 +356,10 @@
365
356
  padding: 2px;
366
357
  border: 1px solid lightgrey;
367
358
  }
368
- .mars3d-slider .slider-splitter:hover {
359
+ .gis3d-slider .slider-splitter:hover {
369
360
  cursor: ew-resize;
370
361
  }
371
- .mars3d-mapCompare {
362
+ .gis3d-mapCompare {
372
363
  position: absolute;
373
364
  left: auto;
374
365
  right: 0px;
@@ -380,7 +371,7 @@
380
371
  padding: 0;
381
372
  }
382
373
  /**滚轮样式*/
383
- .mars3d-mousedownview {
374
+ .gis3d-mousedownview {
384
375
  position: absolute;
385
376
  top: 0px;
386
377
  left: 0px;
@@ -396,20 +387,20 @@
396
387
  -moz-transition: visibility 0s 0.2s, opacity 0.2s ease-in;
397
388
  transition: visibility 0s 0.2s, opacity 0.2s ease-in;
398
389
  }
399
- .mars3d-mousedownview-img {
390
+ .gis3d-mousedownview-img {
400
391
  width: 36px;
401
392
  height: 36px;
402
393
  background-image: url(./img/cursor.png);
403
394
  background-size: 100% 100%;
404
395
  }
405
- .mars3d-mousedownview-show {
396
+ .gis3d-mousedownview-show {
406
397
  visibility: visible;
407
398
  opacity: 1;
408
399
  -webkit-transition: opacity 0.2s ease-out;
409
400
  -moz-transition: opacity 0.2s ease-out;
410
401
  transition: opacity 0.2s ease-out;
411
402
  }
412
- .mars3d-overviewMap {
403
+ .gis3d-overviewMap {
413
404
  position: absolute;
414
405
  user-select: none;
415
406
  width: 200px;
@@ -427,12 +418,12 @@
427
418
  height: 100%;
428
419
  text-align: center;
429
420
  }
430
- .mars3d-divGraphic {
421
+ .gis3d-divGraphic {
431
422
  position: absolute;
432
423
  left: 0;
433
424
  top: 0;
434
425
  }
435
- .mars3d-divGraphic-edit {
426
+ .gis3d-divGraphic-edit {
436
427
  background-color: rgba(254, 87, 161, 0.1);
437
428
  border: 2px dashed rgba(172, 85, 59, 0.768);
438
429
  -webkit-border-radius: 2px;
@@ -441,15 +432,15 @@
441
432
  box-sizing: content-box;
442
433
  }
443
434
  /**内置的DivGraphic通用样式【文本动态边框】*/
444
- .mars3d-divBoderLabel {
435
+ .gis3d-divBoderLabel {
445
436
  position: absolute;
446
437
  left: 0px;
447
438
  bottom: 0px;
448
439
  cursor: pointer;
449
- --animation-name: mars3d-divBoderLabel-animation;
440
+ --animation-name: gis3d-divBoderLabel-animation;
450
441
  --text-left-position: -75px;
451
442
  }
452
- @keyframes mars3d-divBoderLabel-animation {
443
+ @keyframes gis3d-divBoderLabel-animation {
453
444
  0%,
454
445
  100% {
455
446
  clip: rect(0px, var(--clip-width-1), 2px, 0px);
@@ -464,14 +455,14 @@
464
455
  clip: rect(0px, var(--clip-width-1), var(--clip-height-1), var(--clip-width-2));
465
456
  }
466
457
  }
467
- .mars3d-divBoderLabel-boder {
458
+ .gis3d-divBoderLabel-boder {
468
459
  width: var(--boder-width);
469
460
  height: var(--boder-height);
470
461
  margin: auto;
471
462
  color: var(--border-color);
472
463
  box-shadow: inset 0 0 0 1px var(--box-shadow-color);
473
464
  }
474
- .mars3d-divBoderLabel-text {
465
+ .gis3d-divBoderLabel-text {
475
466
  color: var(--text-color);
476
467
  font-size: var(--text-font-size);
477
468
  display: flex;
@@ -483,31 +474,31 @@
483
474
  user-select: none;
484
475
  cursor: pointer;
485
476
  }
486
- .mars3d-divBoderLabel-boder,
487
- .mars3d-divBoderLabel-boder::before,
488
- .mars3d-divBoderLabel-boder::after {
477
+ .gis3d-divBoderLabel-boder,
478
+ .gis3d-divBoderLabel-boder::before,
479
+ .gis3d-divBoderLabel-boder::after {
489
480
  position: absolute;
490
481
  top: 0;
491
482
  bottom: 0;
492
483
  left: 0;
493
484
  right: 0;
494
485
  }
495
- .mars3d-divBoderLabel-boder::before,
496
- .mars3d-divBoderLabel-boder::after {
486
+ .gis3d-divBoderLabel-boder::before,
487
+ .gis3d-divBoderLabel-boder::after {
497
488
  content: "";
498
489
  margin: -5%;
499
490
  box-shadow: inset 0 0 0 2px;
500
491
  animation: var(--animation-name) 8s linear infinite;
501
492
  }
502
- .mars3d-divBoderLabel-boder::before {
493
+ .gis3d-divBoderLabel-boder::before {
503
494
  animation-delay: -4s;
504
495
  }
505
- .mars3d-animation-point,
506
- .mars3d-animation-point:after,
507
- .mars3d-animation-point:before,
508
- .mars3d-animation-point p,
509
- .mars3d-animation-point p:after,
510
- .mars3d-animation-point p:before {
496
+ .gis3d-animation-point,
497
+ .gis3d-animation-point:after,
498
+ .gis3d-animation-point:before,
499
+ .gis3d-animation-point p,
500
+ .gis3d-animation-point p:after,
501
+ .gis3d-animation-point p:before {
511
502
  margin: 0;
512
503
  padding: 0;
513
504
  -webkit-box-sizing: border-box;
@@ -516,7 +507,7 @@
516
507
  -ms-box-sizing: border-box;
517
508
  box-sizing: border-box;
518
509
  }
519
- .mars3d-animation-point {
510
+ .gis3d-animation-point {
520
511
  width: 10px;
521
512
  height: 10px;
522
513
  border-radius: 50%;
@@ -535,7 +526,7 @@
535
526
  box-shadow: 0 0 2em currentColor, 0 0 0.5em currentColor;
536
527
  position: absolute;
537
528
  }
538
- .mars3d-animation-point .mars3d-animation-point-lbl {
529
+ .gis3d-animation-point .gis3d-animation-point-lbl {
539
530
  position: absolute;
540
531
  transform: translate(-50%, -120%);
541
532
  left: 50%;
@@ -543,7 +534,7 @@
543
534
  width: fit-content;
544
535
  white-space: nowrap;
545
536
  }
546
- .mars3d-animation-point p {
537
+ .gis3d-animation-point p {
547
538
  position: absolute;
548
539
  left: 50%;
549
540
  top: 50%;
@@ -555,28 +546,28 @@
555
546
  -o-transform: translate(-50%, -50%);
556
547
  -ms-transform: translate(-50%, -50%);
557
548
  transform: translate(-50%, -50%);
558
- -webkit-animation: mars3d-animation-point-mapAni 2s ease infinite;
559
- -moz-animation: mars3d-animation-point-mapAni 2s ease infinite;
560
- -o-animation: mars3d-animation-point-mapAni 2s ease infinite;
561
- -ms-animation: mars3d-animation-point-mapAni 2s ease infinite;
562
- animation: mars3d-animation-point-mapAni 2s ease infinite;
549
+ -webkit-animation: gis3d-animation-point-mapAni 2s ease infinite;
550
+ -moz-animation: gis3d-animation-point-mapAni 2s ease infinite;
551
+ -o-animation: gis3d-animation-point-mapAni 2s ease infinite;
552
+ -ms-animation: gis3d-animation-point-mapAni 2s ease infinite;
553
+ animation: gis3d-animation-point-mapAni 2s ease infinite;
563
554
  }
564
- .mars3d-animation-point .mapError {
555
+ .gis3d-animation-point .mapError {
565
556
  color: red;
566
557
  }
567
- .mars3d-animation-point .mapWarn {
558
+ .gis3d-animation-point .mapWarn {
568
559
  color: #b5a603;
569
560
  }
570
- .mars3d-animation-point .mapSuccess {
561
+ .gis3d-animation-point .mapSuccess {
571
562
  color: #239233;
572
563
  }
573
- .mars3d-animation-point .mapOrange {
564
+ .gis3d-animation-point .mapOrange {
574
565
  color: #8c4d34;
575
566
  }
576
- .mars3d-animation-point:after,
577
- .mars3d-animation-point:before,
578
- .mars3d-animation-point p:after,
579
- .mars3d-animation-point p:before {
567
+ .gis3d-animation-point:after,
568
+ .gis3d-animation-point:before,
569
+ .gis3d-animation-point p:after,
570
+ .gis3d-animation-point p:before {
580
571
  content: "";
581
572
  position: absolute;
582
573
  width: 100%;
@@ -590,19 +581,19 @@
590
581
  -ms-transform: translate(-50%, -50%);
591
582
  transform: translate(-50%, -50%);
592
583
  }
593
- .mars3d-animation-point:after,
594
- .mars3d-animation-point:before {
584
+ .gis3d-animation-point:after,
585
+ .gis3d-animation-point:before {
595
586
  border: 1px solid;
596
- -webkit-animation: mars3d-animation-point-mapAni 1s ease infinite;
597
- -moz-animation: mars3d-animation-point-mapAni 1s ease infinite;
598
- -o-animation: mars3d-animation-point-mapAni 1s ease infinite;
599
- -ms-animation: mars3d-animation-point-mapAni 1s ease infinite;
600
- animation: mars3d-animation-point-mapAni 1s ease infinite;
587
+ -webkit-animation: gis3d-animation-point-mapAni 1s ease infinite;
588
+ -moz-animation: gis3d-animation-point-mapAni 1s ease infinite;
589
+ -o-animation: gis3d-animation-point-mapAni 1s ease infinite;
590
+ -ms-animation: gis3d-animation-point-mapAni 1s ease infinite;
591
+ animation: gis3d-animation-point-mapAni 1s ease infinite;
601
592
  }
602
- .mars3d-animation-point p:before {
593
+ .gis3d-animation-point p:before {
603
594
  border: 1px solid;
604
595
  }
605
- @-webkit-keyframes mars3d-animation-point-mapAni {
596
+ @-webkit-keyframes gis3d-animation-point-mapAni {
606
597
  0% {
607
598
  width: 0;
608
599
  height: 0;
@@ -634,7 +625,7 @@
634
625
  filter: alpha(opacity=0);
635
626
  }
636
627
  }
637
- @-moz-keyframes mars3d-animation-point-mapAni {
628
+ @-moz-keyframes gis3d-animation-point-mapAni {
638
629
  0% {
639
630
  width: 0;
640
631
  height: 0;
@@ -666,7 +657,7 @@
666
657
  filter: alpha(opacity=0);
667
658
  }
668
659
  }
669
- @-o-keyframes mars3d-animation-point-mapAni {
660
+ @-o-keyframes gis3d-animation-point-mapAni {
670
661
  0% {
671
662
  width: 0;
672
663
  height: 0;
@@ -698,7 +689,7 @@
698
689
  filter: alpha(opacity=0);
699
690
  }
700
691
  }
701
- @-ms-keyframes mars3d-animation-point-mapAni {
692
+ @-ms-keyframes gis3d-animation-point-mapAni {
702
693
  0% {
703
694
  width: 0;
704
695
  height: 0;
@@ -730,7 +721,7 @@
730
721
  filter: alpha(opacity=0);
731
722
  }
732
723
  }
733
- @keyframes mars3d-animation-point-mapAni {
724
+ @keyframes gis3d-animation-point-mapAni {
734
725
  0% {
735
726
  width: 0;
736
727
  height: 0;
@@ -762,7 +753,7 @@
762
753
  filter: alpha(opacity=0);
763
754
  }
764
755
  }
765
- .mars3d-divUpLabel {
756
+ .gis3d-divUpLabel {
766
757
  text-align: center;
767
758
  background: transparent;
768
759
  color: white;
@@ -770,14 +761,14 @@
770
761
  box-sizing: border-box;
771
762
  animation-duration: 1s;
772
763
  animation-fill-mode: both;
773
- animation-name: mars3d-divUpLabel-tinUpIn;
764
+ animation-name: gis3d-divUpLabel-tinUpIn;
774
765
  }
775
- .mars3d-divUpLabel-text {
766
+ .gis3d-divUpLabel-text {
776
767
  writing-mode: vertical-lr;
777
768
  font-size: 16px;
778
769
  letter-spacing: 4px;
779
770
  }
780
- .mars3d-divUpLabel-line {
771
+ .gis3d-divUpLabel-line {
781
772
  display: block;
782
773
  height: 100px;
783
774
  width: 1.5px;
@@ -785,7 +776,7 @@
785
776
  margin-top: 3px;
786
777
  background-color: white;
787
778
  }
788
- @keyframes mars3d-divUpLabel-tinUpIn {
779
+ @keyframes gis3d-divUpLabel-tinUpIn {
789
780
  0% {
790
781
  opacity: 0;
791
782
  transform: scale(1, 1) translateY(-900%);
@@ -806,13 +797,13 @@
806
797
  /*****popup弹出框样式******/
807
798
  /*白色字体,如果黑色改为:#2b2929;*/
808
799
  /*黑色背景,如果白色改为:rgba(255,255,255,0.85);*/
809
- .mars3d-popup {
800
+ .gis3d-popup {
810
801
  -webkit-user-select: auto;
811
802
  -moz-user-select: auto;
812
803
  -ms-user-select: auto;
813
804
  user-select: auto;
814
805
  }
815
- .mars3d-popup-close-button {
806
+ .gis3d-popup-close-button {
816
807
  position: absolute;
817
808
  top: 0;
818
809
  right: 0;
@@ -827,14 +818,14 @@
827
818
  z-index: 20170825;
828
819
  cursor: pointer;
829
820
  }
830
- .mars3d-popup-content-wrapper {
821
+ .gis3d-popup-content-wrapper {
831
822
  text-align: center;
832
823
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
833
824
  padding: 1px;
834
825
  text-align: left;
835
826
  border-radius: 3px;
836
827
  }
837
- .mars3d-popup-content {
828
+ .gis3d-popup-content {
838
829
  margin: 10px;
839
830
  line-height: 1.4;
840
831
  font-size: 13px;
@@ -843,14 +834,14 @@
843
834
  max-height: 550px;
844
835
  overflow-y: auto;
845
836
  }
846
- .mars3d-popup-tip-container {
837
+ .gis3d-popup-tip-container {
847
838
  margin: 0 auto;
848
839
  width: 40px;
849
840
  height: 20px;
850
841
  position: relative;
851
842
  overflow: hidden;
852
843
  }
853
- .mars3d-popup-tip {
844
+ .gis3d-popup-tip {
854
845
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
855
846
  width: 17px;
856
847
  height: 17px;
@@ -862,23 +853,23 @@
862
853
  -o-transform: rotate(45deg);
863
854
  transform: rotate(45deg);
864
855
  }
865
- .mars3d-popup-scrolled {
856
+ .gis3d-popup-scrolled {
866
857
  overflow: auto;
867
858
  border-bottom: 1px solid #ddd;
868
859
  border-top: 1px solid #ddd;
869
860
  }
870
- .mars3d-popup-color {
861
+ .gis3d-popup-color {
871
862
  color: #ffffff;
872
863
  }
873
- .mars3d-popup-background {
864
+ .gis3d-popup-background {
874
865
  background: rgba(63, 72, 84, 0.9);
875
866
  }
876
- .mars3d-popup-animation {
867
+ .gis3d-popup-animation {
877
868
  animation-duration: 0.3s;
878
869
  animation-fill-mode: both;
879
- animation-name: mars3d-popup-swashIn;
870
+ animation-name: gis3d-popup-swashIn;
880
871
  }
881
- @keyframes mars3d-popup-swashIn {
872
+ @keyframes gis3d-popup-swashIn {
882
873
  0% {
883
874
  opacity: 0;
884
875
  transform-origin: 50% 50%;
@@ -895,13 +886,13 @@
895
886
  transform: scale(1, 1);
896
887
  }
897
888
  }
898
- .mars3d-popup-btn {
889
+ .gis3d-popup-btn {
899
890
  padding: 3px 10px;
900
891
  border: 1px solid #209ffd;
901
892
  background: #209ffd1c;
902
893
  }
903
894
  /* all 中的html样式 */
904
- .mars3d-template-titile {
895
+ .gis3d-template-titile {
905
896
  border-radius: 3px 0 0 3px;
906
897
  padding: 0 80px 0 10px;
907
898
  height: 40px;
@@ -911,29 +902,29 @@
911
902
  border-bottom: 1px solid #616161;
912
903
  overflow: hidden;
913
904
  }
914
- .mars3d-template-content {
905
+ .gis3d-template-content {
915
906
  min-width: 150px;
916
907
  margin-top: 12px;
917
908
  font-size: 14px;
918
909
  max-height: 490px;
919
910
  overflow-y: auto;
920
911
  }
921
- .mars3d-template-content > div {
912
+ .gis3d-template-content > div {
922
913
  margin-top: 5px;
923
914
  }
924
- .mars3d-template-content label {
915
+ .gis3d-template-content label {
925
916
  margin: 0 10px;
926
917
  min-width: 55px;
927
918
  float: left;
928
919
  }
929
- .mars3d-template-content input {
920
+ .gis3d-template-content input {
930
921
  color: #ffffff;
931
922
  background-color: transparent;
932
923
  padding: 4px 5px;
933
924
  border-width: 1px;
934
925
  border-style: solid;
935
926
  }
936
- .mars3d-template-content textarea {
927
+ .gis3d-template-content textarea {
937
928
  color: #ffffff;
938
929
  background-color: transparent;
939
930
  padding: 4px 5px;
@@ -945,7 +936,7 @@
945
936
  /*****tooltip弹出框样式******/
946
937
  /*白色字体,如果黑色改为:#2b2929;*/
947
938
  /*黑色背景,如果白色改为:rgba(255,255,255,0.85);*/
948
- .mars3d-tooltip {
939
+ .gis3d-tooltip {
949
940
  padding: 6px;
950
941
  background: rgba(63, 72, 84, 0.9);
951
942
  border: 1px solid rgba(63, 72, 84, 0.9);
@@ -961,10 +952,10 @@
961
952
  min-width: 50px;
962
953
  max-height: 550px;
963
954
  }
964
- .mars3d-tooltip-top:before,
965
- .mars3d-tooltip-bottom:before,
966
- .mars3d-tooltip-left:before,
967
- .mars3d-tooltip-right:before {
955
+ .gis3d-tooltip-top:before,
956
+ .gis3d-tooltip-bottom:before,
957
+ .gis3d-tooltip-left:before,
958
+ .gis3d-tooltip-right:before {
968
959
  position: absolute;
969
960
  pointer-events: none;
970
961
  border: 6px solid transparent;
@@ -972,50 +963,50 @@
972
963
  content: "";
973
964
  }
974
965
  /* Directions */
975
- .mars3d-tooltip-bottom {
966
+ .gis3d-tooltip-bottom {
976
967
  margin-top: 6px;
977
968
  }
978
- .mars3d-tooltip-top {
969
+ .gis3d-tooltip-top {
979
970
  margin-top: -6px;
980
971
  }
981
- .mars3d-tooltip-bottom:before,
982
- .mars3d-tooltip-top:before {
972
+ .gis3d-tooltip-bottom:before,
973
+ .gis3d-tooltip-top:before {
983
974
  left: 50%;
984
975
  margin-left: -6px;
985
976
  }
986
- .mars3d-tooltip-top:before {
977
+ .gis3d-tooltip-top:before {
987
978
  bottom: 0;
988
979
  margin-bottom: -12px;
989
980
  border-top-color: rgba(63, 72, 84, 0.9);
990
981
  }
991
- .mars3d-tooltip-bottom:before {
982
+ .gis3d-tooltip-bottom:before {
992
983
  top: 0;
993
984
  margin-top: -6px;
994
985
  margin-left: -6px;
995
986
  border-bottom-color: rgba(63, 72, 84, 0.9);
996
987
  }
997
- .mars3d-tooltip-left {
988
+ .gis3d-tooltip-left {
998
989
  margin-left: -6px;
999
990
  }
1000
- .mars3d-tooltip-right {
991
+ .gis3d-tooltip-right {
1001
992
  margin-left: 6px;
1002
993
  }
1003
- .mars3d-tooltip-left:before,
1004
- .mars3d-tooltip-right:before {
994
+ .gis3d-tooltip-left:before,
995
+ .gis3d-tooltip-right:before {
1005
996
  top: 50%;
1006
997
  margin-top: -6px;
1007
998
  }
1008
- .mars3d-tooltip-left:before {
999
+ .gis3d-tooltip-left:before {
1009
1000
  right: 0;
1010
1001
  margin-right: -12px;
1011
1002
  border-left-color: rgba(63, 72, 84, 0.9);
1012
1003
  }
1013
- .mars3d-tooltip-right:before {
1004
+ .gis3d-tooltip-right:before {
1014
1005
  left: 0;
1015
1006
  margin-left: -6px;
1016
1007
  border-right-color: rgba(63, 72, 84, 0.9);
1017
1008
  }
1018
- .mars3d-widgetbar {
1009
+ .gis3d-widgetbar {
1019
1010
  margin: 0 auto;
1020
1011
  position: absolute;
1021
1012
  bottom: 30px;
@@ -1024,6 +1015,6 @@
1024
1015
  height: auto;
1025
1016
  z-index: 1987;
1026
1017
  }
1027
- .mars3d-widgetbar .fa {
1018
+ .gis3d-widgetbar .fa {
1028
1019
  margin-right: 5px;
1029
1020
  }