Update site

This commit is contained in:
Brandon Tilley 2013-12-22 14:13:30 -08:00
parent c057d49e8a
commit 66b52ec602
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
<div class='twelve wide column'>
<h1>Drag Plugin</h1>
<p>The <code>drag</code> plugin allows for modifying the planet&#39;s projection&#39;s rotation with the mouse wheel. It supports dragging vertically with hard stops at the north and south poles, and dragging horizontally without restriction.</p>
<p>The <code>drag</code> plugin allows for modifying the planet&#39;s projection&#39;s rotation with the mouse. It supports dragging vertically with hard stops at the north and south poles, and dragging horizontally without restriction.</p>
<h2>API</h2>
<p><strong><code>planetaryjs.plugins.drag([config])</code></strong></p>
<p>Valid keys for <code>config</code> are:</p>

View File

@ -40,7 +40,7 @@
<div class='sixteen wide column'>
<h1>2013 Earthquake Data</h1>
<p>This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js specific techniques, like D3 scales, DOM manipulation, and loading external data.</p>
<p>This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js-specific techniques, like D3 scales, DOM manipulation, and loading external data.</p>
<p><a href="/examples/quake/index.html">View the demo</a></p>