https://github.com/dkniffin/3d-map
Demo App using the Berries library, with data from Boulder, CO.
https://github.com/dkniffin/3d-map
Last synced: about 2 months ago
JSON representation
Demo App using the Berries library, with data from Boulder, CO.
- Host: GitHub
- URL: https://github.com/dkniffin/3d-map
- Owner: dkniffin
- Created: 2013-09-27T20:48:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-28T18:33:43.000Z (over 11 years ago)
- Last Synced: 2025-02-10T07:17:17.395Z (4 months ago)
- Language: JavaScript
- Homepage: http://oddityoverseer13.github.io/3D-map/
- Size: 22.6 MB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run the program
==================
1 - Unzip the files somewhere
2 - Open a browser with security settings disabled (See below for details)
3 - Open the index.html (in the root of the unzipped directory) in the browserControls
========
Up arrow - Pan north
Down arrow - Pan south
Left arrow - Pan west
Right arrow - Pan east
Page up - Zoom up (higher elevation)
Page down - Zoom down (lower elevation)
Home - Zoom to max zoom
End - Zoome to min zoom
Ctrl + Up arrow - Rotate pitch up
Ctrl + Down arrow - Rotate pitch down
` (accent) - Open logger windowSecurity settings
=================
The reason security settings need to be disabled is that the web standards say it's insecure to load files from localhost. When this program would be used in a real capacity, it would be hosted on a web server, so this wouldn't be a problem.To disable the setting in chrome, run it with the following flag:
--allow-file-access-from-filesDetails about the project
=========================
See DESCRIPTION.md