Skip to content

Commit

Permalink
Fix OGCVectorTile source types
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonE authored and tschaub committed Aug 14, 2023
1 parent 852fc33 commit aac3b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ol/source/OGCVectorTile.js
Expand Up @@ -2,7 +2,7 @@
* @module ol/source/OGCVectorTile
*/

import VectorTile from './VectorTile.js';
import VectorTileSource from './VectorTile.js';
import {getTileSetInfo} from './ogcTileUtil.js';
import {error as logError} from '../console.js';

Expand Down Expand Up @@ -46,7 +46,7 @@ import {error as logError} from '../console.js';
* provide the `mediaType` option.
* @api
*/
class OGCVectorTile extends VectorTile {
class OGCVectorTile extends VectorTileSource {
/**
* @param {Options} options OGC vector tile options.
*/
Expand Down

0 comments on commit aac3b83

Please sign in to comment.