Merge pull request #133 from JasonSanford/gh-pages

Updating CircleMarker documentation
This commit is contained in:
Vladimir Agafonkin 2011-06-16 13:02:04 -07:00
commit 5d5759665f

View File

@ -1496,8 +1496,8 @@ map.addLayer(polyline);</code></pre>
<th>Description</th>
</tr>
<tr>
<td><code>L.CircleMarker( &lt;<a href="#latlng">LatLng</a>&gt;&nbsp;<i>latlng</i>, &lt;Number&gt;&nbsp;<i>radius</i>, &lt;<a href="#path-options">Path&nbsp;options</a>&gt;&nbsp;<i>options?</i> )</code></td>
<td>Instantiates a circle marker given a geographical point, a radius in pixels and optionally an options object.</td>
<td><code>L.CircleMarker( &lt;<a href="#latlng">LatLng</a>&gt;&nbsp;<i>latlng</i>, &lt;<a href="#path-options">Path&nbsp;options</a>&gt;&nbsp;<i>options?</i> )</code></td>
<td>Instantiates a circle marker given a geographical point and optionally an options object. The default radius is 10 and can be altered by passing a "radius" member in the path options object.</td>
</tr>
</table>