From 802ab969b058ad36d58bd5d3a93da65a68337143 Mon Sep 17 00:00:00 2001 From: Athanasios <ath.kouk.oid@gmail.com> Date: Wed, 27 May 2020 11:05:03 +0200 Subject: [PATCH] readme edit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d45c56f..5c9fc42 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,9 @@ The getCapabilities request generates dynamically a response based on the `asset `&boundingbox=lon_1,lat_1,lon_2,lat_2` -When the query parameters are not valid an xml exception is returned. \ No newline at end of file +When the query parameters are not valid an xml exception is returned. + +## Examples + +[localhost getCapabilities](http://localhost:9000/service/v1?service=3DPS&acceptversions=1.0&request=getCapabilities) +[localhost getScene](http://localhost:9000/service/v1?service=3DPS&acceptversions=1.0&request=getScene&layers=Niedernhall&boundingbox=9.6158087151,49.2935455509,9.6202933686,49.2963390299) \ No newline at end of file -- GitLab