Changes between Version 41 and Version 42 of Rules/Portuguese-Errors-PT2


Ignore:
Timestamp:
2025-09-01T20:47:52+02:00 (6 months ago)
Author:
RuiM
Comment:

adicionar exceção para crossing=informal sem highway=crossing, de acordo com versão atual da wiki.

Legend:

Unmodified
Added
Removed
Modified
  • Rules/Portuguese-Errors-PT2

    v41 v42  
    584584        throwWarning: tr("PORTUGAL- {0} provavelmente deve ser utilizado como {1}", "{1.key}", "{2.key}");
    585585}
    586 *[crossing][!highway][!railway][inside("PT")] {
    587         throwWarning: tr("PORTUGAL- crossing deve ser utilizado com highway=crossing, railway=crossing ou highway=traffic_signals");
     586/* de acordo com versão atual da wiki (2025-09-01) crossing=informal deve ser usado sem highway=crossing */
     587*[crossing][crossing!=informal][!highway][!railway][inside("PT")] {
     588        throwWarning: tr("PORTUGAL- crossing deve ser utilizado com highway=crossing, railway=crossing ou highway=traffic_signals, exceto quando for crossing=informal");
     589}
     590node[crossing=informal][highway=crossing] {
     591        throwWarning: tr("PORTUGAL- de acordo com a wiki, crossing=informal não deve ter highway=crossing");
    588592}
    589593node[highway =~ /^(give_way|mini_roundabout|stop|turning_circle)$/][name][inside("PT")] {