Merge pull request #9532 from fredj/rm_prop_mapbox_example

Remove unused 'container' property in mapbox-layer example
This commit is contained in:
Frédéric Junod
2019-05-14 14:23:58 +02:00
committed by GitHub

View File

@@ -62,7 +62,6 @@ const mbMap = new mapboxgl.Map({
// init OL layers
const mbLayer = new Layer({
container: map.getTarget(),
render: function(frameState) {
const canvas = mbMap.getCanvas();
const view = map.getView();