Explorar o código

added gml types in TableAjax

Piotr Labudda %!s(int64=9) %!d(string=hai) anos
pai
achega
f7945eb63d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      SE/se-lib/TableAjax.php

+ 3 - 0
SE/se-lib/TableAjax.php

@@ -957,6 +957,9 @@ var p5UI_TableAjax_generateFunctionNode = function(funObj, rowPK, props) {
 						}
 					}(fldName, fieldProps));
 					break;
+				case "gml:PolygonPropertyType":
+				case "gml:LineStringPropertyType":
+				case "gml:PointPropertyType":
 				case "geom":
 					fieldWidget = (function(fldName, fieldProps) {
 						var _fieldName = fldName,