Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Nov 13, 2024
1 parent 19fc730 commit a41bc49
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/style/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ import {
} from '../util/actor_messages';
import {Projection} from '../geo/projection/projection';



import {createProjectionFromName} from '../geo/projection/projection_factory';

const empty = emptyStyle() as StyleSpecification;
Expand Down Expand Up @@ -1544,8 +1542,6 @@ export class Style extends Evented {
}

setProjection(projection: ProjectionSpecification) {


this._checkLoaded();
if (this.projection) {
if (this.projection.name === projection.type) return;
Expand Down

0 comments on commit a41bc49

Please sign in to comment.