Skip to content

Commit da9a9fd

Browse files
committed
【fix】增加 ol.supermap.control.ScaleLine 修复 ol4.6.5 ol.control.ScaleLine wgs84数值错误问题 修复一些例子 review by liqian
1 parent b1d036a commit da9a9fd

20 files changed

+1861
-1175
lines changed

build/jsdocs/template/typeLinkExt.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var typeLinks = {
3232
"ol.layer.Layer": olapi + "ol.layer.Layer.html",
3333
"ol.FeatureStyleFunction": olapi + "ol.html#.FeatureStyleFunction",
3434
"ol.StyleFunction": olapi + "ol.html#.StyleFunction",
35+
"ol.control.ScaleLine": olapi + "ol.control.ScaleLine",
3536

3637

3738
//leaflet

dist/mapboxgl/iclient9-mapboxgl-widgets-vue.css

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11503,6 +11503,8 @@ body .mapboxgl-ctrl {
1150311503
font-size: 15px;
1150411504
padding: 8px 20px;
1150511505
border: none; }
11506+
.sm-legend .sm-card__content {
11507+
box-shadow: unset; }
1150611508
.sm-legend .el-card__body {
1150711509
padding: 0px; }
1150811510
.sm-legend__table {
@@ -11827,22 +11829,22 @@ body .mapboxgl-ctrl {
1182711829
.sm-card__icon.is-top-left {
1182811830
top: 0;
1182911831
left: 0; }
11830-
.sm-card__widget-icon.is-auto-rotate {
11832+
.sm-card__icon.is-top-left .sm-card__widget-icon.is-auto-rotate {
1183111833
transform: rotate(45deg); }
1183211834
.sm-card__icon.is-bottom-left {
1183311835
top: 0;
1183411836
left: 0; }
11835-
.sm-card__widget-icon.is-auto-rotate {
11837+
.sm-card__icon.is-bottom-left .sm-card__widget-icon.is-auto-rotate {
1183611838
transform: rotate(45deg); }
1183711839
.sm-card__icon.is-top-right {
1183811840
top: 0;
1183911841
right: 0; }
11840-
.sm-card__widget-icon.is-auto-rotate {
11842+
.sm-card__icon.is-top-right .sm-card__widget-icon.is-auto-rotate {
1184111843
transform: rotate(135deg); }
1184211844
.sm-card__icon.is-bottom-right {
1184311845
top: 0;
1184411846
right: 0; }
11845-
.sm-card__widget-icon.is-auto-rotate {
11847+
.sm-card__icon.is-bottom-right .sm-card__widget-icon.is-auto-rotate {
1184611848
transform: rotate(135deg); }
1184711849
.sm-card__header {
1184811850
padding: 5px 0px 5px 10px;
@@ -11858,6 +11860,7 @@ body .mapboxgl-ctrl {
1185811860
font-weight: 700; }
1185911861
.sm-card__content {
1186011862
width: 280px;
11863+
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
1186111864
background: rgba(27, 24, 24, 0.8);
1186211865
transition: all 0.5s;
1186311866
position: relative; }
@@ -22878,6 +22881,8 @@ body .mapboxgl-ctrl {
2287822881
font-size: 15px;
2287922882
padding: 8px 20px;
2288022883
border: none; }
22884+
.sm-legend .sm-card__content {
22885+
box-shadow: unset; }
2288122886
.sm-legend .el-card__body {
2288222887
padding: 0px; }
2288322888
.sm-legend__table {
@@ -23202,22 +23207,22 @@ body .mapboxgl-ctrl {
2320223207
.sm-card__icon.is-top-left {
2320323208
top: 0;
2320423209
left: 0; }
23205-
.sm-card__widget-icon.is-auto-rotate {
23210+
.sm-card__icon.is-top-left .sm-card__widget-icon.is-auto-rotate {
2320623211
transform: rotate(45deg); }
2320723212
.sm-card__icon.is-bottom-left {
2320823213
top: 0;
2320923214
left: 0; }
23210-
.sm-card__widget-icon.is-auto-rotate {
23215+
.sm-card__icon.is-bottom-left .sm-card__widget-icon.is-auto-rotate {
2321123216
transform: rotate(45deg); }
2321223217
.sm-card__icon.is-top-right {
2321323218
top: 0;
2321423219
right: 0; }
23215-
.sm-card__widget-icon.is-auto-rotate {
23220+
.sm-card__icon.is-top-right .sm-card__widget-icon.is-auto-rotate {
2321623221
transform: rotate(135deg); }
2321723222
.sm-card__icon.is-bottom-right {
2321823223
top: 0;
2321923224
right: 0; }
23220-
.sm-card__widget-icon.is-auto-rotate {
23225+
.sm-card__icon.is-bottom-right .sm-card__widget-icon.is-auto-rotate {
2322123226
transform: rotate(135deg); }
2322223227
.sm-card__header {
2322323228
padding: 5px 0px 5px 10px;
@@ -23233,6 +23238,7 @@ body .mapboxgl-ctrl {
2323323238
font-weight: 700; }
2323423239
.sm-card__content {
2323523240
width: 280px;
23241+
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
2323623242
background: #FFFFFF;
2323723243
transition: all 0.5s;
2323823244
position: relative; }

0 commit comments

Comments
 (0)