Bug report #11506
WFS server: artifacts whe precision= 0 decimals
Status: | Feedback | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | QGIS Server | ||
Affected QGIS version: | 3.4.5 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 19776 |
Description
If setting WFS decimals to 0 for a layer, the LizMap zoom to layer returns artifacts (lines pointing down to nowhere).
History
#1 Updated by Paolo Cavallini about 10 years ago
- File wfs_0_decimals.png added
See the attached images: the correct one is with Project properties > OWS server > WFS server precision 8, the wrong one is with precision 0.
All rest equal.
#2 Updated by Paolo Cavallini about 10 years ago
- File wfs_8_decimals.png added
#3 Updated by Regis Haubourg over 9 years ago
confirmed here!
#4 Updated by Giovanni Manghi over 7 years ago
- Regression? set to No
- Easy fix? set to No
#5 Updated by Paolo Cavallini over 6 years ago
- Status changed from Open to Feedback
I don't have currently a working QGIS 3 server at hand. Régis, could you please test?
Thanks.
#6 Updated by Giovanni Manghi over 6 years ago
- Status changed from Feedback to Open
#7 Updated by Giovanni Manghi over 5 years ago
- Resolution set to end of life
- Status changed from Open to Closed
End of life notice: QGIS 2.18 LTR
Source:
http://blog.qgis.org/2019/03/09/end-of-life-notice-qgis-2-18-ltr/
#8 Updated by Paolo Cavallini over 5 years ago
- Status changed from Closed to Feedback
- Affected QGIS version changed from master to 3.4.5
- Resolution deleted (
end of life)
#9 Updated by Regis Haubourg over 5 years ago
Hi Paolo,
I don't have either a working WFS right now. That would be neat to use make the OGC testing instances permanent and well advertised. I'll ask Paul about this.
About the precision issue, isn't it that your data is in WGS84 and that asking for a precision of 0 leads to severely truncated geometries ? If right, this is not an issue I think
#10 Updated by Paolo Cavallini over 5 years ago
Project in 3857, data in 3003.
Thanks.