Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. title: !string
  2. default: ""
  3. mapUnits: !string
  4. default: "m"
  5. scalebar: !scalebar
  6. width: 180
  7. height: 31
  8. createSubReport: false
  9. default:
  10. backgroundColor: "rgba(255, 255, 255, 0)"
  11. unit: ${mapUnits}
  12. geodetic: true
  13. fontSize: 8
  14. barSize: 8
  15. padding: 5
  16. intervals: 2
  17. align: center
  18. type: line
  19.  
  20. {
  21. "layout": "A4 Landscape",
  22. "outputFormat": "pdf",
  23. "attributes": {
  24. "mapUnits": "ft",
  25. "title": "My Map",
  26. "map": {
  27. "bbox": [-1910349.8815163244, 6214452.698830085, 1205906.228840141, 8182614.4527394315],
  28. "dpi": 150,
  29. "layers": [/*layer config*/]
  30. }
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement