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


Ignore:
Timestamp:
01/19/17 15:41:25 (9 years ago)
Author:
vinicius.campanha
Comment:

--

Legend:

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

    v2 v3  
    6060{ 
    6161  "class": "Legend", 
    62   "bands": integer, 
    6362  "column": string, // optional 
     63  "styles":  Layer[] 
     64   
     65} 
     66}}} 
     67 
     68 
     69Modelo JSON Layer: 
     70{{{ 
     71{ 
     72  "nun_layer": int 
    6473  "colors": COLOR[] 
    6574} 
    6675}}} 
    6776 
     77 
    6878Modelo JSON Cor: 
    6979{{{ 
    7080{ 
    7181  "title": string, 
     82  "value": string, 
    7283  "color": string #Hex representation 
    7384}