Wykres commitów

590 Commity (dev)

Autor SHA1 Wiadomość Data
Robin Hawkes 8924872221 Added outline todo 2014-03-09 04:29:55 +00:00
Robin Hawkes d8b64cf078 - Upgraded Three.js to r66 (to get THREE.EdgesHelper)
- Changed scene lighting
- Changed materials to look like paper
- Added outlines to objects
2014-03-09 04:25:29 +00:00
Robin Hawkes b3cfb584fe Updated coordinates in readme 2014-02-28 00:51:52 +00:00
Robin Hawkes b7a0479801 Merge pull request #56 from mkeblx/hash-change
Force reload on hash change
2014-02-28 00:45:43 +00:00
Michael Blix cd8401097e added option for enabling controls 2014-02-28 00:38:57 +00:00
Robin Hawkes 341d4829b8 Merge pull request #54 from mkeblx/mouse-orbit
Orbit using middle mouse
2014-02-28 00:30:38 +00:00
Robin Hawkes af771e4153 - Floor is now a circle
- Added option to disable Overpass update on grid move
- Added aeroway tags to Overpass
- Added ability to load Overpass objects that intersect another way (like an aerodrome boundary)
- Stopped initial Overpass requests from blocking main loading
2014-02-28 00:11:57 +00:00
Michael Blix 005610dc7d reload on hashchange 2014-02-27 14:34:42 -05:00
Robin Hawkes a5875435d9 Fix broken build 2014-02-26 23:26:55 +00:00
Robin Hawkes ccba235eb5 Added ms delta to tick update and render 2014-02-26 23:16:16 +00:00
Robin Hawkes 82e8d76466 Removed Heathrow coords from example 2014-02-26 20:44:21 +00:00
Robin Hawkes 028ddb62bd - Turned City.init into a promise
- Added camera pan and orbit caps
- Moved gridUpdated listener into DataOverpass so it's not inherited by all children of Data
- Added aerodrome tag from OSM
- Refined OSM heights
- Expanded the floor
- Added ability to remove objects from the scene
2014-02-26 20:39:27 +00:00
Robin Hawkes 85063378ba Set location to Heathrow Airport 2014-02-26 19:29:08 +00:00
Robin Hawkes 61f03a8d4a Limit to 1 XHR request for now 2014-02-26 19:20:27 +00:00
Michael Blix 7dcd8403a8 orbit using middle mouse 2014-02-26 13:49:51 -05:00
Robin Hawkes d92edcd47f Updated readme with coordinates in URL 2014-02-25 23:05:46 +00:00
Robin Hawkes 8bd29363b0 Merge pull request #53 from mkeblx/url-hash
URL coords
2014-02-25 22:19:04 +00:00
Robin Hawkes 3d11c8d505 Disabled debug in example 2014-02-25 22:12:28 +00:00
Robin Hawkes 309a931307 Added throttling of Overpass API requests (partially implements #39) 2014-02-25 22:11:36 +00:00
Michael Blix 43619e5df6 coords from url hash 2014-02-25 17:03:47 -05:00
Robin Hawkes 62387679fd Merge pull request #51 from dirkk0/patch-1
Added hostname
2014-02-25 21:03:17 +00:00
Dirk Krause 59654eb004 Added hostname
To run vizicities on an external server (for example on Amazon EC2) you need to introduce the hostname which defaults to 'localhost'. To open the server for any IP address, one needs to enter either the external IP or '0.0.0.0'.
2014-02-24 14:17:16 +01:00
Robin Hawkes 6d620b06d2 Merge pull request #40 from x-Code-x/master
Update package.json to include Repository field
2014-02-21 19:28:52 +00:00
Code X 60d365a46b Update package.json
Fixed error
2014-02-21 17:57:54 +11:00
Code X d0df2364af install
Added repository field to correct warning in npm install
2014-02-21 17:51:59 +11:00
Robin Hawkes 15585153b1 Merge pull request #35 from tomgasson/master
Add charset to example index.html
2014-02-17 22:55:23 +00:00
Tom Gasson 8849cad7b0 add charset to example index.html 2014-02-17 14:32:05 +11:00
Robin Hawkes c7747c4c70 Updated Travis badge 2014-02-16 19:17:40 +00:00
Robin Hawkes c06e350b52 Fixed GitHub clone URL 2014-02-15 21:56:35 +00:00
Robin Hawkes 11d7395a30 Merge pull request #33 from pci/master
Fix mouse wheel on firefox
2014-02-15 20:01:47 +00:00
Philip Ingrey b22c6c07a3 Flip zoom back the right way 2014-02-15 19:54:53 +00:00
Philip Ingrey a12647fbc1 Fix mouse wheel on firefox 2014-02-15 19:36:12 +00:00
Robin Hawkes d47ab76ea5 Added brew install note to readme 2014-02-15 18:57:41 +00:00
Robin Hawkes 5a70666646 Fixed heading error in readme 2014-02-15 18:52:53 +00:00
Robin Hawkes 33e9085406 Added clone step to readme 2014-02-15 18:50:44 +00:00
Robin Hawkes 2b1ac72f98 - Stopped minify from screwing ASCII
- Added demo to readme
2014-02-15 18:27:35 +00:00
Robin Hawkes 83876f38c6 Added minify task to Grunt 2014-02-15 17:59:11 +00:00
Robin Hawkes b077a2943f Updated screenshot 2014-02-15 17:03:44 +00:00
Robin Hawkes ba712824c4 Readme changes 2014-02-15 16:46:00 +00:00
Robin Hawkes bdaae5c00e Disabled debug in example and added debug flags to grid output 2014-02-15 16:01:38 +00:00
Robin Hawkes 5bb53eb4c3 - Start dat.gui in a closed state
- Reduced simplification tolerance
2014-02-15 15:49:47 +00:00
Robin Hawkes 0523664364 Removed relations from Overpass query 2014-02-15 14:38:27 +00:00
Robin Hawkes c271566355 Added first pass at simplification 2014-02-15 14:11:13 +00:00
Robin Hawkes c230653350 Added loading of low-resolution features, though disabled until XHR and rendering performance is sorted out. 2014-02-15 13:49:56 +00:00
Robin Hawkes d5a5a916b2 Grid debug now shows high and low grids 2014-02-15 12:28:47 +00:00
Robin Hawkes 9767cc4db4 Changed grid geom plane to line 2014-02-15 12:21:22 +00:00
Robin Hawkes 1ae03fad11 Decreased geo and grid zoom 2014-02-15 11:54:01 +00:00
Robin Hawkes 1b2bd0a7b2 - Refined batching for Web Workers
- Fixed grid movement bug
2014-02-15 00:57:05 +00:00
Robin Hawkes 56d96bdf48 Fixed bug in Web Worker that was preventing all features from being processed when using a single batch 2014-02-14 23:15:38 +00:00
Robin Hawkes 1e1458cbaa First pass at cache and feature duplication detection 2014-02-14 22:15:12 +00:00