Skip to content

Commit 12ac55c

Browse files
committed
Website updates
1 parent ea4ebc8 commit 12ac55c

7 files changed

Lines changed: 10 additions & 6 deletions

File tree

dist/en/main/examples/common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/webgl-points-layer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h5 class="modal-title" id="tag-example-title"></h5>
194194
<div class="row-fluid">
195195
<p id="shortdesc">Using a WebGL-optimized layer to render a large quantities of points</p>
196196
<div id="docs"><p>
197-
This example shows how to use a `WebGLPointsLayer` to show a large amount of points on the map.
197+
This example shows how to use a `WebGLVectorLayer` to show a large amount of points on the map.
198198
The layer is given a style in JSON format which allows a certain level of customization of the final representation.
199199
</p>
200200
<p>

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/renderer/webgl/VectorLayer.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/renderer/webgl/VectorLayer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,10 @@ class WebGLVectorLayerRenderer extends WebGLLayerRenderer {
500500
* @param {import('../../render/webgl/VectorStyleRenderer.js').WebGLBuffers} buffers Buffers
501501
*/
502502
disposeBuffers(buffers) {
503+
if (!this.helper) {
504+
return;
505+
}
506+
503507
/**
504508
* @param {Array<import('../../webgl/Buffer.js').default>} typeBuffers Buffers
505509
*/

0 commit comments

Comments
 (0)