Changes between Version 1 and Version 2 of programmersguide/architecture/services/view
- Timestamp:
- 01/12/17 13:23:51 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
programmersguide/architecture/services/view
v1 v2 43 43 "dataseries_id" : ID, 44 44 "style" : "style", 45 " maps_server_uri" : "URI",45 "legend": LEGEND 46 46 "schedule" : SCHEDULE 47 47 … … 53 53 "imageResolutionHeight" : imageResolutionHeight, 54 54 "srid" : srid 55 } 56 }}} 57 58 Modelo JSON da legenda: 59 {{{ 60 { 61 "class": "Legend", 62 "bands": integer, 63 "column": string, // optional 64 "colors": COLOR[] 65 } 66 }}} 67 68 Modelo JSON Cor: 69 {{{ 70 { 71 "title": string, 72 "color": string #Hex representation 55 73 } 56 74 }}}
