@vtx/cs-map 1.0.50 → 1.0.52
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.
- package/README.md +202 -202
- package/lib/_util/EventEmitter.js +2 -2
- package/lib/_util/EventEmitter.js.map +1 -1
- package/lib/_util/Provider.js.map +1 -1
- package/lib/_util/filterSpecialCharacters.js +6 -6
- package/lib/_util/filterSpecialCharacters.js.map +1 -1
- package/lib/_util/generateRandomPosition.js +5 -5
- package/lib/_util/generateRandomPosition.js.map +1 -1
- package/lib/_util/getBBoxFromGeojson.js +12 -11
- package/lib/_util/getBBoxFromGeojson.js.map +1 -1
- package/lib/_util/getComponentProps.js.map +1 -1
- package/lib/_util/getCookie.js +4 -4
- package/lib/_util/getCookie.js.map +1 -1
- package/lib/_util/getDefaultMapInfo.js +2 -2
- package/lib/_util/getSystemInfo.js +2 -2
- package/lib/_util/getSystemInfo.js.map +1 -1
- package/lib/_util/getToken.js.map +1 -1
- package/lib/_util/getUrlParam.js.map +1 -1
- package/lib/_util/heightAndZoom.js.map +1 -1
- package/lib/_util/http.js +20 -20
- package/lib/_util/http.js.map +1 -1
- package/lib/_util/isFunction.js.map +1 -1
- package/lib/_util/isObject.js.map +1 -1
- package/lib/_util/layer.js +2 -2
- package/lib/_util/layer.js.map +1 -1
- package/lib/_util/mapTool.js +34 -34
- package/lib/_util/mapTool.js.map +1 -1
- package/lib/_util/setCookie.js +4 -4
- package/lib/_util/setCookie.js.map +1 -1
- package/lib/_util/transformRgb.js.map +1 -1
- package/lib/_util/useColSize.js.map +1 -1
- package/lib/_util/useInterval.js.map +1 -1
- package/lib/_util/useProps.js.map +1 -1
- package/lib/_util/useSet.js +2 -2
- package/lib/_util/useSet.js.map +1 -1
- package/lib/cesium-tiles-layer/CesiumTilesLayer.js +2 -2
- package/lib/cesium-tiles-layer/CesiumTilesLayer.js.map +1 -1
- package/lib/cesium-tiles-layer/index.js +4 -4
- package/lib/cesium-tiles-layer/index.js.map +1 -1
- package/lib/cesium-tiles-layer/style/css.js.map +1 -1
- package/lib/cesium-tiles-layer/style/index.js.map +1 -1
- package/lib/circle/Circle.js +2 -2
- package/lib/circle/Circle.js.map +1 -1
- package/lib/circle/index.js +2 -2
- package/lib/circle/index.js.map +1 -1
- package/lib/config.js.map +1 -1
- package/lib/demand-layer/DemandLayer.js +2 -2
- package/lib/demand-layer/DemandLayer.js.map +1 -1
- package/lib/demand-layer/index.js +2 -2
- package/lib/demand-layer/index.js.map +1 -1
- package/lib/demand-layer/style/css.js.map +1 -1
- package/lib/demand-layer/style/index.js.map +1 -1
- package/lib/events/index.js.map +1 -1
- package/lib/feature-layer/FeatureLayer.js +2 -2
- package/lib/feature-layer/FeatureLayer.js.map +1 -1
- package/lib/feature-layer/createFeatureCollection.js +13 -13
- package/lib/feature-layer/createFeatureCollection.js.map +1 -1
- package/lib/feature-layer/index.js +2 -2
- package/lib/feature-layer/index.js.map +1 -1
- package/lib/feature-layer/style/css.js.map +1 -1
- package/lib/feature-layer/style/index.js.map +1 -1
- package/lib/fly-line-layer/FlyLineLayer.js +9 -9
- package/lib/fly-line-layer/FlyLineLayer.js.map +1 -1
- package/lib/fly-line-layer/index.js +2 -2
- package/lib/fly-line-layer/index.js.map +1 -1
- package/lib/fly-line-layer/lineFlowMaterialProperty.js +4 -4
- package/lib/fly-line-layer/lineFlowMaterialProperty.js.map +1 -1
- package/lib/fly-line-layer/style/css.js.map +1 -1
- package/lib/fly-line-layer/style/index.js.map +1 -1
- package/lib/gif-dom-layer/GifDomLayer.js +2 -2
- package/lib/gif-dom-layer/GifDomLayer.js.map +1 -1
- package/lib/gif-dom-layer/index.js +2 -2
- package/lib/gif-dom-layer/index.js.map +1 -1
- package/lib/gif-dom-layer/style/css.js.map +1 -1
- package/lib/gif-dom-layer/style/index.js.map +1 -1
- package/lib/gradation-line-layer/GradationLineLayer.js +2 -2
- package/lib/gradation-line-layer/GradationLineLayer.js.map +1 -1
- package/lib/gradation-line-layer/index.js +2 -2
- package/lib/gradation-line-layer/index.js.map +1 -1
- package/lib/gradation-line-layer/style/css.js.map +1 -1
- package/lib/gradation-line-layer/style/index.js.map +1 -1
- package/lib/group-layer/GroupLayer.js +2 -2
- package/lib/group-layer/GroupLayer.js.map +1 -1
- package/lib/group-layer/index.js +2 -2
- package/lib/group-layer/index.js.map +1 -1
- package/lib/group-layer/style/css.js.map +1 -1
- package/lib/group-layer/style/index.js.map +1 -1
- package/lib/heatmap-layer/CesiumHeatmap.js +22 -22
- package/lib/heatmap-layer/CesiumHeatmap.js.map +1 -1
- package/lib/heatmap-layer/HeatmapLayer.js +2 -2
- package/lib/heatmap-layer/HeatmapLayer.js.map +1 -1
- package/lib/heatmap-layer/heatmap.js +42 -41
- package/lib/heatmap-layer/heatmap.js.map +1 -1
- package/lib/heatmap-layer/index.js +4 -4
- package/lib/heatmap-layer/index.js.map +1 -1
- package/lib/highlight-layer/HighlightLayer.js +8 -8
- package/lib/highlight-layer/HighlightLayer.js.map +1 -1
- package/lib/highlight-layer/index.js +2 -2
- package/lib/highlight-layer/index.js.map +1 -1
- package/lib/highlight-layer/style/css.js.map +1 -1
- package/lib/highlight-layer/style/index.js.map +1 -1
- package/lib/image-layer/ImageLayer.js +2 -2
- package/lib/image-layer/ImageLayer.js.map +1 -1
- package/lib/image-layer/index.js +4 -4
- package/lib/image-layer/index.js.map +1 -1
- package/lib/index.js +7 -0
- package/lib/index.js.map +1 -1
- package/lib/label/Label.js +2 -2
- package/lib/label/Label.js.map +1 -1
- package/lib/label/index.js +2 -2
- package/lib/label/index.js.map +1 -1
- package/lib/legend/index.js +4 -4
- package/lib/legend/index.js.map +1 -1
- package/lib/legend/style/css.js.map +1 -1
- package/lib/legend/style/index.js.map +1 -1
- package/lib/legend/style/index.less +64 -64
- package/lib/line-flow-layer/LineFlowLayer.js +3 -2
- package/lib/line-flow-layer/LineFlowLayer.js.map +1 -1
- package/lib/line-flow-layer/index.js +2 -2
- package/lib/line-flow-layer/index.js.map +1 -1
- package/lib/line-flow-layer/style/css.js.map +1 -1
- package/lib/line-flow-layer/style/index.js.map +1 -1
- package/lib/map/InfoTool/index.js +45 -45
- package/lib/map/InfoTool/index.js.map +1 -1
- package/lib/map/InfoTool/index.less +46 -46
- package/lib/map/InfoTool/util.js +23 -23
- package/lib/map/InfoTool/util.js.map +1 -1
- package/lib/map/InfoWindow.js +2 -2
- package/lib/map/InfoWindow.js.map +1 -1
- package/lib/map/Layers.js +2 -2
- package/lib/map/Layers.js.map +1 -1
- package/lib/map/Popup.js +2 -2
- package/lib/map/Popup.js.map +1 -1
- package/lib/map/base/imagery/amap/AmapImageryProvider.js +2 -2
- package/lib/map/base/imagery/amap/AmapImageryProvider.js.map +1 -1
- package/lib/map/base/imagery/amap/AmapMercatorTilingScheme.js +2 -2
- package/lib/map/base/imagery/amap/AmapMercatorTilingScheme.js.map +1 -1
- package/lib/map/base/imagery/baidu/BaiduImageryProvider.js +2 -2
- package/lib/map/base/imagery/baidu/BaiduImageryProvider.js.map +1 -1
- package/lib/map/base/imagery/baidu/BaiduMercatorProjection.js +79 -79
- package/lib/map/base/imagery/baidu/BaiduMercatorProjection.js.map +1 -1
- package/lib/map/base/imagery/baidu/BaiduMercatorTilingScheme.js +17 -17
- package/lib/map/base/imagery/baidu/BaiduMercatorTilingScheme.js.map +1 -1
- package/lib/map/base/imagery/geoq/GeoQImageryProvider.js +2 -2
- package/lib/map/base/imagery/geoq/GeoQImageryProvider.js.map +1 -1
- package/lib/map/base/imagery/google/GoogleImageryProvider.js +2 -2
- package/lib/map/base/imagery/google/GoogleImageryProvider.js.map +1 -1
- package/lib/map/base/imagery/tdt/TdtImageryProvider.js +2 -2
- package/lib/map/base/imagery/tdt/TdtImageryProvider.js.map +1 -1
- package/lib/map/base/imagery/tencent/TencentImageryProvider.js +2 -2
- package/lib/map/base/imagery/tencent/TencentImageryProvider.js.map +1 -1
- package/lib/map/base/imagery/transform/AmapMercatorTilingScheme.js +2 -2
- package/lib/map/base/imagery/transform/AmapMercatorTilingScheme.js.map +1 -1
- package/lib/map/base/imagery/transform/CoordTransform.js +44 -44
- package/lib/map/base/imagery/transform/CoordTransform.js.map +1 -1
- package/lib/map/base/index.js +2 -2
- package/lib/map/base/index.js.map +1 -1
- package/lib/map/demo/index.css +20 -0
- package/lib/map/demo/index.less +23 -0
- package/lib/map/hooks/useGetMapFeatureInfoByText.js.map +1 -1
- package/lib/map/index.js +7 -5
- package/lib/map/index.js.map +1 -1
- package/lib/map/material/AroundPoint.js +2 -2
- package/lib/map/material/AroundPoint.js.map +1 -1
- package/lib/map/material/CircleRippleMaterialProperty.js +6 -5
- package/lib/map/material/CircleRippleMaterialProperty.js.map +1 -1
- package/lib/map/material/ODLineLayer.js +2 -2
- package/lib/map/material/ODLineLayer.js.map +1 -1
- package/lib/map/material/PolylineTrailLinkMaterialProperty.js +2 -2
- package/lib/map/material/PolylineTrailLinkMaterialProperty.js.map +1 -1
- package/lib/map/material/PolylineTrailMaterialProperty.js +2 -2
- package/lib/map/material/PolylineTrailMaterialProperty.js.map +1 -1
- package/lib/map/material/TilesBuilding.js +2 -2
- package/lib/map/material/TilesBuilding.js.map +1 -1
- package/lib/map/material/index.js.map +1 -1
- package/lib/map/style/css.js.map +1 -1
- package/lib/map/style/index.js.map +1 -1
- package/lib/map/style/index.less +248 -248
- package/lib/marker/Marker.js +2 -2
- package/lib/marker/Marker.js.map +1 -1
- package/lib/marker/index.js +2 -2
- package/lib/marker/index.js.map +1 -1
- package/lib/point/Point.js +2 -2
- package/lib/point/Point.js.map +1 -1
- package/lib/point/index.js +2 -2
- package/lib/point/index.js.map +1 -1
- package/lib/polygon/Polygon.js +7 -2
- package/lib/polygon/Polygon.js.map +1 -1
- package/lib/polygon/index.js +2 -2
- package/lib/polygon/index.js.map +1 -1
- package/lib/polyline/Polyline.js +2 -2
- package/lib/polyline/Polyline.js.map +1 -1
- package/lib/polyline/index.js +2 -2
- package/lib/polyline/index.js.map +1 -1
- package/lib/renderer/index.js +13 -12
- package/lib/renderer/index.js.map +1 -1
- package/lib/renderer/style/css.js.map +1 -1
- package/lib/renderer/style/index.js.map +1 -1
- package/lib/style/index.less +2 -2
- package/lib/style/themes/compact.less +1 -1
- package/lib/style/themes/dark.less +9 -9
- package/lib/style/themes/default.less +7 -7
- package/lib/style/themes/index.less +1 -1
- package/lib/style/themes/variable.less +5 -5
- package/lib/tools/base-map-switch/index.js +4 -4
- package/lib/tools/base-map-switch/index.js.map +1 -1
- package/lib/tools/dimension-switch/index.js +2 -2
- package/lib/tools/dimension-switch/index.js.map +1 -1
- package/lib/tools/index.js.map +1 -1
- package/lib/tools/layer-control/index.js +4 -4
- package/lib/tools/layer-control/index.js.map +1 -1
- package/lib/tools/layer-control-popover/LayersCheckService.js +1 -0
- package/lib/tools/layer-control-popover/LayersCheckService.js.map +1 -1
- package/lib/tools/layer-control-popover/index.js +5 -5
- package/lib/tools/layer-control-popover/index.js.map +1 -1
- package/lib/tools/map-search/Select/index.js +7 -7
- package/lib/tools/map-search/Select/index.js.map +1 -1
- package/lib/tools/map-search/Select/style/css.js.map +1 -1
- package/lib/tools/map-search/Select/style/index.js.map +1 -1
- package/lib/tools/map-search/Select/style/index.less +47 -47
- package/lib/tools/map-search/index.js +34 -36
- package/lib/tools/map-search/index.js.map +1 -1
- package/lib/tools/style/css.js.map +1 -1
- package/lib/tools/style/index.js.map +1 -1
- package/lib/tools/style/index.less +276 -276
- package/lib/tools/tools-item/index.js +2 -2
- package/lib/tools/tools-item/index.js.map +1 -1
- package/lib/trail-polyline-layer/TrailPolylineLayer.js +2 -2
- package/lib/trail-polyline-layer/TrailPolylineLayer.js.map +1 -1
- package/lib/trail-polyline-layer/TrailPolylineMaterial.js +2 -2
- package/lib/trail-polyline-layer/TrailPolylineMaterial.js.map +1 -1
- package/lib/trail-polyline-layer/index.js +2 -2
- package/lib/trail-polyline-layer/index.js.map +1 -1
- package/lib/trail-polyline-layer/style/css.js.map +1 -1
- package/lib/trail-polyline-layer/style/index.js.map +1 -1
- package/lib/use-props/index.js +14 -0
- package/lib/use-props/index.js.map +1 -0
- package/lib/water-surface-layer/WaterSurfaceLayer.js +2 -2
- package/lib/water-surface-layer/WaterSurfaceLayer.js.map +1 -1
- package/lib/water-surface-layer/index.js +4 -4
- package/lib/water-surface-layer/index.js.map +1 -1
- package/lib/water-surface-layer/style/css.js.map +1 -1
- package/lib/water-surface-layer/style/index.js.map +1 -1
- package/lib/weather/Weather.js +30 -30
- package/lib/weather/Weather.js.map +1 -1
- package/lib/weather/index.js +2 -2
- package/lib/weather/index.js.map +1 -1
- package/lib/weather/style/css.js.map +1 -1
- package/lib/weather/style/index.js.map +1 -1
- package/lib/weather/style/index.less +63 -63
- package/package.json +33 -32
- package/CHANGELOG.md +0 -124
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
.cs-tools-legend {
|
|
2
|
-
position: absolute;
|
|
3
|
-
bottom: 10px;
|
|
4
|
-
left: 10px;
|
|
5
|
-
|
|
6
|
-
padding: 6px 10px;
|
|
7
|
-
|
|
8
|
-
background: rgba(0, 35, 65, 0.9);
|
|
9
|
-
border: 1px solid #26425F;
|
|
10
|
-
box-shadow: 0 2px 7px 0 rgba(6, 93, 181, .5);
|
|
11
|
-
border-radius: 8px;
|
|
12
|
-
|
|
13
|
-
color: #97e0ff;
|
|
14
|
-
user-select: none;
|
|
15
|
-
|
|
16
|
-
width: max-content;
|
|
17
|
-
|
|
18
|
-
.cs-tools-legend-title {
|
|
19
|
-
font-size: 16px;
|
|
20
|
-
letter-spacing: 2px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.cs-tools-legend-content {
|
|
24
|
-
cursor: pointer;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.cs-tools-legend-list-wrap {
|
|
28
|
-
min-width: 60px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.cs-tools-legend-list {
|
|
32
|
-
display: flex;
|
|
33
|
-
flex-wrap: wrap;
|
|
34
|
-
max-width: 270px;
|
|
35
|
-
max-height: 270px;
|
|
36
|
-
overflow-y: auto;
|
|
37
|
-
|
|
38
|
-
.cs-tools-legend-item {
|
|
39
|
-
text-align: center;
|
|
40
|
-
padding: 4px;
|
|
41
|
-
min-width: 50px;
|
|
42
|
-
|
|
43
|
-
.cs-tools-legend-item-img {
|
|
44
|
-
max-height: 40px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.cs-tools-legend-item-title {
|
|
48
|
-
font-size: 12px;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.cs-tools-legend-close-btn {
|
|
55
|
-
position: absolute;
|
|
56
|
-
top: 10px;
|
|
57
|
-
right: 10px;
|
|
58
|
-
z-index: 999;
|
|
59
|
-
color: #fff;
|
|
60
|
-
font-size: 18px;
|
|
61
|
-
font-weight: bold;
|
|
62
|
-
cursor: pointer;
|
|
63
|
-
}
|
|
1
|
+
.cs-tools-legend {
|
|
2
|
+
position: absolute;
|
|
3
|
+
bottom: 10px;
|
|
4
|
+
left: 10px;
|
|
5
|
+
|
|
6
|
+
padding: 6px 10px;
|
|
7
|
+
|
|
8
|
+
background: rgba(0, 35, 65, 0.9);
|
|
9
|
+
border: 1px solid #26425F;
|
|
10
|
+
box-shadow: 0 2px 7px 0 rgba(6, 93, 181, .5);
|
|
11
|
+
border-radius: 8px;
|
|
12
|
+
|
|
13
|
+
color: #97e0ff;
|
|
14
|
+
user-select: none;
|
|
15
|
+
|
|
16
|
+
width: max-content;
|
|
17
|
+
|
|
18
|
+
.cs-tools-legend-title {
|
|
19
|
+
font-size: 16px;
|
|
20
|
+
letter-spacing: 2px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.cs-tools-legend-content {
|
|
24
|
+
cursor: pointer;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.cs-tools-legend-list-wrap {
|
|
28
|
+
min-width: 60px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.cs-tools-legend-list {
|
|
32
|
+
display: flex;
|
|
33
|
+
flex-wrap: wrap;
|
|
34
|
+
max-width: 270px;
|
|
35
|
+
max-height: 270px;
|
|
36
|
+
overflow-y: auto;
|
|
37
|
+
|
|
38
|
+
.cs-tools-legend-item {
|
|
39
|
+
text-align: center;
|
|
40
|
+
padding: 4px;
|
|
41
|
+
min-width: 50px;
|
|
42
|
+
|
|
43
|
+
.cs-tools-legend-item-img {
|
|
44
|
+
max-height: 40px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.cs-tools-legend-item-title {
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.cs-tools-legend-close-btn {
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 10px;
|
|
57
|
+
right: 10px;
|
|
58
|
+
z-index: 999;
|
|
59
|
+
color: #fff;
|
|
60
|
+
font-size: 18px;
|
|
61
|
+
font-weight: bold;
|
|
62
|
+
cursor: pointer;
|
|
63
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtx/cs-map",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.52",
|
|
4
4
|
"description": "React components for Vortex",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -11,36 +11,36 @@
|
|
|
11
11
|
],
|
|
12
12
|
"main": "lib/index.js",
|
|
13
13
|
"scripts": {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
14
|
+
"start": "dumi dev",
|
|
15
|
+
"build": "dumi build",
|
|
16
|
+
"compile": "gulp compile",
|
|
17
|
+
"lint": "npm run lint:script && npm run lint:style",
|
|
18
|
+
"lint:script": "eslint components --ext .js,.jsx",
|
|
19
|
+
"lint:style": "stylelint components/**/*.less --syntax less",
|
|
20
|
+
"fix": "eslint --fix --ext .js,.jsx components && npm run style:fix",
|
|
21
|
+
"style:fix": "stylelint components/**/*.less --syntax less --fix",
|
|
22
|
+
"prettier": "prettier -c --write **/*",
|
|
23
|
+
"pretty-quick": "pretty-quick",
|
|
24
|
+
"pub": "npm publish --access=public",
|
|
25
|
+
"bump": "gulp bump --prerelease",
|
|
26
|
+
"release": "release-it --no-npm.publish",
|
|
27
|
+
"version": "npm run changelog && git add CHANGELOG.md",
|
|
28
|
+
"changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0"
|
|
29
|
+
},
|
|
30
|
+
"repository": {
|
|
31
|
+
"type": "git",
|
|
32
|
+
"url": "https://git.cloudhw.cn:3443/front-end/maps/cs-map.git"
|
|
33
|
+
},
|
|
34
|
+
"license": "ISC",
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": "https://git.cloudhw.cn:3443/front-end/maps/cs-map/-/issues"
|
|
37
|
+
},
|
|
38
|
+
"homepage": "https://git.cloudhw.cn:3443/front-end/maps/cs-map.git",
|
|
39
|
+
"husky": {
|
|
40
|
+
"hooks": {
|
|
41
|
+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
44
|
"release-it": {
|
|
45
45
|
"git": {
|
|
46
46
|
"commitMessage": "chore: release v${version}"
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"@babel/runtime": "^7.6.3",
|
|
69
69
|
"@commitlint/cli": "^8.3.4",
|
|
70
70
|
"@commitlint/config-conventional": "^8.3.4",
|
|
71
|
+
"@turf/turf": "^6.5.0",
|
|
71
72
|
"@umijs/plugin-locale": "^0.10.8",
|
|
72
73
|
"@vtx/map-icon": "latest",
|
|
73
74
|
"@vtx/utils": "latest",
|
|
@@ -98,6 +99,7 @@
|
|
|
98
99
|
"less": "^3.10.3",
|
|
99
100
|
"less-plugin-autoprefix": "^2.0.0",
|
|
100
101
|
"less-plugin-npm-import": "^2.1.0",
|
|
102
|
+
"libpag": "^4.2.84",
|
|
101
103
|
"lodash": "^4.17.21",
|
|
102
104
|
"merge2": "^1.3.0",
|
|
103
105
|
"moment": "^2.29.1",
|
|
@@ -116,7 +118,6 @@
|
|
|
116
118
|
"stylelint-config-standard": "^19.0.0",
|
|
117
119
|
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
|
|
118
120
|
"stylelint-order": "^3.0.0",
|
|
119
|
-
"@turf/turf": "^6.5.0",
|
|
120
121
|
"through2": "^3.0.1"
|
|
121
122
|
}
|
|
122
123
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
## 1.0.26 (2023-11-02)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### ✨ Features
|
|
5
|
-
|
|
6
|
-
* FeatureLayer 增加海量点及聚合展示 ([3abec3a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/3abec3a)) by: **gaoyueliu**
|
|
7
|
-
* FeatureLayer 增加海量点及聚合展示 ([652cd79](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/652cd79)) by: **gaoyueliu**
|
|
8
|
-
* infoWindow优化 ([9feff8f](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9feff8f)) by: **YZQDI**
|
|
9
|
-
* onZoom回调增加viewRectangle返回值 ([967b362](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/967b362)) by: **songwenlin**
|
|
10
|
-
* wms图层 ([a77eb89](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/a77eb89)) by: **边昆**
|
|
11
|
-
* 修改下雪速度 ([5c9675a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/5c9675a)) by: **gaoyueliu**
|
|
12
|
-
* 修改展示异常问题 ([2e66a4b](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2e66a4b)) by: **gaoyueliu**
|
|
13
|
-
* 修改排序 ([9e8b77d](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9e8b77d)) by: **gaoyueliu**
|
|
14
|
-
* 发布1.0.18 ([56f2564](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/56f2564)) by: **gaoyueliu**
|
|
15
|
-
* 发布1.0.25 ([9d739b0](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9d739b0)) by: **gaoyueliu**
|
|
16
|
-
* 发布1.0.26 ([74d2fac](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/74d2fac)) by: **gaoyueliu**
|
|
17
|
-
* 图层增加层级 ([c3fe17a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/c3fe17a)) by: **gaoyueliu**
|
|
18
|
-
* 图层显示隐藏增加监听事件 ([f633f5a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f633f5a)) by: **gaoyueliu**
|
|
19
|
-
* 地图搜索 ([b5ad828](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/b5ad828)) by: **边昆**
|
|
20
|
-
* 增加 map.showTemplateByFilter 根据图层条件设置图层选中 ([c8fa48f](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/c8fa48f)) by: **gaoyueliu**
|
|
21
|
-
* 增加 Marker ([e7e5236](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/e7e5236)) by: **gaoyueliu**
|
|
22
|
-
* 增加 Point ([6a63e68](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/6a63e68)) by: **gaoyueliu**
|
|
23
|
-
* 增加 Polygon ([d261f2e](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/d261f2e)) by: **gaoyueliu**
|
|
24
|
-
* 增加 Polyline ([39b3f3a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/39b3f3a)) by: **gaoyueliu**
|
|
25
|
-
* 增加 Renderer ([f0559f9](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f0559f9)) by: **gaoyueliu**
|
|
26
|
-
* 增加 Renderer ([2406c67](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2406c67)) by: **gaoyueliu**
|
|
27
|
-
* 增加Cesium3DTilesLayer组件 ([03ac9bf](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/03ac9bf)) by: **gaoyueliu**
|
|
28
|
-
* 增加FeatureLayer ([b0eeb89](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/b0eeb89)) by: **gaoyueliu**
|
|
29
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([603d409](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/603d409)) by: **gaoyueliu**
|
|
30
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([2a50df6](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2a50df6)) by: **gaoyueliu**
|
|
31
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([19e83ea](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/19e83ea)) by: **gaoyueliu**
|
|
32
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([15fcfcb](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/15fcfcb)) by: **gaoyueliu**
|
|
33
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([b4426d0](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/b4426d0)) by: **gaoyueliu**
|
|
34
|
-
* 增加GifDomLayer用于渲染大量的gif点位 ([9478580](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9478580)) by: **gaoyueliu**
|
|
35
|
-
* 增加gif方式渲染 ([409309d](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/409309d)) by: **gaoyueliu**
|
|
36
|
-
* 增加gif方式渲染 ([f30a0ad](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f30a0ad)) by: **gaoyueliu**
|
|
37
|
-
* 增加gif方式渲染 ([e6df1f1](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/e6df1f1)) by: **gaoyueliu**
|
|
38
|
-
* 增加ImageLayer ([6f1ef0c](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/6f1ef0c)) by: **gaoyueliu**
|
|
39
|
-
* 增加showTemplateByFilter demo ([7647005](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/7647005)) by: **gaoyueliu**
|
|
40
|
-
* 增加事件 ([2fa2d09](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2fa2d09)) by: **gaoyueliu**
|
|
41
|
-
* 增加事件 ([1ed8b16](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/1ed8b16)) by: **gaoyueliu**
|
|
42
|
-
* 增加二三维切换 ([ce99ffa](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ce99ffa)) by: **gaoyueliu**
|
|
43
|
-
* 增加动画时长 ([9a62362](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9a62362)) by: **gaoyueliu**
|
|
44
|
-
* 增加动画时长 ([75c32d1](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/75c32d1)) by: **gaoyueliu**
|
|
45
|
-
* 增加图例 ([52f9334](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/52f9334)) by: **gaoyueliu**
|
|
46
|
-
* 增加图例 ([4c847ec](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/4c847ec)) by: **gaoyueliu**
|
|
47
|
-
* 增加图例 ([a698308](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/a698308)) by: **gaoyueliu**
|
|
48
|
-
* 增加图层控制工具 ([2a6f797](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2a6f797)) by: **gaoyueliu**
|
|
49
|
-
* 增加图层控制工具 ([67a620f](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/67a620f)) by: **gaoyueliu**
|
|
50
|
-
* 增加图层组 ([dbbebfd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/dbbebfd)) by: **gaoyueliu**
|
|
51
|
-
* 增加图层组示例 ([7911e3b](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/7911e3b)) by: **gaoyueliu**
|
|
52
|
-
* 增加图层过滤 ([edfdd2e](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/edfdd2e)) by: **gaoyueliu**
|
|
53
|
-
* 增加图层过滤 ([df4ad32](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/df4ad32)) by: **gaoyueliu**
|
|
54
|
-
* 增加图层过滤组 ([0163317](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/0163317)) by: **gaoyueliu**
|
|
55
|
-
* 增加图形模糊搜索功能 ([abad256](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/abad256)) by: **songwenlin**
|
|
56
|
-
* 增加图形模糊搜索功能和搜索地址功能 ([38364b8](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/38364b8)) by: **songwenlin**
|
|
57
|
-
* 增加地图超出隐藏样式 ([d79ac6f](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/d79ac6f)) by: **gaoyueliu**
|
|
58
|
-
* 增加天气组件 ([8c9cf94](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/8c9cf94)) by: **gaoyueliu**
|
|
59
|
-
* 增加工具 ([49f465c](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/49f465c)) by: **gaoyueliu**
|
|
60
|
-
* 增加底图地址 ([086c6bd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/086c6bd)) by: **gaoyueliu**
|
|
61
|
-
* 增加底图地址 ([e1ff675](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/e1ff675)) by: **gaoyueliu**
|
|
62
|
-
* 增加水面图层 ([e30266c](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/e30266c)) by: **gaoyueliu**
|
|
63
|
-
* 增加注释 ([b83348c](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/b83348c)) by: **gaoyueliu**
|
|
64
|
-
* 增加注释 ([c208712](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/c208712)) by: **gaoyueliu**
|
|
65
|
-
* 增加渐变线 ([ed32c86](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ed32c86)) by: **gaoyueliu**
|
|
66
|
-
* 增加热力图 ([484a533](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/484a533)) by: **gaoyueliu**
|
|
67
|
-
* 增加缩放属性 ([1e6680b](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/1e6680b)) by: **gaoyueliu**
|
|
68
|
-
* 增加记忆及恢复上一次视角功能 ([87b4ec2](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/87b4ec2)) by: **gaoyueliu**
|
|
69
|
-
* 增加跳转至ol-map及map-icon ([86792ca](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/86792ca)) by: **gaoyueliu**
|
|
70
|
-
* 增加配置文档 ([76c1f09](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/76c1f09)) by: **gaoyueliu**
|
|
71
|
-
* 增加配置文档 ([0d06019](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/0d06019)) by: **gaoyueliu**
|
|
72
|
-
* 增加配置文档 ([280f472](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/280f472)) by: **gaoyueliu**
|
|
73
|
-
* 增加面高亮 ([8612a02](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/8612a02)) by: **gaoyueliu**
|
|
74
|
-
* 增加颜色转化方法 ([48901b1](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/48901b1)) by: **gaoyueliu**
|
|
75
|
-
* 增加飞线 ([0fa73b2](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/0fa73b2)) by: **gaoyueliu**
|
|
76
|
-
* 增加默认值 ([de9ceb4](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/de9ceb4)) by: **gaoyueliu**
|
|
77
|
-
* 增加默认坐标系 ([89ec1ba](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/89ec1ba)) by: **gaoyueliu**
|
|
78
|
-
* 增加默认坐标系 ([72030a5](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/72030a5)) by: **gaoyueliu**
|
|
79
|
-
* 完成项目使用调试 ([82795cb](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/82795cb)) by: **gaoyueliu**
|
|
80
|
-
* 更新地图图标 ([ec4f3b5](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ec4f3b5)) by: **gaoyueliu**
|
|
81
|
-
* 添加手动关闭弹窗方法 ([834461e](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/834461e)) by: **YZQDI**
|
|
82
|
-
* 添加流动纹理图层 ([7856af2](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/7856af2)) by: **朱训**
|
|
83
|
-
* 添加点击事件,弹窗,以及flyTo方法 ([a824e67](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/a824e67)) by: **YZQDI**
|
|
84
|
-
* 点位高亮 ([58e8b11](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/58e8b11)) by: **边昆**
|
|
85
|
-
* 版本升级 ([6ce8703](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/6ce8703)) by: **YZQDI**
|
|
86
|
-
* 高亮效果 ([5800f82](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/5800f82)) by: **边昆**
|
|
87
|
-
* 高亮效果 ([af38d22](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/af38d22)) by: **边昆**
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### 🎫 Chores
|
|
91
|
-
|
|
92
|
-
* 发布1.0.8 ([2da8509](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2da8509)) by: **gaoyueliu**
|
|
93
|
-
* 版本升级 ([3039df2](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/3039df2)) by: **YZQDI**
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### 🐛 Bug Fixes
|
|
97
|
-
|
|
98
|
-
* 修复FeatureLayer小气泡无法弹出的问题 ([f2f8019](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f2f8019)) by: **gaoyueliu**
|
|
99
|
-
* 修复onCheck时图层报错问题 ([f5c8e35](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f5c8e35)) by: **gaoyueliu**
|
|
100
|
-
* 修复onCheck时图层报错问题 ([8244e47](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/8244e47)) by: **gaoyueliu**
|
|
101
|
-
* 修复popup在某种场景下无法显示问题 ([0c06cba](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/0c06cba)) by: **songwenlin**
|
|
102
|
-
* 修复一些展示问题 ([ebc2fdd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ebc2fdd)) by: **gaoyueliu**
|
|
103
|
-
* 修复图层控制器展示问题 ([3feed7a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/3feed7a)) by: **gaoyueliu**
|
|
104
|
-
* 修复图层控制器展示问题 ([ff0dbe6](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/ff0dbe6)) by: **gaoyueliu**
|
|
105
|
-
* 修复图层无法查询的问题 ([dd833a8](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/dd833a8)) by: **gaoyueliu**
|
|
106
|
-
* 修复点击时出问题问题 ([9e31531](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9e31531)) by: **gaoyueliu**
|
|
107
|
-
* 修改一些图层展示问题 ([494503e](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/494503e)) by: **gaoyueliu**
|
|
108
|
-
* 修改样式 ([880fcfd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/880fcfd)) by: **gaoyueliu**
|
|
109
|
-
* 修改样式 ([44fc4cd](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/44fc4cd)) by: **gaoyueliu**
|
|
110
|
-
* 增加矢量底图和影像底图的切换 ([449de2a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/449de2a)) by: **songwenlin**
|
|
111
|
-
* 增加矢量底图和影像底图的切换 ([672ab25](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/672ab25)) by: **songwenlin**
|
|
112
|
-
* 增加矢量底图和影像底图的切换 ([6dd2b6d](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/6dd2b6d)) by: **songwenlin**
|
|
113
|
-
* 添加markerStyle修改mapIcon样式 ([2d52a26](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/2d52a26)) by: **linjicai**
|
|
114
|
-
* 添加底图参数 ([f6722e4](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/f6722e4)) by: **linjicai**
|
|
115
|
-
* 添加默认底图参数 ([9935c07](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/9935c07)) by: **linjicai**
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### 👷 Build System
|
|
119
|
-
|
|
120
|
-
* 发布1.0.19 ([528855a](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/528855a)) by: **gaoyueliu**
|
|
121
|
-
* 发布1.0.20 ([c1497df](https://git.cloudhw.cn:3443/front-end/maps/cs-map/commit/c1497df)) by: **gaoyueliu**
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|