Select to view content in your preferred language

Print Widget - Select Scale from Dropdown

455
1
07-08-2024 10:18 AM
Status: Under Consideration
Labels (1)
Justin_Greco
Frequent Contributor

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.

Justin_Greco_0-1720458870301.png

 

1 Comment
Noah-Sager
Status changed to: Under Consideration