Skip to content

Commit

Permalink
lint the project
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jul 27, 2024
1 parent a4d052d commit db0d755
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mbtiles-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import Projection from 'ol/proj/Projection.js';
import RenderFeature from 'ol/render/Feature.js';
import { FeatureLike } from 'ol/Feature.js';
import { get as getProjection } from 'ol/proj.js';
import { Type } from 'ol/geom/Geometry.js';
import { VERSION as _olVERSION } from 'ol/util.js';

const olVERSION = _olVERSION.split('.').map((v) => +v);
const olVersion_RenderFeatureStrides = (olVERSION[0] > 8 || (olVERSION[0] === 8 && olVERSION[1] >= 2));

declare module '@mapbox/vector-tile' {
interface VectorTileFeature {
Expand Down

0 comments on commit db0d755

Please sign in to comment.