@hpcc-js/map 3.4.11 → 3.5.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/map",
3
- "version": "3.4.11",
3
+ "version": "3.5.1",
4
4
  "description": "hpcc-js - Viz Map",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
@@ -39,15 +39,15 @@
39
39
  "update-major": "npx --yes npm-check-updates -u"
40
40
  },
41
41
  "dependencies": {
42
- "@hpcc-js/api": "^3.4.10",
43
- "@hpcc-js/common": "^3.7.0",
44
- "@hpcc-js/graph": "^3.6.6",
45
- "@hpcc-js/layout": "^3.5.5",
46
- "@hpcc-js/other": "^3.4.11",
47
- "@hpcc-js/util": "^3.4.8"
42
+ "@hpcc-js/api": "^3.4.12",
43
+ "@hpcc-js/common": "^3.7.2",
44
+ "@hpcc-js/graph": "^3.7.1",
45
+ "@hpcc-js/layout": "^3.5.7",
46
+ "@hpcc-js/other": "^3.5.1",
47
+ "@hpcc-js/util": "^3.5.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@hpcc-js/esbuild-plugins": "^1.8.3",
50
+ "@hpcc-js/esbuild-plugins": "^1.8.4",
51
51
  "@types/leaflet-draw": "1.0.13",
52
52
  "@types/leaflet.heat": "0.2.5",
53
53
  "@types/leaflet.markercluster": "1.5.6",
@@ -77,5 +77,5 @@
77
77
  "url": "https://github.com/hpcc-systems/Visualization/issues"
78
78
  },
79
79
  "homepage": "https://github.com/hpcc-systems/Visualization",
80
- "gitHead": "0c1e3df0f2ae628352200f8f8fd6b91b976f69c3"
80
+ "gitHead": "04460c76008934053c9957c361693aac862ca7dc"
81
81
  }
@@ -24,4 +24,4 @@
24
24
  .map_Layered .data .shape.selected {
25
25
  stroke: red;
26
26
  stroke-width: 1.25px;
27
- }
27
+ }
package/src/GMap.css CHANGED
@@ -1,5 +1,4 @@
1
- .map_GMap {
2
- }
1
+ .map_GMap {}
3
2
 
4
3
  .map_GMap .marker {
5
4
  fill: #656565;
@@ -9,8 +8,14 @@
9
8
 
10
9
  .map_GMap .map_Layered {
11
10
  pointer-events: auto;
12
- cursor:auto;
11
+ cursor: auto;
12
+ }
13
+
14
+ .gm-style img {
15
+ max-width: none;
13
16
  }
14
17
 
15
- .gm-style img { max-width: none; }
16
- .gm-style label { width: auto; display: inline; }
18
+ .gm-style label {
19
+ width: auto;
20
+ display: inline;
21
+ }
package/src/GeoHash.css CHANGED
@@ -12,4 +12,4 @@
12
12
 
13
13
  .map_Layered .map_GeoHash .data.selected.over {
14
14
  stroke: red;
15
- }
15
+ }
package/src/Graph.css CHANGED
@@ -7,4 +7,4 @@
7
7
  .map_Layered .dataEdge {
8
8
  stroke: black;
9
9
  fill: none;
10
- }
10
+ }
package/src/Graticule.css CHANGED
@@ -10,4 +10,4 @@
10
10
  stroke: black;
11
11
  stroke-linejoin: round;
12
12
  stroke-width: 0.25px;
13
- }
13
+ }
package/src/Layered.css CHANGED
@@ -1,9 +1,9 @@
1
1
  .map_Layered .background {
2
- fill: none;
2
+ fill: none;
3
3
  }
4
4
 
5
5
  .map_Layered .raster image {
6
- fill: #B5D0D0
6
+ fill: #B5D0D0
7
7
  }
8
8
 
9
9
  .map_Layered .vector {
@@ -16,4 +16,4 @@
16
16
  fill: none;
17
17
  stroke: red;
18
18
  stroke-linejoin: round;
19
- }
19
+ }
package/src/Lines.css CHANGED
@@ -5,5 +5,5 @@
5
5
 
6
6
  .map_Layered .dataEdge {
7
7
  stroke: black;
8
- fill: none;
9
- }
8
+ fill: none;
9
+ }
@@ -1,5 +1,5 @@
1
1
  .map_OpenStreet .background {
2
- fill: white;
2
+ fill: white;
3
3
  }
4
4
 
5
5
  .map_OpenStreet .graticule {
package/src/Pins.css CHANGED
@@ -1,18 +1,18 @@
1
- .map_Layered .pin > path {
1
+ .map_Layered .pin>path {
2
2
  cursor: pointer;
3
3
  stroke: #000000;
4
4
  }
5
5
 
6
- .map_Layered .pin.selected > path {
6
+ .map_Layered .pin.selected>path {
7
7
  stroke-width: 1px;
8
8
  stroke: red;
9
9
  }
10
10
 
11
- .map_Layered .pin.over > path {
11
+ .map_Layered .pin.over>path {
12
12
  stroke: orange;
13
13
  }
14
14
 
15
- .map_Layered .pin.selected.over > path {
15
+ .map_Layered .pin.selected.over>path {
16
16
  stroke-width: 1px;
17
17
  stroke: red;
18
- }
18
+ }
@@ -1,18 +1,18 @@
1
1
  .cluster-circle {
2
2
  background-clip: padding-box;
3
- font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
3
+ font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
4
4
  }
5
5
 
6
- .cluster-circle > div {
7
- width: 40px;
8
- height: 40px;
6
+ .cluster-circle>div {
7
+ width: 40px;
8
+ height: 40px;
9
9
 
10
- text-align: center;
11
- border-radius: 20px;
10
+ text-align: center;
11
+ border-radius: 20px;
12
12
  }
13
13
 
14
- .cluster-circle > div > div {
15
- display: inline-block;
14
+ .cluster-circle>div>div {
15
+ display: inline-block;
16
16
  margin-top: 5px;
17
17
  width: 30px;
18
18
  height: 30px;
@@ -1,4 +1,4 @@
1
1
  .map_Leaflet .leaflet-container {
2
- background-color:rgba(255,0,0,0.0);
3
- background: rgba(255,0,0,0.0);
2
+ background-color: rgba(255, 0, 0, 0.0);
3
+ background: rgba(255, 0, 0, 0.0);
4
4
  }
@@ -8,13 +8,13 @@
8
8
  text-align: center;
9
9
  font-weight: 700;
10
10
  font-family: monospace;
11
- position:absolute;
12
- -webkit-box-sizing: border-box;
11
+ position: absolute;
12
+ -webkit-box-sizing: border-box;
13
13
  -moz-box-sizing: border-box;
14
14
  box-sizing: border-box;
15
15
  }
16
16
 
17
- .beautify-marker.selected > div {
17
+ .beautify-marker.selected>div {
18
18
  outline: none;
19
19
  border-color: red;
20
20
  box-shadow: 0 0 10px red;
@@ -24,7 +24,8 @@
24
24
  border-radius: 100%;
25
25
  }
26
26
 
27
- .beautify-marker.circle-dot, .beautify-marker.doughnut {
27
+ .beautify-marker.circle-dot,
28
+ .beautify-marker.doughnut {
28
29
  border-radius: 100%;
29
30
  }
30
31
 
@@ -34,11 +35,11 @@
34
35
  border-bottom-left-radius: 100% 50%;
35
36
  border-bottom-right-radius: 0%;
36
37
  /* rotating 45deg clockwise to get the corner bottom center */
37
- transform: rotate(45deg);
38
-
38
+ transform: rotate(45deg);
39
+
39
40
  }
40
41
 
41
- .beautify-marker.marker > * {
42
+ .beautify-marker.marker>* {
42
43
  /* rotating 45deg counterclock to adjust marker content back to normal */
43
44
  transform: rotate(-45deg);
44
- }
45
+ }
@@ -1,3 +1,3 @@
1
1
  g.d3-overlay * {
2
2
  pointer-events: visiblePainted;
3
- }
3
+ }