https://github.com/ralucanicola/zurich-map
A 3D map of old Zurich in Photos
https://github.com/ralucanicola/zurich-map
3d arcgis-js-api cartography open-data typescript
Last synced: 3 months ago
JSON representation
A 3D map of old Zurich in Photos
- Host: GitHub
- URL: https://github.com/ralucanicola/zurich-map
- Owner: RalucaNicola
- License: apache-2.0
- Created: 2019-04-09T08:17:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T20:45:29.000Z (about 2 years ago)
- Last Synced: 2025-01-29T09:24:54.644Z (5 months ago)
- Topics: 3d, arcgis-js-api, cartography, open-data, typescript
- Language: JavaScript
- Homepage: https://ralucanicola.github.io/zurich-map/
- Size: 2.47 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Old Zurich in Photos
[](https://ralucanicola.github.io/zurich-map/)
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](https://creativecommons.org/publicdomain/zero/1.0/)
by the city of Zurich. Water and street data: © OpenStreetMap contributors under the [Open Database License](http://opendatacommons.org/licenses/odbl/1.0/). The data was processed and published with
[ArcGIS Pro](https://pro.arcgis.com/en/pro-app/). The map was built with [ArcGIS API for JavaScript](https://developers.arcgis.com/javascript/).## Usage
1. Clone the repo and `npm install` dependencies
2. Remove ref to this repo: `rm -rf .git`
3. `npm run dev` to compile `src/js/*.ts` and `src/css/*.sccs` files in the same folder and watch for changes
4. launch `index.html` in your browser of choice.
5. `npm run lint` to run [TSLint](https://github.com/palantir/tslint) on TypeScript files.