Update OATiles to the latest specification changes #1 (#982)

* Start a wip alignment

* Adding CRS to tile_matrix_set_links

* Refactor json structure tiles endpoint

* Link section in tileset

* Unit test

Co-authored-by: Francesco Bartoli <francesco.bartoli@geobeyond.it>
This commit is contained in:
Antonio Cerciello
2022-09-12 22:24:25 +02:00
committed by GitHub
parent f34d94e2eb
commit 514b7b9e08
3 changed files with 61 additions and 27 deletions
+2 -1
View File
@@ -1125,7 +1125,8 @@ def test_get_collection_tiles(config, api_):
req, 'naturalearth/lakes')
assert rsp_headers['Content-Language'] == 'en-US'
content = json.loads(response)
assert content['description'] == 'lakes of the world, public domain'
assert len(content['links']) > 0
assert len(content['tilesets']) > 0
def test_describe_processes(config, api_):