Changeset 25277 in main
- Timestamp:
- 05/21/22 08:57:44 (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/json/leaflet/DEFAULT.json
r23267 r25277 251 251 ,"choroplethControl": 252 252 { 253 "dataClasses": 254 { 255 "type": 256 { 257 "value": "StaticValues" 258 ,"selections": 259 { 260 "StaticValues": {"title": "Static Ranking", "description": "Grouped by list of static values"} 261 } 262 } 263 264 // These values are typically built by the code when a map is created. 265 // When the type is StaticValues then the code does not process for 266 // range values and uses whatever is specified below. As such this 267 // array needs to be fully populated with the approriate start and 268 // end values. 269 // NOTE: the first [0]th def is not used BUT is required for 1 based 270 // indexing so always populate starting with the 2nd entry set. 271 ,"rangeValues": 272 [ 273 { 274 "startValue": 0 275 ,"endValue": 0 276 ,"startValueTitle": "N/A" 277 ,"endValueTitle": "N/A" 278 } 279 ,{ 280 "startValue": 1 281 ,"endValue": 1 282 ,"startValueTitle": "1" 283 ,"endValueTitle": "" 284 } 285 ,{ 286 "startValue": 2 287 ,"endValue": 2 288 ,"startValueTitle": "2" 289 ,"endValueTitle": "" 290 } 291 ,{ 292 "startValue": 3 293 ,"endValue": 3 294 ,"startValueTitle": "3" 295 ,"endValueTitle": "" 296 } 297 ,{ 298 "startValue": 4 299 ,"endValue": 4 300 ,"startValueTitle": "4" 301 ,"endValueTitle": "" 302 } 303 ] 304 305 } 306 ,"areaColor": 307 [ 308 ["black"] 309 ,["transparent", "#48A67E"] 310 ,["transparent", "#48A67E", "#FFDE78"] 311 ,["transparent", "#48A67E", "#FFDE78", "#f28e14"] 312 ,["transparent", "#ADEDA2", "#F6F29B", "#FFBB71", "#F6727A"] 253 "areaColor": 254 [ 255 ["black"] 256 ,["transparent", "#FFFFCD"] 257 ,["transparent", "#FFFFCD", "#0054a0"] 258 ,["transparent", "#FFFFCD", "#009bbb", "#0054a0"] 259 ,["transparent", "#FFFFCD", "#5ec1b9", "#0078b1", "#0054a0"] 260 ,["white", "#FFFFCD", "#81d2b2", "#009bbb", "#0067aa", "#0C2C83"] 261 ,["transparent", "#FFFFCD", "#81d2b2", "#009bbb", "#0078b1", "#0054a0", "#0C2C83"] 262 ,["transparent", "#FFFFCD", "#b0e2b9", "#5ec1b9", "#009bbb", "#0078b1", "#0054a0", "#0C2C83"] 313 263 ] 314 264 }
Note: See TracChangeset
for help on using the changeset viewer.