We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5435b33 commit c815e68Copy full SHA for c815e68
index.js
@@ -87,6 +87,7 @@ function showToast(text) {
87
map.on('click', onMapClick);
88
89
const profiles = ['EUR_TRAILER_TRUCK', 'EUR_TRUCK_40T', 'EUR_TRUCK_11_99T', 'EUR_TRUCK_7_49T', 'EUR_VAN', 'EUR_CAR',
90
+ 'EUR_TLN_TRUCK_40T', 'EUR_TLN_TRUCK_20T', 'EUR_TLN_TRUCK_11_99T', 'EUR_TLN_VAN',
91
'USA_1_PICKUP', 'USA_5_DELIVERY', 'USA_8_SEMITRAILER_5AXLE', 'AUS_LCV_LIGHT_COMMERCIAL', 'AUS_MR_MEDIUM_RIGID', 'AUS_HR_HEAVY_RIGID',
92
'IMEA_TRUCK_40T', 'IMEA_TRUCK_7_49T', 'IMEA_VAN', 'IMEA_CAR'];
93
0 commit comments