Files
openlayers/wmts-hidpi/apidoc/olx.interaction.html
T
2014-05-06 13:02:46 -05:00

2597 lines
47 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>OpenLayers 3 API Documentation - Namespace: olx.interaction</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-jsdoc.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="../resources/layout.css" type="text/css">
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap-responsive.min.css" type="text/css">
<link type="text/css" rel="stylesheet" href="styles/ol.css">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/"><img src="../resources/logo.png"> OpenLayers 3</a>
</div>
</div>
</div>
<div id="main">
<section>
<header>
<h2>
<span class="ancestors"><a href="olx.html">olx</a>.</span>
olx.interaction
</h2>
</header>
<article>
<div class="container-overview">
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.jsdoc, line 17</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">TypeDefs</h3>
<dl>
<dt class="">
<h4 class="name" id="DefaultsOptions">DefaultsOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<div class="description">
<p>Interactions for the map. Default is <code>true</code> for all options.</p>
</div>
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>altShiftDragRotate</code></td>
<td class="type">
<span class="param-type">boolean</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Whether Alt-Shift-drag rotate is desired. Default is <code>true</code>.</p></td>
</tr>
<tr>
<td class="name"><code>doubleClickZoom</code></td>
<td class="type">
<span class="param-type">boolean</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Whether double click zoom is desired. Default is <code>true</code>.</p></td>
</tr>
<tr>
<td class="name"><code>keyboard</code></td>
<td class="type">
<span class="param-type">boolean</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Whether keyboard interaction is desired. Default is <code>true</code>.</p></td>
</tr>
<tr>
<td class="name"><code>mouseWheelZoom</code></td>
<td class="type">
<span class="param-type">boolean</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Whether mousewheel zoom is desired. Default is <code>true</code>.</p></td>
</tr>
<tr>
<td class="name"><code>shiftDragZoom</code></td>
<td class="type">
<span class="param-type">boolean</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Whether Shift-drag zoom is desired. Default is <code>true</code>.</p></td>
</tr>
<tr>
<td class="name"><code>dragPan</code></td>
<td class="type">
<span class="param-type">boolean</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Whether drag pan is desired. Default is <code>true</code>.</p></td>
</tr>
<tr>
<td class="name"><code>pinchRotate</code></td>
<td class="type">
<span class="param-type">boolean</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Whether pinch rotate is desired. Default is <code>true</code>.</p></td>
</tr>
<tr>
<td class="name"><code>pinchZoom</code></td>
<td class="type">
<span class="param-type">boolean</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Whether pinch zoom is desired. Default is <code>true</code>.</p></td>
</tr>
<tr>
<td class="name"><code>zoomDelta</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Zoom delta.</p></td>
</tr>
<tr>
<td class="name"><code>zoomDuration</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Zoom duration.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1391</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="DoubleClickZoomOptions">DoubleClickZoomOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>duration</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Animation duration in milliseconds. Default is <code>250</code>.</p></td>
</tr>
<tr>
<td class="name"><code>delta</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>The zoom delta applied on each double click, default is <code>1</code>.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1469</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="DragAndDropOptions">DragAndDropOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>formatConstructors</code></td>
<td class="type">
<span class="param-type">Array.&lt;function(new:ol.format.Feature)></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Format constructors.</p></td>
</tr>
<tr>
<td class="name"><code>reprojectTo</code></td>
<td class="type">
<span class="param-type"><a href="ol.proj.html#ProjectionLike">ol.proj.ProjectionLike</a></span>
</td>
<td class="description last"><p>Target projection. By default, the map's view's projection is used.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1491</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="DragBoxOptions">DragBoxOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>condition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (i.e. Shift key) that determines if the interaction is
active or not, default is always.</p></td>
</tr>
<tr>
<td class="name"><code>style</code></td>
<td class="type">
<span class="param-type"><a href="ol.style.Style.html">ol.style.Style</a></span>
</td>
<td class="description last"><p>Style for the box.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1513</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="DragPanOptions">DragPanOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>kinetic</code></td>
<td class="type">
<span class="param-type"><a href="ol.Kinetic.html">ol.Kinetic</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Kinetic inertia to apply to the pan.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1535</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="DragRotateAndZoomOptions">DragRotateAndZoomOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>condition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (i.e. Shift key) that determines if the interaction is
active or not, default is shify key.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1549</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="DragRotateOptions">DragRotateOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>condition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (i.e. Shift key) that determines if the interaction is
active or not, default is both shift and alt keys.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1564</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="DragZoomOptions">DragZoomOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>condition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (i.e. Shift key) that determines if the interaction is
active or not, default is shift key.</p></td>
</tr>
<tr>
<td class="name"><code>style</code></td>
<td class="type">
<span class="param-type"><a href="ol.style.Style.html">ol.style.Style</a></span>
</td>
<td class="description last"><p>Style for the box.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1580</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="DrawOptions">DrawOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>features</code></td>
<td class="type">
<span class="param-type"><a href="ol.Collection.html">ol.Collection</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Destination collection for the drawn features.</p></td>
</tr>
<tr>
<td class="name"><code>source</code></td>
<td class="type">
<span class="param-type"><a href="ol.source.Vector.html">ol.source.Vector</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Destination source for the drawn features.</p></td>
</tr>
<tr>
<td class="name"><code>snapTolerance</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Pixel distance for snapping to the drawing finish (default is 12).</p></td>
</tr>
<tr>
<td class="name"><code>type</code></td>
<td class="type">
<span class="param-type"><a href="ol.geom.html#GeometryType">ol.geom.GeometryType</a></span>
</td>
<td class="description last"><p>Drawing type ('Point', 'LineString', 'Polygon', 'MultiPoint',
'MultiLineString', or 'MultiPolygon').</p></td>
</tr>
<tr>
<td class="name"><code>minPointsPerRing</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>The number of points that must be drawn before a polygon ring can be finished
(default is 3).</p></td>
</tr>
<tr>
<td class="name"><code>style</code></td>
<td class="type">
<span class="param-type"><a href="ol.style.Style.html">ol.style.Style</a></span>
|
<span class="param-type">Array.&lt;<a href="ol.style.Style.html">ol.style.Style</a>></span>
|
<span class="param-type"><a href="ol.feature_.html#StyleFunction">ol.feature.StyleFunction</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Style for sketch features.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1607</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="KeyboardPanOptions">KeyboardPanOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>condition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (i.e. Shift key) that determines if the interaction is
active or not, default is no modifiers.</p></td>
</tr>
<tr>
<td class="name"><code>pixelDelta</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Pixel The amount to pan on each key press. Default is <code>128</code> pixels.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1659</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="KeyboardZoomOptions">KeyboardZoomOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>duration</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Animation duration in milliseconds. Default is <code>100</code>.</p></td>
</tr>
<tr>
<td class="name"><code>condition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (i.e. Shift key) that determines if the interaction is
active or not, default is no modifiers.</p></td>
</tr>
<tr>
<td class="name"><code>delta</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>The amount to zoom on each key press. Default is <code>1</code>.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1683</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="ModifyOptions">ModifyOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>deleteCondition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Condition that determines which event results in a vertex deletion. Default
is a <code>singleclick</code> event with no modifier keys.</p></td>
</tr>
<tr>
<td class="name"><code>pixelTolerance</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Pixel tolerance for considering the pointer close enough to a segment or
vertex for editing. Default is 10 pixels.</p></td>
</tr>
<tr>
<td class="name"><code>style</code></td>
<td class="type">
<span class="param-type"><a href="ol.style.Style.html">ol.style.Style</a></span>
|
<span class="param-type">Array.&lt;<a href="ol.style.Style.html">ol.style.Style</a>></span>
|
<span class="param-type"><a href="ol.feature_.html#StyleFunction">ol.feature.StyleFunction</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>FeatureOverlay style.</p></td>
</tr>
<tr>
<td class="name"><code>features</code></td>
<td class="type">
<span class="param-type"><a href="ol.Collection.html">ol.Collection</a></span>
</td>
<td class="description last"><p>The features the interaction works on.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1715</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="MouseWheelZoomOptions">MouseWheelZoomOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>duration</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Animation duration in milliseconds. Default is <code>250</code>.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1752</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="PinchRotateOptions">PinchRotateOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>threshold</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Minimal angle in radians to start a rotation. Default is <code>0.3</code>.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1766</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="PinchZoomOptions">PinchZoomOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>duration</code></td>
<td class="type">
<span class="param-type">number</span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>Animation duration in milliseconds. Default is <code>400</code>.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1780</li></ul></dd>
</dl>
</dd>
<dt class="">
<h4 class="name" id="SelectOptions">SelectOptions</h4>
<div class="stability stability-experimental">Stability: experimental</div>
</dt>
<dd class="">
<dl class="details">
<h5 class="subsection-title">Properties:</h5>
<dl>
<table class="props">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>addCondition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (e.g. alt key) that determines if the feature is added
to the current selection. By default, this is never. Note that the default
toggle condition allows features to be added.</p></td>
</tr>
<tr>
<td class="name"><code>condition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (e.g. shift key) that determines if the interaction is
active (i.e. selection occurs) or not. By default, a click with no modifier
keys toggles the selection.</p></td>
</tr>
<tr>
<td class="name"><code>layers</code></td>
<td class="type">
<span class="param-type">Array.&lt;<a href="ol.layer.Layer.html">ol.layer.Layer</a>></span>
|
<span class="param-type">function</span>
</td>
<td class="description last"><p>A list of layers from which features should be
selected. Alternatively, a filter function can be provided. The
function will be called for each layer in the map and should return
<code>true</code> for layers that you want to be selectable. If the option is
absent, all visible layers will be considered selectable.</p></td>
</tr>
<tr>
<td class="name"><code>style</code></td>
<td class="type">
<span class="param-type"><a href="ol.style.Style.html">ol.style.Style</a></span>
|
<span class="param-type">Array.&lt;<a href="ol.style.Style.html">ol.style.Style</a>></span>
|
<span class="param-type"><a href="ol.feature_.html#StyleFunction">ol.feature.StyleFunction</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>FeatureOverlay style.</p></td>
</tr>
<tr>
<td class="name"><code>removeCondition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (e.g. alt key) that determines if the feature is
removed from the current selection. By default, this is never.</p></td>
</tr>
<tr>
<td class="name"><code>toggleCondition</code></td>
<td class="type">
<span class="param-type"><a href="ol.events.html#ConditionType">ol.events.ConditionType</a></span>
|
<span class="param-type">undefined</span>
</td>
<td class="description last"><p>A conditional modifier (e.g. shift key) that determines if the selection is
toggled in the current selection. By default, a shift-click toggles the
feature in the current selection.</p></td>
</tr>
</tbody>
</table></dl>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>olx.js, line 1799</li></ul></dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="ol.Attribution.html">ol.Attribution</a></li><li><a href="ol.Collection.html">ol.Collection</a></li><li><a href="ol.CollectionEvent.html">ol.CollectionEvent</a></li><li><a href="ol.DeviceOrientation.html">ol.DeviceOrientation</a></li><li><a href="ol.DragBoxEvent.html">ol.DragBoxEvent</a></li><li><a href="ol.DrawEvent.html">ol.DrawEvent</a></li><li><a href="ol.Feature.html">ol.Feature</a></li><li><a href="ol.FeatureOverlay.html">ol.FeatureOverlay</a></li><li><a href="ol.Geolocation.html">ol.Geolocation</a></li><li><a href="ol.ImageTile.html">ol.ImageTile</a></li><li><a href="ol.Kinetic.html">ol.Kinetic</a></li><li><a href="ol.Map.html">ol.Map</a></li><li><a href="ol.MapBrowserEvent.html">ol.MapBrowserEvent</a></li><li><a href="ol.MapEvent.html">ol.MapEvent</a></li><li><a href="ol.Object.html">ol.Object</a></li><li><a href="ol.ObjectEvent.html">ol.ObjectEvent</a></li><li><a href="ol.Observable.html">ol.Observable</a></li><li><a href="ol.Overlay.html">ol.Overlay</a></li><li><a href="ol.Tile.html">ol.Tile</a></li><li><a href="ol.TileCoord.html">ol.TileCoord</a></li><li><a href="ol.View2D.html">ol.View2D</a></li><li><a href="ol.control.Attribution.html">ol.control.Attribution</a></li><li><a href="ol.control.Control.html">ol.control.Control</a></li><li><a href="ol.control.FullScreen.html">ol.control.FullScreen</a></li><li><a href="ol.control.Logo.html">ol.control.Logo</a></li><li><a href="ol.control.MousePosition.html">ol.control.MousePosition</a></li><li><a href="ol.control.Rotate.html">ol.control.Rotate</a></li><li><a href="ol.control.ScaleLine.html">ol.control.ScaleLine</a></li><li><a href="ol.control.Zoom.html">ol.control.Zoom</a></li><li><a href="ol.control.ZoomSlider.html">ol.control.ZoomSlider</a></li><li><a href="ol.control.ZoomToExtent.html">ol.control.ZoomToExtent</a></li><li><a href="ol.dom.Input.html">ol.dom.Input</a></li><li><a href="ol.format.GPX.html">ol.format.GPX</a></li><li><a href="ol.format.GeoJSON.html">ol.format.GeoJSON</a></li><li><a href="ol.format.IGC.html">ol.format.IGC</a></li><li><a href="ol.format.KML.html">ol.format.KML</a></li><li><a href="ol.format.OSMXML.html">ol.format.OSMXML</a></li><li><a href="ol.format.TopoJSON.html">ol.format.TopoJSON</a></li><li><a href="ol.format.WFS.html">ol.format.WFS</a></li><li><a href="ol.format.WMSCapabilities.html">ol.format.WMSCapabilities</a></li><li><a href="ol.geom.Circle.html">ol.geom.Circle</a></li><li><a href="ol.geom.Geometry.html">ol.geom.Geometry</a></li><li><a href="ol.geom.GeometryCollection.html">ol.geom.GeometryCollection</a></li><li><a href="ol.geom.LineString.html">ol.geom.LineString</a></li><li><a href="ol.geom.LinearRing.html">ol.geom.LinearRing</a></li><li><a href="ol.geom.MultiLineString.html">ol.geom.MultiLineString</a></li><li><a href="ol.geom.MultiPoint.html">ol.geom.MultiPoint</a></li><li><a href="ol.geom.MultiPolygon.html">ol.geom.MultiPolygon</a></li><li><a href="ol.geom.Point.html">ol.geom.Point</a></li><li><a href="ol.geom.Polygon.html">ol.geom.Polygon</a></li><li><a href="ol.geom.SimpleGeometry.html">ol.geom.SimpleGeometry</a></li><li><a href="ol.interaction.DoubleClickZoom.html">ol.interaction.DoubleClickZoom</a></li><li><a href="ol.interaction.DragAndDrop.html">ol.interaction.DragAndDrop</a></li><li><a href="ol.interaction.DragAndDropEvent.html">ol.interaction.DragAndDropEvent</a></li><li><a href="ol.interaction.DragBox.html">ol.interaction.DragBox</a></li><li><a href="ol.interaction.DragPan.html">ol.interaction.DragPan</a></li><li><a href="ol.interaction.DragRotate.html">ol.interaction.DragRotate</a></li><li><a href="ol.interaction.DragRotateAndZoom.html">ol.interaction.DragRotateAndZoom</a></li><li><a href="ol.interaction.DragZoom.html">ol.interaction.DragZoom</a></li><li><a href="ol.interaction.Draw.html">ol.interaction.Draw</a></li><li><a href="ol.interaction.KeyboardPan.html">ol.interaction.KeyboardPan</a></li><li><a href="ol.interaction.KeyboardZoom.html">ol.interaction.KeyboardZoom</a></li><li><a href="ol.interaction.Modify.html">ol.interaction.Modify</a></li><li><a href="ol.interaction.MouseWheelZoom.html">ol.interaction.MouseWheelZoom</a></li><li><a href="ol.interaction.PinchRotate.html">ol.interaction.PinchRotate</a></li><li><a href="ol.interaction.PinchZoom.html">ol.interaction.PinchZoom</a></li><li><a href="ol.interaction.Select.html">ol.interaction.Select</a></li><li><a href="ol.layer.Base.html">ol.layer.Base</a></li><li><a href="ol.layer.Group.html">ol.layer.Group</a></li><li><a href="ol.layer.Heatmap.html">ol.layer.Heatmap</a></li><li><a href="ol.layer.Image.html">ol.layer.Image</a></li><li><a href="ol.layer.Layer.html">ol.layer.Layer</a></li><li><a href="ol.layer.Tile.html">ol.layer.Tile</a></li><li><a href="ol.layer.Vector.html">ol.layer.Vector</a></li><li><a href="ol.proj.CH.html">ol.proj.CH</a></li><li><a href="ol.proj.EPSG2056.html">ol.proj.EPSG2056</a></li><li><a href="ol.proj.EPSG21781.html">ol.proj.EPSG21781</a></li><li><a href="ol.proj.EPSG3857.html">ol.proj.EPSG3857</a></li><li><a href="ol.proj.EPSG4326.html">ol.proj.EPSG4326</a></li><li><a href="ol.proj.Projection.html">ol.proj.Projection</a></li><li><a href="ol.render.Event.html">ol.render.Event</a></li><li><a href="ol.render.canvas.Immediate.html">ol.render.canvas.Immediate</a></li><li><a href="ol.source.BingMaps.html">ol.source.BingMaps</a></li><li><a href="ol.source.GPX.html">ol.source.GPX</a></li><li><a href="ol.source.GeoJSON.html">ol.source.GeoJSON</a></li><li><a href="ol.source.IGC.html">ol.source.IGC</a></li><li><a href="ol.source.ImageCanvas.html">ol.source.ImageCanvas</a></li><li><a href="ol.source.ImageStatic.html">ol.source.ImageStatic</a></li><li><a href="ol.source.ImageVector.html">ol.source.ImageVector</a></li><li><a href="ol.source.ImageWMS.html">ol.source.ImageWMS</a></li><li><a href="ol.source.KML.html">ol.source.KML</a></li><li><a href="ol.source.MapGuide.html">ol.source.MapGuide</a></li><li><a href="ol.source.MapQuest.html">ol.source.MapQuest</a></li><li><a href="ol.source.OSM.html">ol.source.OSM</a></li><li><a href="ol.source.OSMXML.html">ol.source.OSMXML</a></li><li><a href="ol.source.ServerVector.html">ol.source.ServerVector</a></li><li><a href="ol.source.Source.html">ol.source.Source</a></li><li><a href="ol.source.Stamen.html">ol.source.Stamen</a></li><li><a href="ol.source.StaticVector.html">ol.source.StaticVector</a></li><li><a href="ol.source.Tile.html">ol.source.Tile</a></li><li><a href="ol.source.TileDebug.html">ol.source.TileDebug</a></li><li><a href="ol.source.TileImage.html">ol.source.TileImage</a></li><li><a href="ol.source.TileJSON.html">ol.source.TileJSON</a></li><li><a href="ol.source.TileVector.html">ol.source.TileVector</a></li><li><a href="ol.source.TileWMS.html">ol.source.TileWMS</a></li><li><a href="ol.source.TopoJSON.html">ol.source.TopoJSON</a></li><li><a href="ol.source.Vector.html">ol.source.Vector</a></li><li><a href="ol.source.VectorEvent.html">ol.source.VectorEvent</a></li><li><a href="ol.source.WMTS.html">ol.source.WMTS</a></li><li><a href="ol.source.XYZ.html">ol.source.XYZ</a></li><li><a href="ol.source.Zoomify.html">ol.source.Zoomify</a></li><li><a href="ol.style.Circle.html">ol.style.Circle</a></li><li><a href="ol.style.Fill.html">ol.style.Fill</a></li><li><a href="ol.style.Icon.html">ol.style.Icon</a></li><li><a href="ol.style.Image.html">ol.style.Image</a></li><li><a href="ol.style.Stroke.html">ol.style.Stroke</a></li><li><a href="ol.style.Style.html">ol.style.Style</a></li><li><a href="ol.style.Text.html">ol.style.Text</a></li><li><a href="ol.tilegrid.TileGrid.html">ol.tilegrid.TileGrid</a></li><li><a href="ol.tilegrid.WMTS.html">ol.tilegrid.WMTS</a></li><li><a href="ol.tilegrid.XYZ.html">ol.tilegrid.XYZ</a></li><li><a href="ol.tilegrid.Zoomify.html">ol.tilegrid.Zoomify</a></li><li><a href="ol.webgl.Context.html">ol.webgl.Context</a></li><li><a href="oli.CollectionEvent.html">oli.CollectionEvent</a></li><li><a href="oli.DragBoxEvent.html">oli.DragBoxEvent</a></li><li><a href="oli.DrawEvent.html">oli.DrawEvent</a></li><li><a href="oli.FrameState.html">oli.FrameState</a></li><li><a href="oli.MapBrowserEvent.html">oli.MapBrowserEvent</a></li><li><a href="oli.interaction.DragAndDropEvent.html">oli.interaction.DragAndDropEvent</a></li><li><a href="oli.render.Event.html">oli.render.Event</a></li><li><a href="oli.source.VectorEvent.html">oli.source.VectorEvent</a></li></ul><h3>Namespaces</h3><ul><li><a href="ol.html">ol</a></li><li><a href="ol.BrowserFeature.html">ol.BrowserFeature</a></li><li><a href="ol.animation.html">ol.animation</a></li><li><a href="ol.control.html">ol.control</a></li><li><a href="ol.events.condition.html">ol.events.condition</a></li><li><a href="ol.feature_.html">ol.feature</a></li><li><a href="ol.geom.html">ol.geom</a></li><li><a href="ol.interaction.html">ol.interaction</a></li><li><a href="ol.layer.html">ol.layer</a></li><li><a href="ol.proj.html">ol.proj</a></li><li><a href="ol.render.html">ol.render</a></li><li><a href="ol.render.canvas.html">ol.render.canvas</a></li><li><a href="ol.source.html">ol.source</a></li><li><a href="ol.tilegrid.html">ol.tilegrid</a></li><li><a href="oli.html">oli</a></li><li><a href="olx.html">olx</a></li><li><a href="olx.animation.html">olx.animation</a></li><li><a href="olx.control.html">olx.control</a></li><li><a href="olx.format.html">olx.format</a></li><li><a href="olx.interaction.html">olx.interaction</a></li><li><a href="olx.layer.html">olx.layer</a></li><li><a href="olx.parser.html">olx.parser</a></li><li><a href="olx.render.html">olx.render</a></li><li><a href="olx.source.html">olx.source</a></li><li><a href="olx.style.html">olx.style</a></li><li><a href="olx.tilegrid.html">olx.tilegrid</a></li></ul><h3>Global</h3><ul></ul>
</nav>
<br clear="both">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a>
</footer>
<script> prettyPrint(); </script>
</body>
</html>