-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathIE.js
27 lines (25 loc) · 1 KB
/
IE.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
".country": "Ireland",
"70.enabled": true,
"70.problemLink": "W:How_to_label_and_name_roads_(Ireland)#Road_Types",
"71.enabled": true,
"71.problemLink": "W:How_to_label_and_name_roads_(Ireland)#Road_Types",
"72.enabled": true,
"72.problemLink": "W:How_to_label_and_name_roads_(Ireland)#Road_Types",
"160.enabled": true,
"160.problemLink": "W:How_to_label_and_name_roads_(Ireland)#Road_Types",
"160.params": {
"solutionEN": "Rename the street to 'Mxx' or 'Mxx N/S/W/E' or change the road type",
"regexp": "!/^M[0-9]+( [NSWE])?$/",
},
"161.enabled": true,
"161.problemLink": "W:How_to_label_and_name_roads_(Ireland)#Road_Types",
"161.params": {
"solutionEN": "Rename the street to 'Nxx' or 'Nxx Local Name' or change the road type",
"regexp": "!/^N[0-9]+( .*)?$/",
},
"162.enabled": true,
"162.problemLink": "W:How_to_label_and_name_roads_(Ireland)#Road_Types",
"162.params": {
"solutionEN": "Rename the street to 'Rxxx' or 'Rxxx Local Name' or change the road type",
"regexp": "!/^R[0-9]+( .*)?$/",
},