You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: