Web Endpoint: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
'''Parameters:''' None | '''Parameters:''' None | ||
===getCSS=== | |||
Path: web/{name}.css | |||
Type: GET | |||
Produces: text/css | |||
'''Parameters:''' | |||
{|class=wikitable | |||
!Name | |||
!Location | |||
!Type | |||
!Default value | |||
|- | |||
|name | |||
|Path | |||
|String | |||
| | |||
|- | |||
|replacetoken | |||
|Query | |||
|boolean | |||
|true | |||
|} | |||
===get2DMap=== | |||
Path: web/{a:2dmap.html|map.html} | |||
Type: GET | |||
Produces: text/html | |||
'''Parameters:''' | |||
{|class=wikitable | |||
!Name | |||
!Location | |||
!Type | |||
!Default value | |||
|- | |||
|webStakeholderID | |||
|Header | |||
|Integer | |||
| | |||
|- | |||
|base | |||
|Query | |||
|[[WebBaseMap]] | |||
| | |||
|} | |||
===get3DMap=== | ===get3DMap=== | ||
Path: web/{a:3dmap.html|cesium.html} | Path: web/{a:3dmap.html|cesium.html} | ||
| Line 174: | Line 224: | ||
|} | |} | ||
=== | ==ActionMenu== | ||
Path: web/ | ===getMeasure=== | ||
Path: web/measure.geojson | |||
Type: GET | Type: GET | ||
Produces: | Produces: application/json | ||
'''Parameters:''' | '''Parameters:''' | ||
| Line 188: | Line 239: | ||
!Default value | !Default value | ||
|- | |- | ||
| | |webStakeholderID | ||
| | |Header | ||
| | |Integer | ||
| | | | ||
|- | |- | ||
| | |crs | ||
|Query | |Query | ||
| | |String | ||
| | |EPSG:3857 | ||
|- | |- | ||
| | |forcexy | ||
| | |Query | ||
| | |Boolean | ||
| | | | ||
|- | |- | ||
| | |id | ||
|Query | |Query | ||
| | |Integer | ||
| | |-1 | ||
|} | |} | ||
== | ===getCinematic=== | ||
Path: web/cinematic.geojson | |||
Path: web/ | |||
Type: GET | Type: GET | ||
| Line 315: | Line 350: | ||
|} | |} | ||
=== | ==Indicator== | ||
Path: web/ | ===getIndicator=== | ||
Path: web/indicator.html | |||
Type: GET | Type: GET | ||
Produces: | Produces: text/html | ||
'''Parameters:''' | '''Parameters:''' | ||
| Line 334: | Line 370: | ||
| | | | ||
|- | |- | ||
| | |id | ||
|Query | |Query | ||
| | |Integer | ||
| | |-1 | ||
|- | |- | ||
| | |css | ||
|Query | |Query | ||
| | |boolean | ||
| | |true | ||
|- | |- | ||
| | |maptype | ||
|Query | |Query | ||
| | |[[Map Type]] | ||
| | |MAQUETTE | ||
|} | |} | ||
===getIndicators=== | ===getIndicators=== | ||
Path: web/indicators.geojson | Path: web/indicators.geojson | ||
| Line 374: | Line 409: | ||
|String | |String | ||
|EPSG:3857 | |EPSG:3857 | ||
|} | |} | ||
| Line 506: | Line 506: | ||
|} | |} | ||
=== | ===getFlood=== | ||
Path: web/ | Path: web/flood.{format} | ||
Type: GET | Type: GET | ||
| Line 524: | Line 524: | ||
|- | |- | ||
|id | |id | ||
|Query | |||
|Integer | |||
| | |||
|- | |||
|overlay | |||
|Query | |Query | ||
|Integer | |Integer | ||
| Line 548: | Line 553: | ||
|0 | |0 | ||
|- | |- | ||
| | |timeframe | ||
|Query | |Query | ||
| | |int | ||
| | |0 | ||
|- | |- | ||
|worlddatum | |worlddatum | ||
| Line 564: | Line 569: | ||
|} | |} | ||
=== | ===getTerrain=== | ||
Path: web/ | Path: web/terrain.{format} | ||
Type: GET | Type: GET | ||
| Line 576: | Line 581: | ||
!Default value | !Default value | ||
|- | |- | ||
| | |format | ||
| | |Path | ||
| | |String | ||
| | | | ||
|- | |- | ||
|bbox | |bbox | ||
| Line 590: | Line 590: | ||
|String | |String | ||
| | | | ||
|- | |- | ||
|crs | |crs | ||
| Line 621: | Line 596: | ||
|EPSG:3857 | |EPSG:3857 | ||
|- | |- | ||
| | |id | ||
|Query | |Query | ||
| | |Integer | ||
| | | | ||
|- | |- | ||
| Line 631: | Line 606: | ||
|MAQUETTE | |MAQUETTE | ||
|- | |- | ||
| | |width | ||
|Query | |Query | ||
|int | |int | ||
| | |256 | ||
|- | |- | ||
| | |height | ||
|Query | |Query | ||
|int | |int | ||
| | |256 | ||
|- | |- | ||
| | |offset | ||
|Query | |Query | ||
| | |float | ||
| | |0 | ||
|- | |- | ||
| | |worlddatum | ||
|Query | |Query | ||
|boolean | |boolean | ||
| | |false | ||
|- | |- | ||
| | |decimation | ||
|Query | |Query | ||
| | |int | ||
| | |16 | ||
|} | |} | ||
=== | ===getTerrainTile=== | ||
Path: web/ | Path: web/terrain/{z}/{x}/{y}.{format} | ||
{ | |||
Type: GET | Type: GET | ||
| Line 724: | Line 649: | ||
| | | | ||
|- | |- | ||
| | |z | ||
| | |Path | ||
| | |int | ||
| | |||
|- | |||
|x | |||
|Path | |||
|int | |||
| | | | ||
|- | |- | ||
| | |y | ||
| | |Path | ||
| | |int | ||
| | | | ||
|- | |- | ||
| | |v | ||
|Query | |Query | ||
| | |String | ||
| | | | ||
|- | |- | ||
|width | |width | ||
| Line 754: | Line 684: | ||
|0 | |0 | ||
|- | |- | ||
| | |maptype | ||
|Query | |Query | ||
| | |[[Map Type]] | ||
| | |MAQUETTE | ||
|- | |- | ||
|worlddatum | |worlddatum | ||
| Line 770: | Line 700: | ||
|} | |} | ||
=== | ===getWater=== | ||
Path: web/ | Path: web/water.{format} | ||
Type: GET | Type: GET | ||
| Line 786: | Line 716: | ||
|String | |String | ||
| | | | ||
|- | |- | ||
|id | |id | ||
| Line 821: | Line 741: | ||
|float | |float | ||
|0 | |0 | ||
|- | |||
|flipY | |||
|Query | |||
|boolean | |||
|false | |||
|- | |- | ||
|worlddatum | |worlddatum | ||
| Line 833: | Line 758: | ||
|} | |} | ||
=== | ===getWMS=== | ||
Path: web/ | Path: web/wms | ||
Type: GET | Type: GET | ||
| Line 845: | Line 770: | ||
!Default value | !Default value | ||
|- | |- | ||
| | |webStakeholderID | ||
| | |Header | ||
|Integer | |||
| | |||
|- | |||
|request | |||
|Query | |||
|[[Request]] | |||
|GetCapabilities | |||
|- | |||
|bbox | |||
|Query | |||
|String | |||
| | |||
|- | |||
|width | |||
|Query | |||
|int | |||
|256 | |||
|- | |||
|height | |||
|Query | |||
|int | |||
|256 | |||
|- | |||
|layers | |||
|Query | |||
|String | |||
| | |||
|- | |||
|layer | |||
|Query | |||
|String | |String | ||
| | | | ||
|- | |- | ||
| | |timeframe | ||
| | |Query | ||
|int | |int | ||
|0 | |||
|- | |||
|crs | |||
|Query | |||
|String | |||
|EPSG:3857 | |||
|- | |||
|forcexy | |||
|Query | |||
|Boolean | |||
| | | | ||
|- | |||
|maptype | |||
|Query | |||
|[[Map Type]] | |||
|MAQUETTE | |||
|- | |- | ||
|x | |x | ||
| | |Query | ||
|int | |int | ||
| | |-1 | ||
|- | |- | ||
|y | |y | ||
| | |Query | ||
|int | |||
|-1 | |||
|- | |||
|i | |||
|Query | |||
|int | |||
|-1 | |||
|- | |||
|j | |||
|Query | |||
|int | |int | ||
|-1 | |||
|- | |||
|bgcolor | |||
|Query | |||
|String | |||
| | | | ||
|- | |- | ||
| | |format | ||
|Query | |Query | ||
|String | |String | ||
| | | | ||
|- | |- | ||
| | |info_format | ||
|Query | |||
|String | |||
|text/plain | |||
|- | |||
|walled | |||
|Query | |Query | ||
| | |boolean | ||
| | |true | ||
|- | |- | ||
| | |styles | ||
|Query | |Query | ||
| | |String | ||
| | | | ||
|} | |||
===postAvgHeight=== | |||
Path: web/avgheight.number | |||
Type: POST | |||
Produces: application/json , application/octet-stream | |||
'''Parameters:''' | |||
{|class=wikitable | |||
!Name | |||
!Location | |||
!Type | |||
!Default value | |||
|- | |- | ||
| | |f | ||
|Query | |Query | ||
| | |[[Format]] | ||
| | |JSON | ||
|- | |- | ||
|maptype | |maptype | ||
| Line 890: | Line 895: | ||
|MAQUETTE | |MAQUETTE | ||
|- | |- | ||
| | |buildings | ||
|Query | |Query | ||
|boolean | |boolean | ||
|false | |false | ||
|} | |} | ||
| Line 943: | Line 943: | ||
==Overlay== | ==Overlay== | ||
===getOverlays=== | |||
Path: web/overlays.geojson | |||
Type: GET | |||
Produces: application/json | |||
'''Parameters:''' | |||
{|class=wikitable | |||
!Name | |||
!Location | |||
!Type | |||
!Default value | |||
|- | |||
|webStakeholderID | |||
|Header | |||
|Integer | |||
| | |||
|- | |||
|crs | |||
|Query | |||
|String | |||
|EPSG:3857 | |||
|} | |||
===getOverlayImage=== | ===getOverlayImage=== | ||
Path: web/overlay.png | Path: web/overlay.png | ||
| Line 1,026: | Line 1,051: | ||
|} | |} | ||
=== | ==Popup== | ||
Path: web/ | ===getPopup=== | ||
Path: web/popup.html | |||
Type: GET | Type: GET | ||
Produces: | Produces: text/html | ||
'''Parameters:''' | '''Parameters:''' | ||
| Line 1,045: | Line 1,071: | ||
| | | | ||
|- | |- | ||
| | |stakeholderid | ||
|Query | |||
|Integer | |||
|-1 | |||
|- | |||
|id | |||
|Query | |||
|Integer | |||
|-1 | |||
|- | |||
|css | |||
|Query | |Query | ||
| | |Boolean | ||
| | | | ||
|} | |} | ||
===getPopupClusters=== | ===getPopupClusters=== | ||
Path: web/popupclusters.geojson | Path: web/popupclusters.geojson | ||
| Line 1,110: | Line 1,145: | ||
|String | |String | ||
|EPSG:3857 | |EPSG:3857 | ||
|} | |} | ||
Latest revision as of 09:12, 3 June 2026
General path: web/
Web
getKeepAlive
Path: web/resettimeout
Type: GET
Produces: text/plain
Parameters: None
getCSS
Path: web/{name}.css
Type: GET
Produces: text/css
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| name | Path | String | |
| replacetoken | Query | boolean | true |
get2DMap
Path: web/{a:2dmap.html|map.html}
Type: GET
Produces: text/html
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| base | Query | WebBaseMap |
get3DMap
Path: web/{a:3dmap.html|cesium.html}
Type: GET
Produces: text/html
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| overlay | Query | Integer | |
| base | Query | WebBaseMap | |
| style | Query | WebModelStyle | |
| shadow | Query | Boolean | |
| texture | Query | TextureSize | |
| spacing | Query | Double |
getAssets
Path: web/assets/{path : [a-zA-Z0-9/._-]+}
Type: GET
Produces: image/png , image/jpeg
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| path | Path | String |
getDomainLogo
Path: web/domain.png
Type: GET
Produces: image/png
Parameters: None
getLibJS
Path: web/{name}.js
Type: GET
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| name | Path | String |
getPanel
Path: web/{path:|index.html|panel.html|panel.body}
Type: GET
Produces: text/html
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| stakeholderid | Query | Integer | |
| path | Path | String | |
| id | Query | Integer | |
| css | Query | Boolean |
postEventForm
Path: web/event/{eventclass}/{eventname}
Type: POST
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| eventclass | Path | String | |
| eventname | Path | String |
ActionMenu
getMeasure
Path: web/measure.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| crs | Query | String | EPSG:3857 |
| forcexy | Query | Boolean | |
| id | Query | Integer |
getCinematic
Path: web/cinematic.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| crs | Query | String | EPSG:3857 |
| forcexy | Query | Boolean | |
| id | Query | Integer |
getActionMenuActions
Path: web/actionmenuactions.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| crs | Query | String | EPSG:3857 |
| id | Query | Integer |
getActionMenus
Path: web/actionmenus.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| crs | Query | String | EPSG:3857 |
Indicator
getIndicator
Path: web/indicator.html
Type: GET
Produces: text/html
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| id | Query | Integer | |
| css | Query | boolean | true |
| maptype | Query | Map Type | MAQUETTE |
getIndicators
Path: web/indicators.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| crs | Query | String | EPSG:3857 |
Label
getNeighborhoods
Path: web/neighborhoods.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| crs | Query | String | EPSG:3857 |
getStreets
Path: web/streets.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| crs | Query | String | EPSG:3857 |
Map
getDirection
Path: web/direction.{format}
Type: GET
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| format | Path | String | |
| id | Query | Integer | |
| overlay | Query | Integer | |
| maptype | Query | Map Type | MAQUETTE |
| width | Query | int | 256 |
| height | Query | int | 256 |
| timeframe | Query | int | 0 |
| xy | Query | boolean | 0 |
getFlood
Path: web/flood.{format}
Type: GET
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| format | Path | String | |
| id | Query | Integer | |
| overlay | Query | Integer | |
| maptype | Query | Map Type | MAQUETTE |
| width | Query | int | 256 |
| height | Query | int | 256 |
| offset | Query | float | 0 |
| timeframe | Query | int | 0 |
| worlddatum | Query | boolean | false |
| decimation | Query | int | 16 |
getTerrain
Path: web/terrain.{format}
Type: GET
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| format | Path | String | |
| bbox | Query | String | |
| crs | Query | String | EPSG:3857 |
| id | Query | Integer | |
| maptype | Query | Map Type | MAQUETTE |
| width | Query | int | 256 |
| height | Query | int | 256 |
| offset | Query | float | 0 |
| worlddatum | Query | boolean | false |
| decimation | Query | int | 16 |
getTerrainTile
Path: web/terrain/{z}/{x}/{y}.{format}
Type: GET
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| format | Path | String | |
| z | Path | int | |
| x | Path | int | |
| y | Path | int | |
| v | Query | String | |
| width | Query | int | 256 |
| height | Query | int | 256 |
| offset | Query | float | 0 |
| maptype | Query | Map Type | MAQUETTE |
| worlddatum | Query | boolean | false |
| decimation | Query | int | 16 |
getWater
Path: web/water.{format}
Type: GET
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| format | Path | String | |
| id | Query | Integer | |
| maptype | Query | Map Type | MAQUETTE |
| width | Query | int | 256 |
| height | Query | int | 256 |
| offset | Query | float | 0 |
| flipY | Query | boolean | false |
| worlddatum | Query | boolean | false |
| decimation | Query | int | 16 |
getWMS
Path: web/wms
Type: GET
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| request | Query | Request | GetCapabilities |
| bbox | Query | String | |
| width | Query | int | 256 |
| height | Query | int | 256 |
| layers | Query | String | |
| layer | Query | String | |
| timeframe | Query | int | 0 |
| crs | Query | String | EPSG:3857 |
| forcexy | Query | Boolean | |
| maptype | Query | Map Type | MAQUETTE |
| x | Query | int | |
| y | Query | int | |
| i | Query | int | |
| j | Query | int | |
| bgcolor | Query | String | |
| format | Query | String | |
| info_format | Query | String | text/plain |
| walled | Query | boolean | true |
| styles | Query | String |
postAvgHeight
Path: web/avgheight.number
Type: POST
Produces: application/json , application/octet-stream
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| f | Query | Format | JSON |
| maptype | Query | Map Type | MAQUETTE |
| buildings | Query | boolean | false |
Net
getLines
Path: web/lines.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| bbox | Query | String | |
| minlength | Query | Double | |
| maxlength | Query | Double | |
| type | Query | Net Type | |
| crs | Query | String | EPSG:3857 |
Overlay
getOverlays
Path: web/overlays.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| crs | Query | String | EPSG:3857 |
getOverlayImage
Path: web/overlay.png
Type: GET
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| maptype | Query | Map Type | MAQUETTE |
| bbox | Query | String | |
| width | Query | int | 256 |
| height | Query | int | 256 |
| id | Query | Integer | |
| timeframe | Query | int | 0 |
| crs | Query | String | EPSG:3857 |
| forcexy | Query | Boolean | |
| bgcolor | Query | String | |
| format | Query | String | |
| info_format | Query | String | text/plain |
| walled | Query | boolean | true |
| styles | Query | String |
Popup
getPopup
Path: web/popup.html
Type: GET
Produces: text/html
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| stakeholderid | Query | Integer | |
| id | Query | Integer | |
| css | Query | Boolean |
getPopupClusters
Path: web/popupclusters.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| bbox | Query | String | |
| crs | Query | String | EPSG:3857 |
getPopups
Path: web/popups.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| bbox | Query | String | |
| crs | Query | String | EPSG:3857 |
Scenario
getScenarios
Path: web/scenarios.geojson
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| crs | Query | String | EPSG:3857 |
Version
getVersion
Path: web/version.json
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| links | Query | String |
getItemVersion
Path: web/itemversion.json
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| link | Query | String | |
| itemid | Query | String |