YaleDHLab / gathering-a-building

Tracing Yale University's campus architecture
http://gatheringabuilding.yale.edu
MIT License
2 stars 2 forks source link

Identify buildings from each year to display in vector overlays #27

Closed duhaime closed 7 years ago

duhaime commented 8 years ago

using a json mapping from years to arrays of building ids:

{ "1821": [291, 292], "1997": [1,2,3] }

duhaime commented 7 years ago

This is done