|
|
|
|
|
by sakai
4983 days ago
|
|
Yeah... that's a bug that I haven't been able to squash yet. 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. |
|