Wykres commitów

171 Commity (91f7fef6914e358f2fdc4e6db48a1f3796c57ffa)

Autor SHA1 Wiadomość Data
Robin Hawkes 91f7fef691 Updated version 2016-06-10 12:56:41 -07:00
Robin Hawkes e97b9bb71c Cleanup 2016-06-09 16:25:15 -07:00
Robin Hawkes afd1900b11 Updated references to repo 2014-11-02 22:28:33 +00:00
Robin Hawkes 30e4306b13 Added visited CSS style 2014-07-03 22:06:36 +01:00
Robin Hawkes 5b13c9b1fb Added OSM edit UI 2014-07-03 19:06:08 +01:00
Robin Hawkes 45183f29c4 Fixed default attribution styling 2014-07-01 23:43:30 +01:00
Robin Hawkes 8f0c1cbfec Updated attribution 2014-07-01 23:39:10 +01:00
Robin Hawkes 8338be33a1 Squashed commit of the following:
commit ea29217a3e10ee98175edba68d3c625a9cddc52d
Author: Robin Hawkes <rob@rawkes.com>
Date:   Tue Jul 1 22:51:54 2014 +0100

    Added DOM container to loading UI

commit 88e0d0289566ceb7bbed4fb2099b42f362a95a21
Author: Robin Hawkes <rob@rawkes.com>
Date:   Tue Jul 1 22:45:31 2014 +0100

    Use a defined DOM element rather than the body
2014-07-01 22:52:53 +01:00
Robin Hawkes 4977f8f183 Added easing to animated loading 2014-07-01 16:54:41 +01:00
Robin Hawkes d763d1b6ea First pass at animated loading 2014-07-01 01:28:28 +01:00
Robin Hawkes 8bc0752420 First pass at more advanced 3D OSM buildings, supporting min_height and building relations / parts 2014-06-29 21:11:39 +01:00
Robin Hawkes 3fee8067e4 Tweaked colour of floor and roads 2014-05-11 17:47:08 +01:00
Robin Hawkes c72e81d763 Tidied up the roads implementation and put it behind a flag 2014-05-11 17:34:42 +01:00
Robin Hawkes fa115818c4 - Removed superflous classes
- Added roads
- Split out worker processing from ObjectManager
2014-05-11 00:14:36 +01:00
Robin Hawkes a674812f57 Updated screenshot 2014-05-10 16:06:58 +01:00
Robin Hawkes 054fd01457 Merge pull request #74 from alexking/safari-loading
Loading screen is broken on Safari
2014-05-10 15:52:23 +01:00
Robin Hawkes 5200151295 Merge pull request #73 from alexking/master
Fixing Safari zoom issue
2014-05-10 15:51:02 +01:00
Robin Hawkes 0799a6f081 Added attribution element 2014-05-10 15:44:03 +01:00
Robin Hawkes e2d42ed77e Merge pull request #75 from alexking/gabled-roofs
Gabled roofs for simple buildings
2014-05-10 14:59:57 +01:00
Robin Hawkes 3fb9d3bc4e - Disabled antialiasing
- Changed colour of buildings if using outlines
2014-05-10 14:54:03 +01:00
Robin Hawkes 13f25f41bf Updated LiveReload port and moved outlines to a flag 2014-05-10 12:14:15 +01:00
Alex King b72f8f51d0 Simple gabled roofs 2014-03-27 21:35:59 -04:00
Alex King ec9f981f18 Adding simple gabled roofs 2014-03-27 20:55:15 -04:00
Alex King 1cf5d8e5be Fixing loading screen in Safari 2014-03-26 01:32:26 -04:00
Alex King dd83913838 Moving down to one event, choosing based on window.onwheel existence 2014-03-21 21:57:04 -04:00
Alex King 23c4febf7a Adding Safari scroll wheel support 2014-03-21 21:27:45 -04:00
Robin Hawkes 1d2988553b - Rolling back promise fixes as it's causing duplicate features 2014-03-09 22:29:04 +00:00
Robin Hawkes 76b4370de8 - Updated airport colour
- Fixed a bug with promises in VIZI.Data
2014-03-09 22:11:21 +00:00
Robin Hawkes e553ef1c4c - Increased low quality grid to keep rivers in view (temporary fix) 2014-03-09 21:35:04 +00:00
Robin Hawkes 6dbda186ef - Remove tile objects from scene when they go out of view
- Load tiles from cache if available
- Added basic area calculation for Overpass features
- Refined worker script to properly merge meshes
2014-03-09 21:22:12 +00:00
Robin Hawkes 766945fca5 Added options flag for Overpass API 2014-03-09 16:26:03 +00:00
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