Newer
Older
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L385">layers/LayerBase.ts:385</a></li>
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>set the layer name</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>newName: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>the new name</p>
</div>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite">
<a name="ollayer" class="tsd-anchor"></a>
<h3>ol<wbr>Layer</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> olLayer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#ollayer">olLayer</a></p>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L305">layers/LayerBaseVector.ts:305</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Vector</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class">
<a name="ondemanddelay" class="tsd-anchor"></a>
<h3>on<wbr>Demand<wbr>Delay</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> onDemandDelay<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L206">layers/LayerBaseVector.ts:206</a></li>
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>get on demand delay in miliseconds</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
<a name="opacity" class="tsd-anchor"></a>
<h3>opacity</h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> opacity<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> opacity<span class="tsd-signature-symbol">(</span>opacity<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#opacity">opacity</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L358">layers/LayerBase.ts:358</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Get the layer opacity</p>
</div>
<dl class="tsd-comment-tags">
<dt>type</dt>
<dd><p>{number}</p>
</dd>
</dl>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#opacity">opacity</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L366">layers/LayerBase.ts:366</a></li>
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Set the layer opacity</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>opacity: <span class="tsd-signature-type">number</span></h5>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>layer opacity</p>
</div>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="params" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> params</h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> params<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> params<span class="tsd-signature-symbol">(</span>newParams<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#params">params</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L274">layers/LayerBase.ts:274</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>get the map get params</p>
</div>
<dl class="tsd-comment-tags">
<dt>type</dt>
<dd><p>{object}</p>
</dd>
</dl>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#params">params</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L283">layers/LayerBase.ts:283</a></li>
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>set the map get params</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>newParams: <span class="tsd-signature-type">any</span></h5>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>new get params</p>
</div>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite">
<a name="source" class="tsd-anchor"></a>
<h3>source</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> source<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Vector</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#source">source</a></p>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L291">layers/LayerBaseVector.ts:291</a></li>
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>get the layer vector source</p>
</div>
<dl class="tsd-comment-tags">
<dt>override</dt>
<dd></dd>
</dl>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Vector</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class">
<a name="style" class="tsd-anchor"></a>
<h3>style</h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> style<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ol.StyleFunction</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Style</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Style</span></li>
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> style<span class="tsd-signature-symbol">(</span>style<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ol.StyleFunction</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Style</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Style</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L220">layers/LayerBaseVector.ts:220</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>get the style definition</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ol.StyleFunction</span>
<span class="tsd-signature-symbol"> | </span>
<span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Style</span><span class="tsd-signature-symbol">></span>
<span class="tsd-signature-symbol"> | </span>
<span class="tsd-signature-type">Style</span>
</h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L228">layers/LayerBaseVector.ts:228</a></li>
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>set the style</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>style: <span class="tsd-signature-type">ol.StyleFunction</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Style</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Style</span></h5>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>the style or function</p>
</div>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a name="url" class="tsd-anchor"></a>
<h3>url</h3>
<ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> url<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#url">url</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L323">layers/LayerBase.ts:323</a></li>
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>get the url</p>
</div>
<dl class="tsd-comment-tags">
<dt>type</dt>
<dd><p>{string}</p>
</dd>
</dl>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-overwrite">
<a name="visible" class="tsd-anchor"></a>
<h3>visible</h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> visible<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> visible<span class="tsd-signature-symbol">(</span>visibility<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#visible">visible</a></p>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L270">layers/LayerBaseVector.ts:270</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Set the layer visibility</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#visible">visible</a></p>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L279">layers/LayerBaseVector.ts:279</a></li>
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Set the layer visibility</p>
</div>
<dl class="tsd-comment-tags">
<dt>type</dt>
<dd><p>{boolean}</p>
</dd>
<dt>override</dt>
<dd></dd>
</dl>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>visibility: <span class="tsd-signature-type">boolean</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
<a name="zindex" class="tsd-anchor"></a>
<h3>z<wbr>Index</h3>
<ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> zIndex<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></li>
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">set</span> zIndex<span class="tsd-signature-symbol">(</span>newZ<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#zindex">zIndex</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L413">layers/LayerBase.ts:413</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>get the z index</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#zindex">zIndex</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L420">layers/LayerBase.ts:420</a></li>
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>set the z index</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>newZ: <span class="tsd-signature-type">number</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-private">
<a name="_addlegendcontent" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> _add<wbr>Legend<wbr>Content</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-private">
<li class="tsd-signature tsd-kind-icon">_add<wbr>Legend<wbr>Content<span class="tsd-signature-symbol">(</span>additionalContent<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#_addlegendcontent">_addLegendContent</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L165">layers/LayerBase.ts:165</a></li>
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
</ul>
</aside>
<div class="tsd-comment tsd-typography">
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagDefault value">Default value</span> additionalContent: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ""</span></h5>
<div class="tsd-comment tsd-typography">
<p>additional content to add to legend</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="_load" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _load</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">_load<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#_load">_load</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L142">layers/LayerBase.ts:142</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>base load function, sets _loaded = true if it is not already</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
<p>if already loaded</p>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="addfeatures" class="tsd-anchor"></a>
<h3>add<wbr>Features</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">add<wbr>Features<span class="tsd-signature-symbol">(</span>featureCollection<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L143">layers/LayerBaseVector.ts:143</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>dummy to be overridden</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>featureCollection: <span class="tsd-signature-type">Object</span></h5>
<div class="tsd-comment tsd-typography">
<p>geojson or esrijson object</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="addlegendcontent" class="tsd-anchor"></a>
<h3>add<wbr>Legend<wbr>Content</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">add<wbr>Legend<wbr>Content<span class="tsd-signature-symbol">(</span>additionalContent<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#addlegendcontent">addLegendContent</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L187">layers/LayerBase.ts:187</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>add additional content to the legend</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>additionalContent: <span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="applycollapse" class="tsd-anchor"></a>
<h3>apply<wbr>Collapse</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">apply<wbr>Collapse<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#applycollapse">applyCollapse</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L191">layers/LayerBase.ts:191</a></li>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="clear" class="tsd-anchor"></a>
<h3>clear</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">clear<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L197">layers/LayerBaseVector.ts:197</a></li>
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>clear features in the layer</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="getlegenddiv" class="tsd-anchor"></a>
<h3>get<wbr>Legend<wbr>Div</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">get<wbr>Legend<wbr>Div<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#getlegenddiv">getLegendDiv</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L156">layers/LayerBase.ts:156</a></li>
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Get the legend html, be sure to only add to the DOM once</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
<p>html for layer wrapped in a div</p>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="getollayer" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> get<wbr>OlLayer</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">get<wbr>OlLayer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Layer</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#getollayer">getOlLayer</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L435">layers/LayerBase.ts:435</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Layer</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="getsource" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> get<wbr>Source</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">get<wbr>Source<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Source</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#getsource">getSource</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L406">layers/LayerBase.ts:406</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Source</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="mapmovebefore" class="tsd-anchor"></a>
<h3>map<wbr>Move<wbr>Before</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">map<wbr>Move<wbr>Before<span class="tsd-signature-symbol">(</span>zoom<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, evtType<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L153">layers/LayerBaseVector.ts:153</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Before call to map move callback, can prevent call by returning false</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>zoom: <span class="tsd-signature-type">number</span></h5>
<div class="tsd-comment tsd-typography">
<p>zoom level</p>
</div>
</li>
<li>
<h5>evtType: <span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
<p>if the call should proceed</p>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="mapmovecallback" class="tsd-anchor"></a>
<h3>map<wbr>Move<wbr>Callback</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">map<wbr>Move<wbr>Callback<span class="tsd-signature-symbol">(</span>d<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L188">layers/LayerBaseVector.ts:188</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>callback function on map move</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>d: <span class="tsd-signature-type">Object</span></h5>
<div class="tsd-comment tsd-typography">
<p>the json response</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="mapmovemakegetparams" class="tsd-anchor"></a>
<h3>map<wbr>Move<wbr>Make<wbr>Get<wbr>Params</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">map<wbr>Move<wbr>Make<wbr>Get<wbr>Params<span class="tsd-signature-symbol">(</span>extent<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, zoomLevel<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L178">layers/LayerBaseVector.ts:178</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>callback to generate the parameters passed in the get request</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>extent: <span class="tsd-signature-type">object</span></h5>
<div class="tsd-comment tsd-typography">
<p>extent object</p>
</div>
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
<ul class="tsd-parameters">
<li class="tsd-parameter">
<h5>maxX<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
<div class="tsd-comment tsd-typography">
<p>maxX</p>
</div>
</li>
<li class="tsd-parameter">
<h5>maxY<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
<div class="tsd-comment tsd-typography">
<p>maxY</p>
</div>
</li>
<li class="tsd-parameter">
<h5>minX<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
<div class="tsd-comment tsd-typography">
<p>minX</p>
</div>
</li>
<li class="tsd-parameter">
<h5>minY<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
<div class="tsd-comment tsd-typography">
<p>minY</p>
</div>
</li>
</ul>
<h5>zoomLevel: <span class="tsd-signature-type">number</span></h5>
<div class="tsd-comment tsd-typography">
<p>zoom level</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="refresh" class="tsd-anchor"></a>
<h3>refresh</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">refresh<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#refresh">refresh</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L231">layers/LayerBase.ts:231</a></li>
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>trick to refresh the layer</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a name="setvisible" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> set<wbr>Visible</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">set<wbr>Visible<span class="tsd-signature-symbol">(</span>visibility<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#setvisible">setVisible</a></p>
<ul>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBase.ts#L343">layers/LayerBase.ts:343</a></li>
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>visibility: <span class="tsd-signature-type">boolean</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected">
<a name="setzindex" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> setZIndex</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected">
<li class="tsd-signature tsd-kind-icon">setZIndex<span class="tsd-signature-symbol">(</span>newZ<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="layerbase.html">LayerBase</a>.<a href="layerbase.html#setzindex">setZIndex</a></p>
<li>Defined in <a href="https://github.com/glennvorhes/webmapsjs/blob/f43df93/src/layers/LayerBaseVector.ts#L309">layers/LayerBaseVector.ts:309</a></li>
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>newZ: <span class="tsd-signature-type">number</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-class">
<a href="layerbasevector.html" class="tsd-kind-icon">Layer<wbr>Base<wbr>Vector</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
<a href="layerbasevector.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#__legenddiv" class="tsd-kind-icon">_$legend<wbr>Div</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_animate" class="tsd-kind-icon">_animate</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_applycollapsecalled" class="tsd-kind-icon">_apply<wbr>Collapse<wbr>Called</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="layerbasevector.html#_autoload" class="tsd-kind-icon">_auto<wbr>Load</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_id" class="tsd-kind-icon">_id</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_legendcheckbox" class="tsd-kind-icon">_legend<wbr>Checkbox</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_legendcollapse" class="tsd-kind-icon">_legend<wbr>Collapse</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_legendcontent" class="tsd-kind-icon">_legend<wbr>Content</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_loaded" class="tsd-kind-icon">_loaded</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="layerbasevector.html#_mapmove" class="tsd-kind-icon">_map<wbr>Move</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="layerbasevector.html#_mapmovemakegetparams" class="tsd-kind-icon">_map<wbr>Move<wbr>Make<wbr>Get<wbr>Params</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="layerbasevector.html#_mapmoveparams" class="tsd-kind-icon">_map<wbr>Move<wbr>Params</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_maxresolution" class="tsd-kind-icon">_max<wbr>Resolution</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_maxzoom" class="tsd-kind-icon">_max<wbr>Zoom</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_minresolution" class="tsd-kind-icon">_min<wbr>Resolution</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_minzoom" class="tsd-kind-icon">_min<wbr>Zoom</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_name" class="tsd-kind-icon">_name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
<a href="layerbasevector.html#_ollayer" class="tsd-kind-icon">_ol<wbr>Layer</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="layerbasevector.html#_ondemand" class="tsd-kind-icon">_on<wbr>Demand</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="layerbasevector.html#_ondemanddelay" class="tsd-kind-icon">_on<wbr>Demand<wbr>Delay</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_opacity" class="tsd-kind-icon">_opacity</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_params" class="tsd-kind-icon">_params</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="layerbasevector.html#_projection4326" class="tsd-kind-icon">_projection4326</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="layerbasevector.html#_projectionmap" class="tsd-kind-icon">_projection<wbr>Map</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
<a href="layerbasevector.html#_source" class="tsd-kind-icon">_source</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="layerbasevector.html#_style" class="tsd-kind-icon">_style</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_url" class="tsd-kind-icon">_url</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_visible" class="tsd-kind-icon">_visible</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_zindex" class="tsd-kind-icon">_z<wbr>Index</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#loadcallback" class="tsd-kind-icon">load<wbr>Callback</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#animate" class="tsd-kind-icon">animate</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
<a href="layerbasevector.html#autoload" class="tsd-kind-icon">auto<wbr>Load</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
<a href="layerbasevector.html#features" class="tsd-kind-icon">features</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#id" class="tsd-kind-icon">id</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#legendcontent" class="tsd-kind-icon">legend<wbr>Content</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#loaded" class="tsd-kind-icon">loaded</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
<a href="layerbasevector.html#mapcrs" class="tsd-kind-icon">map<wbr>Crs</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
<a href="layerbasevector.html#mapmove" class="tsd-kind-icon">map<wbr>Move</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
<a href="layerbasevector.html#mapmoveparams" class="tsd-kind-icon">map<wbr>Move<wbr>Params</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
<a href="layerbasevector.html#mapproj" class="tsd-kind-icon">map<wbr>Proj</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#maxresolution" class="tsd-kind-icon">max<wbr>Resolution</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#maxzoom" class="tsd-kind-icon">max<wbr>Zoom</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#minresolution" class="tsd-kind-icon">min<wbr>Resolution</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#minzoom" class="tsd-kind-icon">min<wbr>Zoom</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#name" class="tsd-kind-icon">name</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite">
<a href="layerbasevector.html#ollayer" class="tsd-kind-icon">ol<wbr>Layer</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class">
<a href="layerbasevector.html#ondemanddelay" class="tsd-kind-icon">on<wbr>Demand<wbr>Delay</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#opacity" class="tsd-kind-icon">opacity</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#params" class="tsd-kind-icon">params</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite">
<a href="layerbasevector.html#source" class="tsd-kind-icon">source</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class">
<a href="layerbasevector.html#style" class="tsd-kind-icon">style</a>
</li>
<li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#url" class="tsd-kind-icon">url</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-overwrite">
<a href="layerbasevector.html#visible" class="tsd-kind-icon">visible</a>
</li>
<li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#zindex" class="tsd-kind-icon">z<wbr>Index</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-private">
<a href="layerbasevector.html#_addlegendcontent" class="tsd-kind-icon">_add<wbr>Legend<wbr>Content</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#_load" class="tsd-kind-icon">_load</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="layerbasevector.html#addfeatures" class="tsd-kind-icon">add<wbr>Features</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#addlegendcontent" class="tsd-kind-icon">add<wbr>Legend<wbr>Content</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#applycollapse" class="tsd-kind-icon">apply<wbr>Collapse</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="layerbasevector.html#clear" class="tsd-kind-icon">clear</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="layerbasevector.html#getlegenddiv" class="tsd-kind-icon">get<wbr>Legend<wbr>Div</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#getollayer" class="tsd-kind-icon">get<wbr>OlLayer</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
<a href="layerbasevector.html#getsource" class="tsd-kind-icon">get<wbr>Source</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">