Changes between Initial Version and Version 1 of Ticket #18248
- Timestamp:
- 2019-10-22T22:12:25+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18248
- Property Cc removed
- Property Milestone → 19.10
- Property Owner changed from to
- Property Type enhancement → defect
-
Ticket #18248 – Description
initial v1 1 r15419 added a maximum value for simplify-way.max-error which is 100. 2 I suggest to raise it to 10000, because e.g. to simplify the shapes for wiki:/Maps/Croatia?action=diff&version=15 (where one had 3338! nodes) I needed a simplify-way.max-error of 2000. I did it this way: 1 r15419 added a maximum value for `simplify-way.max-error` which is 100. 2 I suggest to raise it to 10000, because e.g. to simplify the shapes for wiki:/Maps/Croatia?action=diff&version=15 (where one had 3338! nodes) I needed a `simplify-way.max-error` of 2000. I did it this way: 3 3 4 4 … … 21 21 One open point with this change is when you type values >10000 it corrects them to 100 instead to 10000, I don't know where to fix that. 22 22 23 Another thing is if you add a larger simplify-way.max-error value directly in the preferences you get an exception. Not sure if that should be catched. 23 Another thing is if you add a larger `simplify-way.max-error` value directly in the preferences you get an exception. Not sure if that should be catched.


