@hpcc-js/map 2.79.3 → 2.79.5
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/LICENSE +43 -43
- package/README.md +88 -88
- package/TopoJSON/BR.json +122 -122
- package/TopoJSON/GB_idx.json +1 -1
- package/TopoJSON/IE_idx.json +1 -1
- package/TopoJSON/ND_idx.json +1 -1
- package/TopoJSON/countries.json +257 -257
- package/TopoJSON/us-counties.json +16550 -16550
- package/TopoJSON/us-states.json +458 -458
- package/dist/index.es6.js +49 -49
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +49 -49
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +7 -7
- package/src/CanvasPinLayer.ts +99 -99
- package/src/CanvasPins.ts +396 -396
- package/src/Choropleth.css +27 -27
- package/src/Choropleth.ts +195 -195
- package/src/ChoroplethContinents.ts +13 -13
- package/src/ChoroplethCounties.ts +109 -109
- package/src/ChoroplethCountries.ts +100 -100
- package/src/ChoroplethStates.ts +104 -104
- package/src/ChoroplethStatesHeat.ts +8 -8
- package/src/GMap.css +16 -16
- package/src/GMap.ts +879 -879
- package/src/GMapCounties.ts +93 -93
- package/src/GMapGraph.ts +61 -61
- package/src/GMapHeat.ts +27 -27
- package/src/GMapLayered.ts +94 -94
- package/src/GMapPin.ts +115 -115
- package/src/GMapPinLine.ts +125 -125
- package/src/GeoHash.css +15 -15
- package/src/GeoHash.ts +125 -125
- package/src/Graph.css +10 -10
- package/src/Graph.ts +98 -98
- package/src/Graticule.css +13 -13
- package/src/Graticule.ts +90 -90
- package/src/Heat.css +2 -2
- package/src/Heat.ts +82 -82
- package/src/IChoropleth.ts +8 -8
- package/src/Layer.ts +90 -90
- package/src/Layered.css +19 -19
- package/src/Layered.ts +206 -206
- package/src/Lines.css +9 -9
- package/src/Lines.ts +75 -75
- package/src/OpenStreet.css +15 -15
- package/src/OpenStreet.ts +123 -123
- package/src/Pins.css +18 -18
- package/src/Pins.ts +319 -319
- package/src/Projection.ts +42 -42
- package/src/TestHeatMap.ts +8 -8
- package/src/TopoJSONChoropleth.ts +114 -114
- package/src/Utility.ts +482 -482
- package/src/__package__.ts +3 -3
- package/src/index.ts +34 -34
- package/src/leaflet/AlbersPR.ts +48 -48
- package/src/leaflet/Blank.ts +9 -9
- package/src/leaflet/Circles.ts +139 -139
- package/src/leaflet/ClusterCircles.css +26 -26
- package/src/leaflet/ClusterCircles.ts +88 -88
- package/src/leaflet/Countries.ts +43 -43
- package/src/leaflet/DrawLayer.ts +167 -167
- package/src/leaflet/FeatureLayer.ts +138 -138
- package/src/leaflet/GMap.ts +44 -44
- package/src/leaflet/HeatLayer.ts +77 -77
- package/src/leaflet/Icons.ts +60 -60
- package/src/leaflet/Leaflet.css +3 -3
- package/src/leaflet/Leaflet.ts +238 -238
- package/src/leaflet/MapBox.ts +35 -35
- package/src/leaflet/Markers.ts +109 -109
- package/src/leaflet/OpenStreet.ts +27 -27
- package/src/leaflet/Path.ts +138 -138
- package/src/leaflet/Pins.ts +73 -73
- package/src/leaflet/Polygons.ts +113 -113
- package/src/leaflet/Region.ts +138 -138
- package/src/leaflet/Text.ts +99 -99
- package/src/leaflet/TileLayer.ts +81 -81
- package/src/leaflet/TopoJSON.ts +146 -146
- package/src/leaflet/US.ts +15 -15
- package/src/leaflet/USCounties.ts +43 -43
- package/src/leaflet/USStates.ts +41 -41
- package/src/leaflet/World.css +3 -3
- package/src/leaflet/World.ts +171 -171
- package/src/leaflet/index.ts +18 -18
- package/src/test.ts +114 -114
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
var PKG_NAME = "@hpcc-js/map";
|
|
23
|
-
var PKG_VERSION = "2.79.
|
|
24
|
-
var BUILD_VERSION = "2.108.
|
|
23
|
+
var PKG_VERSION = "2.79.5";
|
|
24
|
+
var BUILD_VERSION = "2.108.9";
|
|
25
25
|
|
|
26
26
|
/******************************************************************************
|
|
27
27
|
Copyright (c) Microsoft Corporation.
|
|
@@ -8655,50 +8655,50 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
8655
8655
|
|
|
8656
8656
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
8657
8657
|
// Module
|
|
8658
|
-
___CSS_LOADER_EXPORT___.push([module.id, `/*
|
|
8659
|
-
Leaflet.BeautifyIcon, a plugin that adds colorful iconic markers for Leaflet by giving full control of style to end user, It has also ability to adjust font awesome
|
|
8660
|
-
and glyphicon icons
|
|
8661
|
-
(c) 2016-2017, Muhammad Arslan Sajid
|
|
8662
|
-
http://leafletjs.com
|
|
8663
|
-
*/
|
|
8664
|
-
.beautify-marker {
|
|
8665
|
-
text-align: center;
|
|
8666
|
-
font-weight: 700;
|
|
8667
|
-
font-family: monospace;
|
|
8668
|
-
position:absolute;
|
|
8669
|
-
-webkit-box-sizing: border-box;
|
|
8670
|
-
-moz-box-sizing: border-box;
|
|
8671
|
-
box-sizing: border-box;
|
|
8672
|
-
}
|
|
8673
|
-
|
|
8674
|
-
.beautify-marker.selected > div {
|
|
8675
|
-
outline: none;
|
|
8676
|
-
border-color: red;
|
|
8677
|
-
box-shadow: 0 0 10px red;
|
|
8678
|
-
}
|
|
8679
|
-
|
|
8680
|
-
.beautify-marker.circle {
|
|
8681
|
-
border-radius: 100%;
|
|
8682
|
-
}
|
|
8683
|
-
|
|
8684
|
-
.beautify-marker.circle-dot, .beautify-marker.doughnut {
|
|
8685
|
-
border-radius: 100%;
|
|
8686
|
-
}
|
|
8687
|
-
|
|
8688
|
-
.beautify-marker.marker {
|
|
8689
|
-
border-top-left-radius: 50%;
|
|
8690
|
-
border-top-right-radius: 50% 100%;
|
|
8691
|
-
border-bottom-left-radius: 100% 50%;
|
|
8692
|
-
border-bottom-right-radius: 0%;
|
|
8693
|
-
/* rotating 45deg clockwise to get the corner bottom center */
|
|
8694
|
-
transform: rotate(45deg);
|
|
8695
|
-
|
|
8696
|
-
}
|
|
8697
|
-
|
|
8698
|
-
.beautify-marker.marker > * {
|
|
8699
|
-
/* rotating 45deg counterclock to adjust marker content back to normal */
|
|
8700
|
-
transform: rotate(-45deg);
|
|
8701
|
-
}
|
|
8658
|
+
___CSS_LOADER_EXPORT___.push([module.id, `/*
|
|
8659
|
+
Leaflet.BeautifyIcon, a plugin that adds colorful iconic markers for Leaflet by giving full control of style to end user, It has also ability to adjust font awesome
|
|
8660
|
+
and glyphicon icons
|
|
8661
|
+
(c) 2016-2017, Muhammad Arslan Sajid
|
|
8662
|
+
http://leafletjs.com
|
|
8663
|
+
*/
|
|
8664
|
+
.beautify-marker {
|
|
8665
|
+
text-align: center;
|
|
8666
|
+
font-weight: 700;
|
|
8667
|
+
font-family: monospace;
|
|
8668
|
+
position:absolute;
|
|
8669
|
+
-webkit-box-sizing: border-box;
|
|
8670
|
+
-moz-box-sizing: border-box;
|
|
8671
|
+
box-sizing: border-box;
|
|
8672
|
+
}
|
|
8673
|
+
|
|
8674
|
+
.beautify-marker.selected > div {
|
|
8675
|
+
outline: none;
|
|
8676
|
+
border-color: red;
|
|
8677
|
+
box-shadow: 0 0 10px red;
|
|
8678
|
+
}
|
|
8679
|
+
|
|
8680
|
+
.beautify-marker.circle {
|
|
8681
|
+
border-radius: 100%;
|
|
8682
|
+
}
|
|
8683
|
+
|
|
8684
|
+
.beautify-marker.circle-dot, .beautify-marker.doughnut {
|
|
8685
|
+
border-radius: 100%;
|
|
8686
|
+
}
|
|
8687
|
+
|
|
8688
|
+
.beautify-marker.marker {
|
|
8689
|
+
border-top-left-radius: 50%;
|
|
8690
|
+
border-top-right-radius: 50% 100%;
|
|
8691
|
+
border-bottom-left-radius: 100% 50%;
|
|
8692
|
+
border-bottom-right-radius: 0%;
|
|
8693
|
+
/* rotating 45deg clockwise to get the corner bottom center */
|
|
8694
|
+
transform: rotate(45deg);
|
|
8695
|
+
|
|
8696
|
+
}
|
|
8697
|
+
|
|
8698
|
+
.beautify-marker.marker > * {
|
|
8699
|
+
/* rotating 45deg counterclock to adjust marker content back to normal */
|
|
8700
|
+
transform: rotate(-45deg);
|
|
8701
|
+
}
|
|
8702
8702
|
`, ""]);
|
|
8703
8703
|
// Exports
|
|
8704
8704
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
@@ -8720,9 +8720,9 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|
|
8720
8720
|
|
|
8721
8721
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
8722
8722
|
// Module
|
|
8723
|
-
___CSS_LOADER_EXPORT___.push([module.id, `g.d3-overlay * {
|
|
8724
|
-
pointer-events: visiblePainted;
|
|
8725
|
-
}
|
|
8723
|
+
___CSS_LOADER_EXPORT___.push([module.id, `g.d3-overlay * {
|
|
8724
|
+
pointer-events: visiblePainted;
|
|
8725
|
+
}
|
|
8726
8726
|
`, ""]);
|
|
8727
8727
|
// Exports
|
|
8728
8728
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|