@@ -51,8 +51,8 @@ def init(self, logger):
51
51
detail = T_ (
52
52
'''A speed limit type is given in `maxspeed:type` or `source:maxspeed`, but no speed limit is set in `maxspeed`.''' ),
53
53
fix = T_ (
54
- '''Set `maxspeed` and `maxspeed:type` or `source:maxspeed` (but not both) as appropriate.
55
- For a list of values, see table 'valid_maxspeed_types' in the source code below .''' ),
54
+ '''Set `maxspeed` and either `maxspeed:type` or `source:maxspeed` as appropriate. For a list of values,
55
+ see [Implicit maxspeed values](https://wiki.openstreetmap.org/wiki/Key:maxspeed#Implicit_maxspeed_values) .''' ),
56
56
trap = T_ (
57
57
'''Do not just add a `maxspeed` value suitable for the type. The type may be incorrect too!
58
58
Always check `highway`, all other tags related to speed and verify on the ground.''' ),
@@ -63,8 +63,8 @@ def init(self, logger):
63
63
detail = T_ (
64
64
'''The speed limit in `maxspeed` must be either numeric or `walk`. Do not specify a unit, km/h is the default.''' ),
65
65
fix = T_ (
66
- '''Set `maxspeed` as appropriate and set speed limit type in `maxspeed:type` or `source:maxspeed` (but not both).
67
- For a list of values, see table 'valid_maxspeed_types' in the source code below .''' ),
66
+ '''Set `maxspeed` as appropriate and set speed limit type in either `maxspeed:type` or `source:maxspeed`. For a list of values,
67
+ see [Implicit maxspeed values](https://wiki.openstreetmap.org/wiki/Key:maxspeed#Implicit_maxspeed_values) .''' ),
68
68
trap = T_ (
69
69
'''If a speed limit type (e.g. `AT:*`) is set in `maxspeed`, do not assume it's correct!
70
70
Always check `highway`, all other tags related to speed and verify on the ground.''' ),
@@ -90,7 +90,7 @@ def init(self, logger):
90
90
'''The speed limit type in `maxspeed:type` or `source:maxspeed` is not valid.''' ),
91
91
fix = T_ (
92
92
'''Set the appropriate speed limit type. For a list of values,
93
- see the table 'valid_maxspeed_types' in the source code below. ''' ),
93
+ see [Implicit maxspeed values](https://wiki.openstreetmap.org/wiki/Key:maxspeed#Implicit_maxspeed_values) ''' ),
94
94
trap = T_ (
95
95
'''Do not assume any of the data present is correct!
96
96
Always check `highway`, all other tags related to speed and verify on the ground.''' ),
@@ -99,11 +99,11 @@ def init(self, logger):
99
99
self .errors [5 ] = self .def_class (item = 3032 , level = 2 , tags = ['maxspeed' ],
100
100
title = T_ ('Multiple speed limit types' ),
101
101
detail = T_ (
102
- '''`maxspeed:type` and `source:maxspeed` are both set. This may cause confusion for mappers and data consumers,
103
- especially if the values are different.''' ),
102
+ '''`maxspeed:type` and `source:maxspeed` are both set. This may cause confusion for mappers and data consumers
103
+ if the values are different.''' ),
104
104
fix = T_ (
105
- '''Set either `maxspeed:type` or `source:maxspeed` (but not both) . For a list of values,
106
- see table 'valid_maxspeed_types' in the source code below .''' ),
105
+ '''Set either `maxspeed:type` or `source:maxspeed`. For a list of values,
106
+ see [Implicit maxspeed values](https://wiki.openstreetmap.org/wiki/Key:maxspeed#Implicit_maxspeed_values) .''' ),
107
107
trap = T_ (
108
108
'''Do not assume any of the data present is correct!
109
109
Always check `highway`, all other tags related to speed and verify on the ground.''' ),
@@ -114,8 +114,8 @@ def init(self, logger):
114
114
detail = T_ (
115
115
'''The speed limit in `maxspeed` is not consistent with the speed limit type in `maxspeed:type` or `source:maxspeed`.''' ),
116
116
fix = T_ (
117
- '''Set `maxspeed` and/or `maxspeed:type`/ `source:maxspeed` (but not both) as appropriate. For a list of values,
118
- see table 'valid_maxspeed_types' in the source code below .''' ),
117
+ '''Adjust `maxspeed`, `maxspeed:type` or `source:maxspeed` as appropriate. For a list of values,
118
+ see [Implicit maxspeed values](https://wiki.openstreetmap.org/wiki/Key:maxspeed#Implicit_maxspeed_values) .''' ),
119
119
trap = T_ (
120
120
'''Do not assume any of the data present is correct!
121
121
Always check `highway`, all other tags related to speed and verify on the ground.''' ),
0 commit comments