Skip to content

Commit 7a9c676

Browse files
author
caoxinke
committed
fix笔误。
1 parent 2a37f2e commit 7a9c676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OL3/SuperMap/iServer/SpatialAnalystService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ ol.supermap.SpatialAnalystService.prototype._processParams = function (params) {
259259
}
260260
if (params.inputPoints) {
261261
for (var i = 0; i < params.inputPoints.length; i++) {
262-
params.inputPoints[i] = new SuperMap.Geometry.Point(inputPoints[i].flatCoordinates[0], inputPoints[i].flatCoordinates[1]);
262+
params.inputPoints[i] = new SuperMap.Geometry.Point(params.inputPoints[i].flatCoordinates[0], params.inputPoints[i].flatCoordinates[1]);
263263
}
264264
}
265265
if (params.extractRegion) {

0 commit comments

Comments
 (0)