Description
The request is to enhance the current MapStore print to allow printing maps by freely setting the scale factor from the preview panel, entering the desired value.
It should be possible to set in config.yml the configuration disableScaleLocking: true. This allows the client to do requests with any scale value. The scale values have to be anyway set in config.yml, but with this setting, a request with a different scale will not fail.
We should:
What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
In order to properly document the functionality and make it consistent with the docuemntation we will:
- add a new property named
editScale = true by default (as well as useFixedScales is = false, that implies that by default disableScaleLocking=true.
- on documentation of the plugin, let's improve
useFixedScales doc, saying that if disableScaleLocking = false, useFixedScales must be true, (so we don't have errors because of scale not allowed)
- on the new property doc
editScale we say also that if disableScaleLocking = false, editScale must be false (so we don't have errors because of scale not allowed)
Description
The request is to enhance the current MapStore print to allow printing maps by freely setting the scale factor from the preview panel, entering the desired value.
It should be possible to set in
config.ymlthe configurationdisableScaleLocking: true. This allows the client to do requests with any scale value. The scale values have to be anyway set inconfig.yml, but with this setting, a request with a different scale will not fail.We should:
disableScaleLockingis set to false on theconfig.ymlside (a proper documentation shoudl be indeed included in the JS doc of the plugin)What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
In order to properly document the functionality and make it consistent with the docuemntation we will:
editScale= true by default (as well asuseFixedScalesis = false, that implies that by defaultdisableScaleLocking=true.useFixedScalesdoc, saying that ifdisableScaleLocking= false,useFixedScalesmust be true, (so we don't have errors because of scale not allowed)editScalewe say also that ifdisableScaleLocking= false,editScalemust be false (so we don't have errors because of scale not allowed)