We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2262743 commit 5b3051bCopy full SHA for 5b3051b
src/lib/get-abstraction-data.js
@@ -30,7 +30,7 @@ export default async function getAbstractionData ({ area, coordinates, layer, ou
30
const data = DATA_TEMPLATE({ area, coordinates, layer, outres, abstraction });
31
const url = await geoServerUrl({
32
// url: process.env.VUE_APP_GEO_SERVER + '/wps',
33
- url: 'https://openearth-basis-rivierbodem-ligging-test.avi.directory.intra/wps',
+ url: 'https://basisrivierbodemligging-test.avi.deltares.nl/wps',
34
request: 'Execute',
35
service: 'WPS',
36
identifier: 'brl_wps_abstraction',
0 commit comments