hotosm / galaxy-api

Backend to fetch data from Underpass
https://galaxy-api.hotosm.org/latest/redoc
GNU Affero General Public License v3.0
14 stars 5 forks source link

Add Geometry Type support in Rawdata API endpoint #159

Closed kshitijrajsharma closed 2 years ago

kshitijrajsharma commented 2 years ago

This idea is to add support in API and query in order to query all the tables we have : nodes , ways_line, ways_polygon , relations Currently this will be optional field user can specify what type of geometry feature they want , Endpoint should accept multiple input such as nodes and ways only or relation only . This could be heavily used in testing to see performance of querying multiple tables and can be improved and structured after discussion