Unused element and class name

This commit is contained in:
Tim Schaub
2022-07-21 14:30:32 -07:00
parent 01f3536d29
commit 8aa8684d81
2 changed files with 0 additions and 2 deletions

View File

@@ -8,4 +8,3 @@ tags: "vector, geojson, webgl"
experimental: true
---
<div id="map" class="map"></div>
<div id="info">&nbsp;</div>

View File

@@ -12,7 +12,6 @@ import {packColor} from '../src/ol/renderer/webgl/shaders.js';
class WebGLLayer extends Layer {
createRenderer() {
return new WebGLVectorLayerRenderer(this, {
className: this.getClassName(),
fill: {
attributes: {
color: function (feature) {