Changes between Version 3 and Version 4 of programmersguide/architecture/services/view


Ignore:
Timestamp:
01/20/17 09:04:41 (9 years ago)
Author:
raphael.costa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • programmersguide/architecture/services/view

    v3 v4  
    4242  "active"                 : active, 
    4343  "dataseries_id"          : ID, 
    44   "style"                  : "style", 
    4544  "legend": LEGEND 
    4645  "schedule"               : SCHEDULE 
     
    6160  "class": "Legend", 
    6261  "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 
    7465} 
    7566}}}