Changes between Initial Version and Version 1 of Ticket #455
- Timestamp:
- 06/15/12 12:35:53 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #455
- Property Keywords bis-1.6.0 added
- Property Milestone Future → 1.6.0
- Property Owner set to
- Property Priority major → critical
- Property Summary GeoExtPrintForm - always send rotation → GeoExtPrintForm - send all fields
-
Ticket #455 – Description
initial v1 1 1 '''Issue''' 2 2 3 To be able to use the rotation parameter in the config.yaml file, it must be in the spec sent. In the !GeoExtPrintForm widget, when using the noRotationField option, the rotation parameter isn't added to the spec, thus resulting in MapFishPrint throwing an error about it missing. 3 When not using some form fields by using the according option, for example "noRotationField", then the field is not created, thus resulting in having no "rotation" added in the spec sent. 4 5 If a config.yaml uses "rotation", MapFishPrint would throw an error about the missing field. 4 6 5 7 '''Solution''' 6 8 7 Make sure it's always added to the spec with 0 as default value.9 All fields must always be created, but hidden if not used. That way, they'll always be send in the spec.