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.
- package/egovamap/egovaglobe.js +5 -1
- package/package.json +1 -1
package/egovamap/egovaglobe.js
CHANGED
|
@@ -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',
|