egovamap 0.35.43 → 0.35.44
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.
|
@@ -2489,11 +2489,6 @@ var EGovaGISMap = function (
|
|
|
2489
2489
|
);
|
|
2490
2490
|
};
|
|
2491
2491
|
|
|
2492
|
-
/*计算多边形的面积*/
|
|
2493
|
-
that.getPolygonArea = function (geometry) {
|
|
2494
|
-
return that.callMap("getPolygonArea", geometry);
|
|
2495
|
-
};
|
|
2496
|
-
|
|
2497
2492
|
/*计算线、面长度,支持线、面格式*/
|
|
2498
2493
|
that.getGeometryLength = function (geometry) {
|
|
2499
2494
|
return that.callMap("getGeometryLength", geometry);
|