Lane Aasen
Lane Aasen
Quicklinks were removed in #480 simply because I didn't want to deal with them during the refactor. I'm not sure how useful they are, but I will restore them if...
Townships are included in [ODN Entities dataset](https://odn.data.socrata.com/dataset/ODN-Entities/6gkm-yf7x) for Michigan, but they aren't referenced by any of the Michigan datasets so we don't have any data to render a page with....
For example: https://opendatanetwork-staging.herokuapp.com/entity/0400000US53/Washington/health.health_indicators? Not sure how we should fix this. @zang0 @ToshMeston
The 2014 American Community Survey has been published and I would like to bring the data into the platform. Planning document including the variables that we want (see Variables sheet):...
The "Compare this Data" search box is powered by this [dataset](https://odn.data.socrata.com/view/wgfp-s88z). It will need to be updated when each new dataset is added.
Currently, each VBO contains only 2 polygons, which causes terrible performance.
Something besides greyscale. - [ ] learn how to load textures - [ ] learn how to [texture with drawArrays](http://www.lwjgl.org/wiki/index.php?title=The_Quad_textured)
While writing unit tests for Noise1D, I noticed that it's full of collisions. Running it 2^20 (about one million) times results in over 30,000 collisions. This probably won't affect gameplay...