Web Endpoint: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 57: | Line 57: | ||
|Query | |Query | ||
|[[WebBaseMap]] | |[[WebBaseMap]] | ||
| | |||
|} | |||
===get3DMap=== | |||
Path: web/{a:3dmap.html|cesium.html} | |||
Type: GET | |||
Produces: text/html | |||
'''Parameters:''' | |||
{|class=wikitable | |||
!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:''' | |||
{|class=wikitable | |||
!Name | |||
!Location | |||
!Type | |||
!Default value | |||
|- | |||
|path | |||
|Path | |||
|String | |||
| | | | ||
|} | |} | ||
| Line 154: | Line 224: | ||
|} | |} | ||
=== | ==ActionMenu== | ||
Path: web/ | ===getMeasure=== | ||
Path: web/measure.geojson | |||
Type: GET | Type: GET | ||
Produces: | Produces: application/json | ||
'''Parameters:''' | '''Parameters:''' | ||
| Line 173: | Line 244: | ||
| | | | ||
|- | |- | ||
| | |crs | ||
|Query | |Query | ||
| | |String | ||
| | |EPSG:3857 | ||
|- | |- | ||
| | |forcexy | ||
|Query | |Query | ||
|Boolean | |Boolean | ||
| | | | ||
|- | |- | ||
| | |id | ||
|Query | |Query | ||
| | |Integer | ||
|-1 | |||
|- | |||
|} | |} | ||
=== | ===getCinematic=== | ||
Path: web/ | Path: web/cinematic.geojson | ||
Type: GET | Type: GET | ||
| Line 248: | Line 283: | ||
|String | |String | ||
|EPSG:3857 | |EPSG:3857 | ||
|- | |||
|forcexy | |||
|Query | |||
|Boolean | |||
| | |||
|- | |- | ||
|id | |id | ||
| Line 255: | Line 295: | ||
|} | |} | ||
=== | ===getActionMenuActions=== | ||
Path: web/ | Path: web/actionmenuactions.geojson | ||
Type: GET | Type: GET | ||
| Line 278: | Line 318: | ||
|String | |String | ||
|EPSG:3857 | |EPSG:3857 | ||
|- | |- | ||
|id | |id | ||
| Line 315: | Line 325: | ||
|} | |} | ||
=== | ===getActionMenus=== | ||
Path: web/ | Path: web/actionmenus.geojson | ||
Type: GET | Type: GET | ||
| Line 338: | Line 348: | ||
|String | |String | ||
|EPSG:3857 | |EPSG:3857 | ||
|} | |} | ||
| Line 412: | Line 412: | ||
==Label== | ==Label== | ||
=== | ===getNeighborhoods=== | ||
Path: web/ | Path: web/neighborhoods.geojson | ||
Type: GET | Type: GET | ||
| Line 432: | Line 432: | ||
|} | |} | ||
=== | ===getStreets=== | ||
Path: web/ | Path: web/streets.geojson | ||
Type: GET | Type: GET | ||
| 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 |