egovamap 0.35.30 → 0.35.31

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.
@@ -3804,7 +3804,11 @@ var EGovaGlobeMap = function (
3804
3804
  false
3805
3805
  );
3806
3806
  };
3807
- that.longitudinalSectionalAnalysis = function(){
3807
+ that.longitudinalSectionalAnalysis = function(
3808
+ layerName,
3809
+ data,
3810
+ options
3811
+ ){
3808
3812
  if (scene == null) return;
3809
3813
  scene.fire(
3810
3814
  msgPrefix + ':longitudinalSectionalAnalysis',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.30",
3
+ "version": "0.35.31",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {