Improvements to pdfExport, small tweaks to the themes

This commit is contained in:
Pieter Vander Vennet 2021-07-29 01:57:45 +02:00
parent 38635ba8b2
commit f946ad38b7
8 changed files with 102 additions and 39 deletions

View file

@ -1108,6 +1108,10 @@
"then": "This is not a cyclestreet."
}
}
},
"2": {
"render": "The carriage width of this road is <strong>{width:carriageway}m</strong>",
"question": "What is the carriage width of this road (in meters)?<br/><span class='subtle'>This is measured from kerb to kerb, including parking lanes</span>"
}
}
},

View file

@ -970,6 +970,10 @@
"then": "Dit is geen fietsstraat"
}
}
},
"2": {
"render": "De breedte van deze rijbaan in deze straat is <strong>{width:carriageway}m</strong>",
"question": "Hoe breed is de rijbaan in deze straat (in meters)?<br/><span class='subtle'>Gemeten van stoepsteen tot stoepsten, inclusief parkeerstroken</span>"
}
}
},