MetOffice / qgis-plugin-edr

GNU General Public License v3.0
3 stars 1 forks source link

Trajectory/corridor LINESTRING* needs to be in Upper case #20

Closed MattWardle closed 2 months ago

MattWardle commented 2 months ago

According to EDR Spec,

LINESTRING LINESTRINGZ LINESTRINGM LINESTRINGZM

Needs to be in Upper case. Servers that conform to this are rejecting requests.

JanCaha commented 2 months ago

Does this apply only to LINESTRING or should it affect other types of queries as well?

In general WKT definition should not be size case specific and would be better if the server would handle it without specification of case size.