mikegough / 3D-Landscape-Simulator

A web based ST-Sim application with 3D visualization.
0 stars 1 forks source link

Send zonal lookup information along with the request #25

Closed TaylorMutch closed 7 years ago

TaylorMutch commented 7 years ago

Every request hurts, and doing callback after callback means you should probably send more info to the front. For Landfire, we have an extra lookup that we do based on a different column in the description lookup. We should just send along any lookup information that goes with a given vegetation type to the frontend so that we can more easily parse out what 3D models go with each vegetation/strata.

TaylorMutch commented 7 years ago

Done!