Sha256: f3c512ced96e48bae87a285667ccb8174481d5ba73fafc041f7969398e10471a

Contents?: true

Size: 1.7 KB

Versions: 62

Compression:

Stored size: 1.7 KB

Contents

#===========================================================================
# allowed DPIs
#===========================================================================
dpis:
  - 254
  - 190
#  - 127
#  - 56

#===========================================================================
# the allowed scales
#===========================================================================
scales:
  - 25000
  - 50000
  - 100000
  - 200000
  - 500000
  - 1000000
  - 2000000
  - 4000000
  - 8000000
  - 16000000
  - 32000000
  - 64000000

#===========================================================================
# the list of allowed hosts
#===========================================================================

hosts:
  - !localMatch
    dummy: true
  - !ipMatch
    ip: demo.mapfish.org
  - !dnsMatch
    host: labs.metacarta.com
    port: 80


layouts:
  #===========================================================================
  A4 portrait:
  #===========================================================================
    mainPage:
      rotation: true
      pageSize: A4
      header:
        height: 50
        items:
          - !text
            font: Helvetica
            fontSize: 30
            align: right
            text: 'hello first print'
      items:
        - !map
          spacingAfter: 30
          width: 440
          height: 483
        - !text
          text: 'blablabla'
          spacingAfter: 30
      footer:
        height: 30
        items:
          - !columns
            items:
              - !text
                backgroundColor: #FF0000
                align: left
                text: little test
              - !text
                align: right
                text: 'Page ${pageNum}'

Version data entries

62 entries across 37 versions & 2 rubygems

Version Path
gb_mapfish_appserver-1.0.6 lib/generators/mapfish/install/templates/print.yml
gb_mapfish_appserver-1.0.6 test/dummy/config/print.yml
gb_mapfish_appserver-1.0.5 lib/generators/mapfish/install/templates/print.yml
gb_mapfish_appserver-1.0.5 test/dummy/config/print.yml
gb_mapfish_appserver-1.0.4 lib/generators/mapfish/install/templates/print.yml
gb_mapfish_appserver-1.0.4 test/dummy/config/print.yml
gb_mapfish_appserver-1.0.3 lib/generators/mapfish/install/templates/print.yml
gb_mapfish_appserver-1.0.3 test/dummy/config/print.yml
gb_mapfish_appserver-1.0.2 lib/generators/mapfish/install/templates/print.yml
gb_mapfish_appserver-1.0.2 test/dummy/config/print.yml
gb_mapfish_appserver-1.0.1 lib/generators/mapfish/install/templates/print.yml
gb_mapfish_appserver-1.0.1 test/dummy/config/print.yml
gb_mapfish_appserver-1.0.0 test/dummy/config/print.yml
gb_mapfish_appserver-1.0.0 lib/generators/mapfish/install/templates/print.yml
gb_mapfish_appserver-0.9.7 test/dummy/config/print.yml
gb_mapfish_appserver-0.9.7 lib/generators/mapfish/install/templates/print.yml
gb_mapfish_appserver-0.9.6 lib/generators/mapfish/install/templates/print.yml
gb_mapfish_appserver-0.9.6 test/dummy/config/print.yml
gb_mapfish_appserver-0.9.5 test/dummy/config/print.yml
gb_mapfish_appserver-0.9.5 lib/generators/mapfish/install/templates/print.yml