tinyows
tinyows copied to clipboard
gml:posList missing srsDimension or dimension attributes
When trying to use the WFS 1.1.0 output in OpenLayers, I get an error from the OpenLayers GML v3 Format reader when trying to parse a gml:posList element. In looking at the GML output from tinyows, it appears that it is missing an "srsDimension" or "dimension" element. OpenLayers defaults the number of dimensions for each point to 2 if the attribute is missing, which fails for 3 ordinate points.