setup map component to render correctly and visualize all listings in scrollable components
This commit is contained in:
parent
a8ee95b9d9
commit
8e41032c6c
23 changed files with 2183 additions and 342 deletions
|
|
@ -31,5 +31,5 @@ async def get_listing(user: Annotated[User, Depends(get_current_user)]):
|
|||
@app.get("/api/listing_geojson")
|
||||
async def get_listing_geojson(user: Annotated[User, Depends(get_current_user)]):
|
||||
repository = ListingRepository(engine)
|
||||
geojson_data = await export_immoweb(repository, limit=500)
|
||||
geojson_data = await export_immoweb(repository, limit=None)
|
||||
return geojson_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue