Skip to content

Commit

Permalink
comment unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PatchesMaps committed Jan 18, 2024
1 parent c365a1a commit 2353e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/js/map/layerbuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import OlTileGridTileGrid from 'ol/tilegrid/TileGrid';
import MVT from 'ol/format/MVT';
import GeoJSON from 'ol/format/GeoJSON';
import { bbox } from 'ol/loadingstrategy';
import axios from 'axios';
import qs from 'qs';
// import axios from 'axios';
// import qs from 'qs';
import LayerVectorTile from 'ol/layer/VectorTile';
import SourceVectorTile from 'ol/source/VectorTile';
import ImageLayer from 'ol/layer/Image';
Expand Down

0 comments on commit 2353e09

Please sign in to comment.