Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OGC
node-3DPS
Commits
57c316ee
Commit
57c316ee
authored
Aug 06, 2021
by
Joe TS Dell
Browse files
update readme
parent
4fc94e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
57c316ee
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment