Changes between Version 3 and Version 4 of programmersguide/architecture/services/view
- Timestamp:
- 01/20/17 09:04:41 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
programmersguide/architecture/services/view
v3 v4 42 42 "active" : active, 43 43 "dataseries_id" : ID, 44 "style" : "style",45 44 "legend": LEGEND 46 45 "schedule" : SCHEDULE … … 61 60 "class": "Legend", 62 61 "column": string, // optional 63 "styles": Layer[] 64 65 } 66 }}} 67 68 69 Modelo JSON Layer: 70 {{{ 71 { 72 "nun_layer": int 73 "colors": COLOR[] 62 "band_number": int, // optional 63 "colors": COLOR[], 64 "type": int 74 65 } 75 66 }}}
