-
-
Notifications
You must be signed in to change notification settings - Fork 9
Implementation of OGC WPS API (backend PHP) #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
d2eac49 to
06dd0f2
Compare
|
Added 2a363f3 commit to improve the way |
146b076 to
03b3ba5
Compare
ab96438 to
3bcd208
Compare
3bcd208 to
257602d
Compare
813fd59 to
00b096d
Compare
|
Added filtering on Before
|
|
When a process that involves "OUTPUT_JSON_FILE": {
"href": "http://tests-wps:8080/jobs/e899681c-8413-11f0-b645-b5c85e486dd4/files/plot.json",
"type": "application/json"
}So front-end would receive the WPS Server address. "OUTPUT_JSON_FILE": {
"href": "files/plot.json",
"type": "application/json"
}Front-end doesn't receive the WPS Server address anymore. It can prepare a request to a future controller that will handle files transmitting. |
This work will help the future revamp of the WPS module.
WPSandMapservers URL.WPS Server URLLizmap 3.9.0-rc.3to use theapi.phpentrypointeslintand removedwps.jsfrom it because it is like a legacy with some problems. (wps.jswill be replaced on future PRs )