Skip to content

Commit

Permalink
Merge pull request #189 from Geoportail-Luxembourg/GITLAB-41-expose_u…
Browse files Browse the repository at this point in the history
…rl_storage

export url storage in the lib
  • Loading branch information
rmichaelis authored Feb 6, 2025
2 parents 9159b2e + 8fd7962 commit 1abb0a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bundle/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ import { statePersistorMyMapService } from '@/services/state-persistor/state-per
import { proxyUrlHelper } from '@/services/proxyurl/proxyurl.helper'
import { styleUrlHelper } from '@/services/styleurl/styleurl.helper'
import { storageHelper } from '@/services/state-persistor/storage/storage.helper'
import { urlStorage } from '@/services/state-persistor/storage/url-storage'
import { themeSelectorService } from '@/components/theme-selector/theme-selector.service'
import MapLibreLayer from '@/lib/ol-mapbox-layer'
import StylePanel from '@/components/style-selector/style-panel.vue'
Expand Down Expand Up @@ -189,4 +190,5 @@ export {
MapLibreLayer,
StylePanel,
clearLayersCache,
urlStorage,
}

0 comments on commit 1abb0a1

Please sign in to comment.