show locations immediately after searching

This commit is contained in:
Laura Klünder 2018-12-25 18:08:33 +01:00
parent 9a9ea45242
commit 95fce11d00
3 changed files with 31 additions and 6 deletions

View file

@ -348,6 +348,9 @@ class CustomLocation:
result['display'].pop(6)
return result
def get_geometry(self, detailed_geometry=True):
return None
@cached_property
def description(self):
from c3nav.routing.router import Router