Skip to content

Commit

Permalink
fix: eslint error unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Apr 4, 2024
1 parent c16006e commit c42a558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenLayers/Controls/LayerImport.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { unByKey as olObservableUnByKey } from "ol/Observable";
import Collection from "ol/Collection";
import Feature from "ol/Feature";
import WMTSTileGrid from "ol/tilegrid/WMTS";
import { createXYZ as olCreateXYZTileGrid } from "ol/tilegrid"; // FIXME olCreateXYZTileGrid !?
// import { createXYZ as olCreateXYZTileGrid } from "ol/tilegrid"; // FIXME olCreateXYZTileGrid !?
import {
transform as olTransformProj,
get as olGetProj,
Expand Down

0 comments on commit c42a558

Please sign in to comment.