update todo
This commit is contained in:
parent
3faed6c316
commit
4195dce491
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ class Router:
|
|||
return RouterLocation((self.spaces[location.pk], ))
|
||||
if isinstance(location, Area):
|
||||
return RouterLocation((self.areas[location.pk], ))
|
||||
# todo: route from POI or custom location
|
||||
# todo: route from/to POI or custom location
|
||||
# todo: route from/to location group
|
||||
return RouterLocation()
|
||||
|
||||
def get_route(self, origin, destination):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue