EVOLUTION-MANAGER
Edit File: makeIcon.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Define icon sets</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for makeIcon {leaflet}"><tr><td>makeIcon {leaflet}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Define icon sets</h2> <h3>Description</h3> <p>Define icon sets </p> <h3>Usage</h3> <pre> makeIcon(iconUrl = NULL, iconRetinaUrl = NULL, iconWidth = NULL, iconHeight = NULL, iconAnchorX = NULL, iconAnchorY = NULL, shadowUrl = NULL, shadowRetinaUrl = NULL, shadowWidth = NULL, shadowHeight = NULL, shadowAnchorX = NULL, shadowAnchorY = NULL, popupAnchorX = NULL, popupAnchorY = NULL, className = NULL) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>iconUrl</code></td> <td> <p>the URL or file path to the icon image</p> </td></tr> <tr valign="top"><td><code>iconRetinaUrl</code></td> <td> <p>the URL or file path to a retina sized version of the icon image</p> </td></tr> <tr valign="top"><td><code>iconWidth</code></td> <td> <p>size of the icon image in pixels</p> </td></tr> <tr valign="top"><td><code>iconHeight</code></td> <td> <p>size of the icon image in pixels</p> </td></tr> <tr valign="top"><td><code>iconAnchorX</code></td> <td> <p>the coordinates of the "tip" of the icon (relative to its top left corner, i.e. the top left corner means <code>iconAnchorX = 0</code> and <code>iconAnchorY = 0</code>), and the icon will be aligned so that this point is at the marker's geographical location</p> </td></tr> <tr valign="top"><td><code>iconAnchorY</code></td> <td> <p>the coordinates of the "tip" of the icon (relative to its top left corner, i.e. the top left corner means <code>iconAnchorX = 0</code> and <code>iconAnchorY = 0</code>), and the icon will be aligned so that this point is at the marker's geographical location</p> </td></tr> <tr valign="top"><td><code>shadowUrl</code></td> <td> <p>the URL or file path to the icon shadow image</p> </td></tr> <tr valign="top"><td><code>shadowRetinaUrl</code></td> <td> <p>the URL or file path to the retina sized version of the icon shadow image</p> </td></tr> <tr valign="top"><td><code>shadowWidth</code></td> <td> <p>size of the shadow image in pixels</p> </td></tr> <tr valign="top"><td><code>shadowHeight</code></td> <td> <p>size of the shadow image in pixels</p> </td></tr> <tr valign="top"><td><code>shadowAnchorX</code></td> <td> <p>the coordinates of the "tip" of the shadow</p> </td></tr> <tr valign="top"><td><code>shadowAnchorY</code></td> <td> <p>the coordinates of the "tip" of the shadow</p> </td></tr> <tr valign="top"><td><code>popupAnchorX</code></td> <td> <p>the coordinates of the point from which popups will "open", relative to the icon anchor</p> </td></tr> <tr valign="top"><td><code>popupAnchorY</code></td> <td> <p>the coordinates of the point from which popups will "open", relative to the icon anchor</p> </td></tr> <tr valign="top"><td><code>className</code></td> <td> <p>a custom class name to assign to both icon and shadow images</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>leaflet</em> version 2.0.3 <a href="00Index.html">Index</a>]</div> </body></html>