Ignore:
Timestamp:
2020-11-24T07:29:28+01:00 (4 years ago)
Author:
GerdP
Message:

fix #19465: Make "Overlapping ways" less aggressive

  • new preference overlapping-ways.ignore-layer with default false
  • new preference overlapping-ways.only-known-linear with default true
  • new message texts
  • improved list in method hasAreaTags(). Probably many more candidates could be added.
  • still produces info message Ways share segment when overlapping-ways.only-known-linear is changed to false. I tend to think that this test can be removed. It's kind of a mop up message for ways which are not clearly linear or area.
  • fix typo in TestError javadoc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/TestError.java

    r17261 r17350  
    106106         * Sets the error message.
    107107         *
    108          * @param message The the message of this error group
     108         * @param message The message of this error group
    109109         * @param marktrDescription The {@linkplain I18n#marktr prepared for i18n} description of this error
    110110         * @param args The description arguments to be applied in {@link I18n#tr(String, Object...)}
Note: See TracChangeset for help on using the changeset viewer.