Opened 13 years ago

Closed 13 years ago

#3358 closed bug (fixed)

WFS-T: insufficient decimal places

Reported by: zicke Owned by: mhugent
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: Data Provider Version: Trunk
Keywords: wfs-t Cc: mhugent
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

Description

When writing back data with WFS-T QGIS only writes 4 decimal places. This is probably due to:

coordString += QString::number( pointIt->x() );

on line 1978 of qgswfsprovider.cpp

In latlon four decimals are insufficient (~ 10 meters).

Change History (2)

comment:1 by mhugent, 13 years ago

Owner: changed from nobody to mhugent

comment:2 by mhugent, 13 years ago

Resolution: fixed
Status: newclosed

Hm, all my wfs datasources are in meters :-) Fixed in r14961

Note: See TracTickets for help on using tickets.