mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-27 06:51:42 +03:00
parent
2de8256863
commit
15e09f2b24
@ -271,7 +271,7 @@ class NearSearch(AbstractSearch):
|
||||
"""
|
||||
table = await conn.get_class_table(*category)
|
||||
|
||||
t = conn.t.placex.alias('p')
|
||||
t = conn.t.placex
|
||||
tgeom = conn.t.placex.alias('pgeom')
|
||||
|
||||
sql = _select_placex(t).where(tgeom.c.place_id.in_(ids))\
|
||||
|
Loading…
Reference in New Issue
Block a user