Ecotrust / cogs-priorities

national-scale refuge planning tool
Other
1 stars 1 forks source link

Refactor UTFGrid strategy [3 days] #11

Open perrygeo opened 10 years ago

perrygeo commented 10 years ago

Instead of having a full data array embedded in each utfgrid json file, just keep critical info (name, puid) and grab the full dataset from a lookup table with the puid as the key.

Would need lookup table webservice and ajax fetch. and modification of utfgrid callbacks.

Bonus: this could also help with #8 by just reporting a list of planning units from the server side and constructing the table client side.