Changes between Version 2 and Version 3 of programmersguide/architecture/services/view
- Timestamp:
- 01/19/17 15:41:25 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
programmersguide/architecture/services/view
v2 v3 60 60 { 61 61 "class": "Legend", 62 "bands": integer,63 62 "column": string, // optional 63 "styles": Layer[] 64 65 } 66 }}} 67 68 69 Modelo JSON Layer: 70 {{{ 71 { 72 "nun_layer": int 64 73 "colors": COLOR[] 65 74 } 66 75 }}} 67 76 77 68 78 Modelo JSON Cor: 69 79 {{{ 70 80 { 71 81 "title": string, 82 "value": string, 72 83 "color": string #Hex representation 73 84 }
