File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' )
236228async 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 ,
You can’t perform that action at this time.
0 commit comments