CityScope / CS_cityscopeJS

Create, design, and publish @CityScope projects on the web
https://cityscope.media.mit.edu/CS_cityscopeJS/
GNU General Public License v3.0
20 stars 16 forks source link

Grid data mixes strings and integers #14

Closed doorleyr closed 5 years ago

doorleyr commented 5 years ago

The grid data for Corktown currently has a mixture of strings and ints. eg. [[1,0, ["1", 0]....] https://cityio.media.mit.edu/api/table/corktown/grid

This is likely because the new FE interaction sends strings whereas the scanner sends ints.