I would like to see an option to have the scale selection be a dropdown with a list of standard scales, in addition to the input box. Most of our users are familiar with standard scales such as 1 inch = 100 feet and would not know to enter 1:1200. My idea is to add a scales property to the print widget, which if set, will display a dropdown to select a scale from the list of scales. Such as:
scales: [
mapScale: 1200, label: "1 inch = 100 feet",
mapScale: 2400, label: "1 inch = 200 feet"
]
Currently, we developed our own React component with the only major difference being that it displays a select instead of an input. With some enhancements made at 4.30 to the print widget, it would be great if we didn't have to maintain this custom component for a single feature.
Below is a screenshot of the React component that I am working on updating to be like the updated widget at 4.30.
