Advertisement
Guest User

Untitled

a guest
May 12th, 2013
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. #===========================================================================
  2. dpis: [254, 190, 127]
  3.  
  4. #===========================================================================
  5. # the allowed scales
  6. #===========================================================================
  7. scales:
  8. - 2500
  9. - 5000
  10. - 10000
  11. - 25000
  12. - 50000
  13. - 100000
  14.  
  15. #===========================================================================
  16. # the list of allowed hosts
  17. #===========================================================================
  18. hosts:
  19. - !localMatch
  20. dummy: true
  21. - !dnsMatch
  22. host: localhost
  23. port: 80
  24. - !dnsMatch
  25. host: tile.openstreetmap.org
  26. port: 80
  27.  
  28. #===========================================================================
  29. # the list of custom fonts
  30. #===========================================================================
  31. fonts:
  32. - /usr/share/fonts/truetype/freefont/FreeSans.ttf
  33.  
  34. layouts:
  35. #===========================================================================
  36. A4 portrait:
  37. #===========================================================================
  38. metaData:
  39. title: '${title}'
  40.  
  41. #-------------------------------------------------------------------------
  42. mainPage:
  43. pageSize: A4
  44. rotation: true
  45. header:
  46. height: 50
  47. items:
  48. - !text
  49. font: Helvetica
  50. fontSize: 10
  51. align: right
  52. text: '${title}'
  53. items:
  54. - !map
  55. spacingAfter: 30
  56. width: 440
  57. height: 620
  58. - !text
  59. text: '${comment}'
  60. spacingAfter: 30
  61. - !text
  62. font: Helvetica
  63. fontSize: 10
  64. align: center
  65. text: 'Comment on the map'
  66. spacingAfter: 10
  67. - !text
  68. font: Helvetica
  69. fontSize: 10
  70. align: center
  71. text: 'Comment on the map'
  72. spacingAfter: 10
  73. - !text
  74. font: FreeSans
  75. fontSize: 10
  76. #fontEncoding: Identity-H
  77. align: center
  78. text: 'Ελληνικά'
  79. spacingAfter: 10
  80. - !text
  81. font: Helvetica
  82. fontSize: 10
  83. align: right
  84. text: '1:${scale} ${now MM.dd.yyyy}'
  85. footer: *commonFooter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement