|
|
|
|
|
by nosignal
4983 days ago
|
|
This looks beautiful, but it doesn't release my mouse click on Chrome; i.e. when I click on the globe to click & drag, the rotation of the globe keeps following my mouse, and I can't click the "play" button. Nice project though, as a geo guy who's been meaning to play with D3, it's inspiring. |
|
Particularly with high latency, it will sometimes fail to load the JSONP from the USGS. Because JSONP is a <script> and I'm not properly catching the thrown error that causes D3 to bug out. I'm trying to get USGS to let me use CORS with the JSON files so I don't have to deal with the callback function of JSONP.
Oh - and refreshing the page should fix that! Thanks, and glad you like it.