|
9 | 9 | |Layer Thumbnail|`/rest/layers/<uuid>/thumbnail`|[GET](#get-layer-thumbnail)| x | x | x | |
10 | 10 | |Layer Style|`/rest/layers/<uuid>/style`|[GET](#get-layer-style)| x | x | x | |
11 | 11 | |Layer Chunk|`/rest/layers/<uuid>/chunk`|[GET](#get-layer-chunk)| [POST](#post-layer-chunk) | x | x | |
| 12 | +<<<<<<< HEAD |
12 | 13 | |Workspace Layer Metadata Comparison|`/rest/workspaces/<workspace_name>/layers/<layername>/metadata-comparison`|[GET](#get-workspace-layer-metadata-comparison) | x | x | x | |
| 14 | +======= |
| 15 | +|Layer Metadata Comparison|`/rest/layers/<uuid>/metadata-comparison`|[GET](#get-layer-metadata-comparison) | x | x | x | |
| 16 | +>>>>>>> 580dffe1 (uuid layer metadata comparison endpoint) |
13 | 17 | |Maps|`/rest/maps`|[GET](#get-maps)| [POST](#post-maps) | x | [DELETE](#delete-maps) | |
14 | 18 | |[Map](models.md#map)|`/rest/maps/<uuid>`|[GET](#get-map)| x | [PATCH](#patch-map) | [DELETE](#delete-map) | |
15 | 19 | |Map Thumbnail|`/rest/maps/<uuid>/thumbnail`|[GET](#get-map-thumbnail)| x | x | x | |
@@ -330,7 +334,7 @@ JSON object with following structure: |
330 | 334 | - *identifier*: String. Identifier of metadata record in CSW instance. |
331 | 335 | - *record_url*: String. URL of metadata record accessible by web browser, probably with some editing capabilities. |
332 | 336 | - *csw_url*: String. URL of CSW endpoint. It points to CSW endpoint of Micka. |
333 | | - - *comparison_url*: String. URL of [GET Workspace Layer Metadata Comparison](#get-workspace-layer-metadata-comparison). |
| 337 | + - *comparison_url*: String. URL of [GET Layer Metadata Comparison](#get-layer-metadata-comparison). |
334 | 338 | - *status*: Status information about metadata import and availability. See [GET Layer](#get-layer) **wms** property for meaning. |
335 | 339 | - *error*: If status is FAILURE, this may contain error object. |
336 | 340 | - **access_rights**: |
@@ -505,7 +509,7 @@ Content-Type: `application/json` |
505 | 509 | HTTP status code 200 if chunk was successfully saved. |
506 | 510 |
|
507 | 511 |
|
508 | | -### GET Workspace Layer Metadata Comparison |
| 512 | +### GET Layer Metadata Comparison |
509 | 513 | Get comparison of metadata properties among Layman, CSW, WMS and WFS. |
510 | 514 |
|
511 | 515 | #### Request |
|
0 commit comments