Closed schenardi closed 7 years ago
Allow queries based on tables. Currently, the QueryController.js gives an error when trying to transform non existing geometries in the function:
ct_when(this._coordinateTransformer.transform(geometries, wkid), function (transformedGeometries) { ...}
Fixed in https://github.com/conterra/mapapps-query-builder/releases/tag/3.2.4
Allow queries based on tables. Currently, the QueryController.js gives an error when trying to transform non existing geometries in the function: