Changes between Initial Version and Version 1 of Ticket #18248


Ignore:
Timestamp:
2019-10-22T22:12:25+02:00 (6 years ago)
Author:
Don-vip
Comment:

@Bjoeni can you please provide a patch for the different issues described here?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18248

    • Property Cc Bjoeni removed
    • Property Milestone19.10
    • Property Owner changed from team to Bjoeni
    • Property Type enhancementdefect
  • 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:
     1r15419 added a maximum value for `simplify-way.max-error` which is 100.
     2I 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:
    33
    44
     
    2121One 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.
    2222
    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.
     23Another 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.