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


Ignore:
Timestamp:
01/12/17 13:23:51 (9 years ago)
Author:
raphael.costa
Comment:

--

Legend:

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

    v1 v2  
    4343  "dataseries_id"          : ID, 
    4444  "style"                  : "style", 
    45   "maps_server_uri"        : "URI", 
     45  "legend": LEGEND 
    4646  "schedule"               : SCHEDULE 
    4747 
     
    5353  "imageResolutionHeight"   : imageResolutionHeight,   
    5454  "srid"                    : srid 
     55} 
     56}}} 
     57 
     58Modelo JSON da legenda: 
     59{{{ 
     60{ 
     61  "class": "Legend", 
     62  "bands": integer, 
     63  "column": string, // optional 
     64  "colors": COLOR[] 
     65} 
     66}}} 
     67 
     68Modelo JSON Cor: 
     69{{{ 
     70{ 
     71  "title": string, 
     72  "color": string #Hex representation 
    5573} 
    5674}}}