Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <wps:Execute service="WPS" version="1.0.0" xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0
  2. ../wpsExecute_request.xsd" language="en-US">
  3. <!-- template-version: 0.21 -->
  4. <ows:Identifier>Buffer</ows:Identifier>
  5. <wps:DataInputs>
  6. <wps:Input>
  7. <ows:Identifier>InputPolygon</ows:Identifier>
  8. <wps:Reference xlink:href="https://ms4w.dev/cgi-bin/mapserv.exe?map=/ms4w/apps/local-demo/local.map&amp;SERVICE=WMS&amp;VERSION=1.3.0&amp;REQUEST=GetFeatureInfo&amp;FORMAT=image/png&amp;TRANSPARENT=true&amp;QUERY_LAYERS=countries&amp;LAYERS=local-demo&amp;INFO_FORMAT=application/json&amp;I=50&amp;J=50&amp;CRS=EPSG:3857&amp;STYLES=&amp;WIDTH=101&amp;HEIGHT=101&amp;BBOX=684471.3473238149,1449482.5922966867,1672649.2489945735,2437660.4939674456" mimeType="text/xml"/>
  9. </wps:Input>
  10. <wps:Input>
  11. <ows:Identifier>BufferDistance</ows:Identifier>
  12. <wps:Data>
  13. <wps:LiteralData dataType="integer">500000</wps:LiteralData>
  14. </wps:Data>
  15. </wps:Input>
  16. </wps:DataInputs>
  17. <wps:ResponseForm>
  18. <wps:RawDataOutput mimeType="application/json">
  19. <ows:Identifier>Result</ows:Identifier>
  20. </wps:RawDataOutput>
  21. </wps:ResponseForm>
  22. </wps:Execute>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement