geojs 1.14.7 → 1.14.8
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/geo.js +3 -3
- package/geo.lean.js +3 -3
- package/geo.lean.min.js +2 -2
- package/geo.min.js +2 -2
- package/package.json +1 -1
- package/src/webgl/markerFeature.js +1 -1
package/geo.js
CHANGED
|
@@ -22024,7 +22024,7 @@ var _webgl_markerFeature = function webgl_markerFeature(arg) {
|
|
|
22024
22024
|
if (!m_this._primitiveShapeAuto || m_this._primitiveShape !== markerFeature.primitiveShapes.sprite) {
|
|
22025
22025
|
return;
|
|
22026
22026
|
}
|
|
22027
|
-
if (m_this._approximateMaxRadius(zoom) > webglRenderer._maxPointSize) {
|
|
22027
|
+
if (m_this._approximateMaxRadius(zoom) * 2 > webglRenderer._maxPointSize) {
|
|
22028
22028
|
m_this._primitiveShape = markerFeature.primitiveShapes.triangle;
|
|
22029
22029
|
m_this.renderer().contextRenderer().removeActor(m_this.actors()[0]);
|
|
22030
22030
|
m_this._init(true);
|
|
@@ -25740,7 +25740,7 @@ module.exports = svg_tileLayer;
|
|
|
25740
25740
|
* @constant
|
|
25741
25741
|
* @type {string}
|
|
25742
25742
|
*/
|
|
25743
|
-
module.exports = "1.14.
|
|
25743
|
+
module.exports = "1.14.8";
|
|
25744
25744
|
|
|
25745
25745
|
/***/ }),
|
|
25746
25746
|
|
|
@@ -98003,7 +98003,7 @@ var names = ['Sinusoidal', 'sinu'];
|
|
|
98003
98003
|
* @constant
|
|
98004
98004
|
* @type {string}
|
|
98005
98005
|
*/
|
|
98006
|
-
module.exports = "
|
|
98006
|
+
module.exports = "c7f90e9750e6822c1d98a9629742c8cef70b8f59";
|
|
98007
98007
|
|
|
98008
98008
|
/***/ }),
|
|
98009
98009
|
|
package/geo.lean.js
CHANGED
|
@@ -19023,7 +19023,7 @@ var _webgl_markerFeature = function webgl_markerFeature(arg) {
|
|
|
19023
19023
|
if (!m_this._primitiveShapeAuto || m_this._primitiveShape !== markerFeature.primitiveShapes.sprite) {
|
|
19024
19024
|
return;
|
|
19025
19025
|
}
|
|
19026
|
-
if (m_this._approximateMaxRadius(zoom) > webglRenderer._maxPointSize) {
|
|
19026
|
+
if (m_this._approximateMaxRadius(zoom) * 2 > webglRenderer._maxPointSize) {
|
|
19027
19027
|
m_this._primitiveShape = markerFeature.primitiveShapes.triangle;
|
|
19028
19028
|
m_this.renderer().contextRenderer().removeActor(m_this.actors()[0]);
|
|
19029
19029
|
m_this._init(true);
|
|
@@ -22749,7 +22749,7 @@ module.exports = svg_tileLayer;
|
|
|
22749
22749
|
* @constant
|
|
22750
22750
|
* @type {string}
|
|
22751
22751
|
*/
|
|
22752
|
-
module.exports = "1.14.
|
|
22752
|
+
module.exports = "1.14.8";
|
|
22753
22753
|
|
|
22754
22754
|
/***/ }),
|
|
22755
22755
|
|
|
@@ -70189,7 +70189,7 @@ var names = ['Sinusoidal', 'sinu'];
|
|
|
70189
70189
|
* @constant
|
|
70190
70190
|
* @type {string}
|
|
70191
70191
|
*/
|
|
70192
|
-
module.exports = "
|
|
70192
|
+
module.exports = "c7f90e9750e6822c1d98a9629742c8cef70b8f59";
|
|
70193
70193
|
|
|
70194
70194
|
/***/ }),
|
|
70195
70195
|
|