Changeset 3801
- Timestamp:
- 06/21/11 16:20:38 (11 months ago)
- Files:
-
- 1 copied
-
sample/trunk/print/config.yaml.in (copied) (copied from sample/trunk/print/config.yaml) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sample/trunk/print/config.yaml.in
r3718 r3801 19 19 dummy: true 20 20 - !dnsMatch 21 host: demo.mapfish.org21 host: ${mapserv_host} 22 22 port: 80 23 23 - !dnsMatch … … 31 31 #=========================================================================== 32 32 metaData: 33 title: '$ {title}'33 title: '$${title}' 34 34 35 35 #------------------------------------------------------------------------- … … 44 44 fontSize: 30 45 45 align: right 46 text: '$ {title}'46 text: '$${title}' 47 47 items: 48 48 - !map … … 51 51 height: 620 52 52 - !text 53 text: '$ {comment}'53 text: '$${comment}' 54 54 spacingAfter: 30 55 55 - !text … … 57 57 fontSize: 9 58 58 align: right 59 text: '1:$ {scale}${now MM.dd.yyyy}'59 text: '1:$${scale} $${now MM.dd.yyyy}' 60 60 footer: *commonFooter
