We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a37f2e commit 7a9c676Copy full SHA for 7a9c676
src/OL3/SuperMap/iServer/SpatialAnalystService.js
@@ -259,7 +259,7 @@ ol.supermap.SpatialAnalystService.prototype._processParams = function (params) {
259
}
260
if (params.inputPoints) {
261
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]);
+ params.inputPoints[i] = new SuperMap.Geometry.Point(params.inputPoints[i].flatCoordinates[0], params.inputPoints[i].flatCoordinates[1]);
263
264
265
if (params.extractRegion) {
0 commit comments