浏览代码

added gml types in TableAjax

Piotr Labudda 9 年之前
父节点
当前提交
f7945eb63d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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,