Function 'CreatePolygon' is not applicable to type '{0}' in expression '{1}'. GeoJSON Polygon value is expected with at least 4 points, first and last points must be equal. Example "CreatePolygon(CreatePoint(0.0, 0.0), CreatePoint(10.0, 10.0), CreatePoint(20.0, 20.0), CreatePoint(0.0, 0.0))".
Function 'CreateLineString' is not applicable to type '{0}' in expression '{1}'. GeoJSON LineString value is expected with ...
Function 'CreatePoint' is not applicable to type '{0}' in expression '{1}'. Float value is expected. Example "CreatePoint(0.0,0.0)". ...
Function 'CreatePoint' is not applicable to type '{0}' in expression '{1}'. Numeric value is expected. Example "CreatePoint(0.0, ...
Function 'CreatePolygon' is not applicable to type '{0}' in expression '{1}'. GeoJSON Polygon value is expected with at least ...
Function 'CreatePolygon' is not applicable to type '{0}' in expression '{1}'. GeoJSON Polygon value is expected with at least ...
Function '{0}' has invalid script definition. The body of the script must be a function. Example: function() { }. Found '{1}' ...
Function '{0}' has invalid script definition. The body of the script must be a function. Example: function() { }. Found '{1}' ...
Function '{0}' is either not supported or not usable in this context. Note that aggregate functions must be used with a 'group ...
Function '{0}' is either not supported or not usable in this context. Note that aggregate functions must be used with a GROUP ...