Skip to content

Commit

Permalink
Update query-string
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucia Sarni committed Jul 7, 2023
1 parent bdd2488 commit 35cb16e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 28 deletions.
56 changes: 31 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"portal-vue": "^2.1.7",
"proj4leaflet": "^1.0.2",
"proxy-polyfill": "^0.3.2",
"query-string": "^7.1.1",
"query-string": "^8.1.0",
"url-polyfill": "^1.1.12",
"url-search-params-polyfill": "^8.1.1",
"vue": "^2.6.14",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/geoserver-url.js
@@ -1,4 +1,4 @@
import { stringify } from 'query-string'
import queryString from 'query-string'
import mapConfig from '../map.config.js'

export default async function ({
Expand All @@ -14,7 +14,7 @@ export default async function ({
return undefined
}
const services = await mapConfig.getServices()
const params = stringify({
const params = queryString.stringify({
service,
request,
width,
Expand Down

0 comments on commit 35cb16e

Please sign in to comment.