فهرست منبع

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,