geojs 1.15.1 → 1.15.2

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 CHANGED
@@ -26491,7 +26491,7 @@ module.exports = svg_tileLayer;
26491
26491
  * @constant
26492
26492
  * @type {string}
26493
26493
  */
26494
- module.exports = "1.15.1";
26494
+ module.exports = "1.15.2";
26495
26495
 
26496
26496
  /***/ }),
26497
26497
 
@@ -84853,7 +84853,8 @@ var _polygonFeature = function polygonFeature(arg) {
84853
84853
  m_lineFeature = m_this.layer().createFeature('line', {
84854
84854
  selectionAPI: false,
84855
84855
  gcs: m_this.gcs(),
84856
- visible: m_this.visible(undefined, true)
84856
+ visible: m_this.visible(undefined, true),
84857
+ dynamicDraw: true
84857
84858
  });
84858
84859
  m_this.dependentFeatures([m_lineFeature]);
84859
84860
  }
@@ -98030,7 +98031,7 @@ module.exports = "/* quadFeature Color fragment shader */\n\nvarying mediump vec
98030
98031
  * @constant
98031
98032
  * @type {string}
98032
98033
  */
98033
- module.exports = "031fc05c42a19c3f13758a862fec39354ac376c9";
98034
+ module.exports = "23dc9d02000c6263f9fa495301f9d457bfb1f89e";
98034
98035
 
98035
98036
  /***/ }),
98036
98037
 
package/geo.lean.js CHANGED
@@ -23500,7 +23500,7 @@ module.exports = svg_tileLayer;
23500
23500
  * @constant
23501
23501
  * @type {string}
23502
23502
  */
23503
- module.exports = "1.15.1";
23503
+ module.exports = "1.15.2";
23504
23504
 
23505
23505
  /***/ }),
23506
23506
 
@@ -57029,7 +57029,8 @@ var _polygonFeature = function polygonFeature(arg) {
57029
57029
  m_lineFeature = m_this.layer().createFeature('line', {
57030
57030
  selectionAPI: false,
57031
57031
  gcs: m_this.gcs(),
57032
- visible: m_this.visible(undefined, true)
57032
+ visible: m_this.visible(undefined, true),
57033
+ dynamicDraw: true
57033
57034
  });
57034
57035
  m_this.dependentFeatures([m_lineFeature]);
57035
57036
  }
@@ -70216,7 +70217,7 @@ module.exports = "/* quadFeature Color fragment shader */\n\nvarying mediump vec
70216
70217
  * @constant
70217
70218
  * @type {string}
70218
70219
  */
70219
- module.exports = "031fc05c42a19c3f13758a862fec39354ac376c9";
70220
+ module.exports = "23dc9d02000c6263f9fa495301f9d457bfb1f89e";
70220
70221
 
70221
70222
  /***/ }),
70222
70223