From 57c316eee183e95a90bf517642f0637d298a95a1 Mon Sep 17 00:00:00 2001 From: Joe TS Dell <thunyathep.s@outlook.com> Date: Fri, 6 Aug 2021 14:22:25 +0200 Subject: [PATCH] update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58d127f..15cbd34 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,15 @@ The getCapabilities request generates dynamically a response based on the `asset `&request=getScene` -`&layers=layer_1,layer_2` +`&layers=Buildings_Hamburg` -`&boundingbox=lon_1,lat_1,lon_2,lat_2` +`&boundingbox=lon_1,lat_1,lon_2,lat_2` (optional) + +`&crs=EPSG:4326` 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 +* [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&crs=EPSG:4326) \ No newline at end of file -- GitLab