Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.76 KB | None | 0 0
  1.         {
  2.           "qid": "legend-mask",
  3.           "tag": "rect",
  4.           "attributes": {
  5.             "fill": "white",
  6.             "width": "46px",
  7.             "height": "220px",
  8.             "rx": "3"
  9.           }
  10.         },
  11.         {
  12.           "layer_type": "legend",
  13.           "x": 10,
  14.           "y": 30,
  15.           "dx": 0,
  16.           "dy": 14,
  17.           "isobands": "json:isobands/temperature_3.json",
  18.           "symbols": {
  19.             "css": "isobands/temperature_3.css",
  20.             "symbol": "rect",
  21.             "attributes": {}
  22.           },
  23.           "labels": {
  24.             "type": "lolimit",
  25.             "dx": 18,
  26.             "dy": 16,
  27.             "attributes": {
  28.               "font-size": "10px"
  29.             }
  30.           }
  31.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement