kurtjoy / DryVER-Web

1 stars 0 forks source link

NZTABS #16

Open kurtjoy opened 5 years ago

kurtjoy commented 5 years ago

the ability to change the symbology of the points? either by size or colour based on attribute values. In the old version I had the point size change with the concentration of the different elements. Still havent got the final version of this database, but its something to think about

kurtjoy commented 5 years ago

This would aldo be the case for the IMPACT service where there is three or four attributes that could be symbolised

RamizSami commented 5 years ago

@kurtjoy I did some search on this issue and found few options. I think we can use these examples for this issue:

  1. https://developers.arcgis.com/javascript/latest/sample-code/visualization-multivariate-2d/index.html (This one is great as it is symbolizing two quantities at once)
  2. https://developers.arcgis.com/javascript/latest/sample-code/visualization-vv-size/index.html
  3. https://developers.arcgis.com/javascript/latest/sample-code/visualization-vv-color/index.html
  4. https://developers.arcgis.com/javascript/latest/sample-code/visualization-classbreaks/index.html
  5. https://developers.arcgis.com/javascript/latest/sample-code/visualization-vv-opacity/index.html

Please let me know which one is closest to what you think? I think it would be 1 or 2

kurtjoy commented 5 years ago

@RamizSami yep i think i just used a select object to change the attribute in the render settings...It worked okay, but can obviously done nicer. (think #2 is the closest)