Opened 12 years ago

Closed 12 years ago

#452 closed enhancement (fixed)

GeoExtPrintForm - map overview

Reported by: adube Owned by:
Priority: major Milestone: 1.6.0
Component: widgets Version: trunk
Keywords: bis-1.6.0 Cc:

Description

Add support for a map overview produced by the GeoExtPrintForm widget. Make all required developments and produce a new sample demonstrating it.

Change History (3)

comment:1 by adube, 12 years ago

First, add the new OverviewMap widget (#452), then use it to send the according overviewLayers in specs.

comment:2 by adube, 12 years ago

Please, read #462 in the above.

comment:3 by adube, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r1404,

It is not currently supported to include/exclude the overview map using a single layout in the MapFishPrint config file (.yaml). So, the checkbox to include it is checked and hidden by default. It is only added if a OverviewMap widget is included.

New features :

  • GeoExtPrintForm new options :
    • noOverviewMap - to hide/show the checkbox, defaults to true
    • defaultOverviewMapChecked - to initialize the checkbox checked or not, defaults to true
  • GeoExtPrintForm new class : org.GeoPrisma.form.IncludeOverviewMap
  • MapFishPrint proxy updated to support both 'layers' and 'overviewLayers' when getting resources and layers (and to validate them)
  • documentation
  • sample updated
  • i18n
Note: See TracTickets for help on using tickets.