Opened 13 years ago

Closed 13 years ago

#837 closed defect (worksforme)

function getAvailableWfsForGeom(geom, wfsConf) does not check for gml:MultiPolygonPropertyType and other element_types gml:* (with GeoServer 2.1.0)

Reported by: astrid_emde Owned by: astrid_emde
Priority: major Milestone: 2.7.2 release
Component: wfs Version: 2.7.1
Keywords: Cc:

Description (last modified by astrid_emde)

  • javascripts/mod_digitize_tab.php

in function getAvailableWfsForGeom(geom, wfsConf) we check which wfs-configuration fits to the geom.

  • we check for element_type: MultiPolygonPropertyType
  • but with GeoServwer 2.1.0 we get gml:MultiPolygonPropertyType where the namespace is part of the element_type.
  • we could either add gml: option to the function function getAvailableWfsForGeom(geom, wfsConf) or check whether the namespace should be part the of definition of element_type
wfsConf[attr]['element'][elementIndex]['element_type'] == 'gml:MultiPolygonPropertyType'

Change History (2)

comment:1 by astrid_emde, 13 years ago

Description: modified (diff)

comment:2 by verenadiewald, 13 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.