feature: Add print to scale - #999
Conversation
|
People can probably assume it by context, but it might be useful to mention in the doc that the configuration is done in the app.js file. Also, is there a way to configure it to just use the Scale to fit/higher/highest settings (i.e. just use the Fit presets)? The only way I see to remove the default presets is to add additional presets. |
Addressed both of these:
|
|
I worry about making the default list too long, but having the full 100, 200, 300, 400, 500, 600 ft = 1in series and 1:6000 would be nice. Thoughts? |
|
The empty array worked for me. I'm indifferent about adding more options, but if we were concerned about the list being too long, we could add them to the example desktop configuration (where it's easier to just remove an entry you don't want) or to the doc. |
|
From the PSC discussion today: List of possible scale defaults (US Local Govt use cases):
|
|
I had a request a while ago for 1 inch = 10 feet (for septic evaluations and permits). I heard back from some Planners and they mentioned 1 inch = 200 ft, and 1 inch = 50ft. |
Adds new scale options to printing. This trades off the with fit-to-box model from before.
c2466fa to
a14f1cd
Compare
|
Updated with new scales and noted docs! |
Adds new scale options to printing. This trades off the with fit-to-box model from before.
This diff did get rather large but it was necessary to fix some old assumptions built into the map component.