Explorar el Código

added gml types in TableAjax

Piotr Labudda hace 9 años
padre
commit
f7945eb63d
Se han modificado 1 ficheros con 3 adiciones y 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,