<div dir="ltr"><div><br></div><div>Hi all,</div><div><br></div><div>I have a MapServer WMS that is returning GML query results, and all works well except that non-integer numeric fields are returning in scientific notation, eg.:</div><div><br>                     <USER>4.86010000000e+02</USER><br>                    <USAGE>1100</USAGE><br>                       <LATITUDE>3.58893542070e+01</LATITUDE><br>                    <LONGITUDE>-1.20962789560e+02</LONGITUDE><br>                 <SIZE>7.50000000000e-01</SIZE></div><div><br></div><div>I see there is a metadata setting "<strong>gml_[item name]_precision</strong>" [1] that should allow specifying precision of these fields, but it seems it is not intended for GML output. Is this correct?</div><div><br></div><div>For example I tried setting this for the SIZE field:</div><div><br></div><div>                 'gml_SIZE_type' 'Real'<br>                        'gml_SIZE_precision' '2'</div><div><br></div><div>but this had no effect on the GML output:</div><div><br></div><div><SIZE>7.50000000000e-01</SIZE></div><div><br></div><div>Is there another way that I can accomplish better output from this service? The source data format is a shapefile, and unlikely to change in this case.<br></div><div><br></div><div>thanks for any suggestions,</div><div><br></div><div>Tanya<br></div><div><br></div><div>[1] <a href="https://mapserver.org/ogc/wfs_server.html">https://mapserver.org/ogc/wfs_server.html</a></div></div>