Add support for OSM vector tiles
This commit is contained in:
@@ -41,7 +41,6 @@ describe('ol.renderer.canvas.VectorTileLayer', function() {
|
||||
ol.VectorTile.apply(this, arguments);
|
||||
this.setState('loaded');
|
||||
this.setFeatures([feature1, feature2]);
|
||||
this.setProjection(ol.proj.get('EPSG:3857'));
|
||||
};
|
||||
ol.inherits(TileClass, ol.VectorTile);
|
||||
var source = new ol.source.VectorTile({
|
||||
|
||||
Reference in New Issue
Block a user