Old Zurich in Photos is a 3D interactive map where people can explore old photographs Zurich. The target audience is basically anybody who is interested in this topic and who wants to see what Zurich looked like in the past.
The images are subject to the conditions of use of the source platforms where the digital copies are accessible. See the source of each image for more information. The buildings are released under CC0 by the city of Zurich. Water and street data: © OpenStreetMap contributors under the Open Database License. The data was processed and published with ArcGIS Pro. The map was built with ArcGIS API for JavaScript.
- Clone the repo and
npm install
dependencies - Remove ref to this repo:
rm -rf .git
npm run dev
to compilesrc/js/*.ts
andsrc/css/*.sccs
files in the same folder and watch for changes- launch
index.html
in your browser of choice. npm run lint
to run TSLint on TypeScript files.