Changes between Initial Version and Version 1 of Ticket #455


Ignore:
Timestamp:
Jun 15, 2012, 12:35:53 PM (12 years ago)
Author:
adube
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #455

    • Property Summary GeoExtPrintForm - always send rotationGeoExtPrintForm - send all fields
    • Property Priority majorcritical
    • Property Keywords bis-1.6.0 added
    • Property Milestone Future1.6.0
    • Property Owner set to adube
  • Ticket #455 – Description

    initial v1  
    11'''Issue'''
    22
    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.
     3When 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
     5If a config.yaml uses "rotation", MapFishPrint would throw an error about the missing field.
    46
    57'''Solution'''
    68
    7 Make sure it's always added to the spec with 0 as default value.
     9All fields must always be created, but hidden if not used.  That way, they'll always be send in the spec.