show locations immediately after searching
This commit is contained in:
parent
9a9ea45242
commit
95fce11d00
3 changed files with 31 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue