From 2353e092f24a64e5804770104b887b610a3db6f5 Mon Sep 17 00:00:00 2001 From: PatchesMaps Date: Thu, 18 Jan 2024 16:41:06 -0500 Subject: [PATCH] comment unused deps --- web/js/map/layerbuilder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/js/map/layerbuilder.js b/web/js/map/layerbuilder.js index 7638c7ec95..dc755dd307 100644 --- a/web/js/map/layerbuilder.js +++ b/web/js/map/layerbuilder.js @@ -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';