Bug report #3358
WFS-T: insufficient decimal places
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Data Provider | ||
| Affected QGIS version: | Regression?: | No | |
| Operating System: | Debian | Easy fix?: | No |
| Pull Request or Patch supplied: | Resolution: | fixed | |
| Crashes QGIS or corrupts data: | Copied to github as #: | 13418 |
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).
History
#1
Updated by Marco Hugentobler almost 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Hm, all my wfs datasources are in meters :-)
Fixed in