BI 1007 Add map box placename to building
Created by: josedcs
Add MapBox place name to buildings http endpoint
- BI-1007 Find building by MapBox place_name
We can get building from building service by id or by place_name.
- Get building by place_name using
getrequesthttp://0.0.0.0:5404/building/?place_name=<place_name> - Get building by building_id using
getrequesthttp://0.0.0.0:5404/building/?building_id=<building_id>
Deprecated:
- Get building by address, zip, borough
- Get building by bbl
Enabled by the changes made to buildings db list in the OLTP PR https://github.com/Blocp/oltp/pull/67