Use the new webgl renderer in the heatmap layer

This commit is contained in:
Olivier Guyot
2018-11-15 16:33:52 +01:00
parent 51becf1c2e
commit 494b817f47
2 changed files with 87 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
import Map from '../src/ol/Map.js';
import Map from '../src/ol/CompositeMap.js';
import View from '../src/ol/View.js';
import KML from '../src/ol/format/KML.js';
import {Heatmap as HeatmapLayer, Tile as TileLayer} from '../src/ol/layer.js';