Skip to content

Commit e40e6da

Browse files
committed
Remove historical flatmap/UUID/markers endpoint.
1 parent acf0d7b commit e40e6da

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

mapserver/server/flatmap.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,6 @@ async def flatmap_style(map_uuid: str) -> File:
224224

225225
#===============================================================================
226226

227-
## DEPRECATED
228-
@get('flatmap/{map_uuid:str}/markers', include_in_schema=False)
229-
async def flatmap_markers(map_uuid: str) -> File:
230-
path = pathlib.Path(settings['FLATMAP_ROOT']) / map_uuid / 'markers.json'
231-
return File(path=path, media_type=MediaType.JSON)
232-
233-
#===============================================================================
234-
235227
@get('flatmap/{map_uuid:str}/layers')
236228
async def flatmap_layers(map_uuid: str) -> dict:
237229
try:
@@ -374,7 +366,6 @@ async def flatmap_termgraph(map_uuid: str) -> dict:
374366
flatmap_layers,
375367
flatmap_maker_log,
376368
flatmap_maps,
377-
flatmap_markers, ## DEPRECATED
378369
flatmap_metadata,
379370
flatmap_pathways,
380371
flatmap_connectivity,

0 commit comments

Comments
 (0)