GeoJSON response is currently built in Python which has an impact on the response time, this should ultimately be added to the work handled by postgres.
@zephylac this is the corresponding issue related to #68 - we can basically handle everything in postgres with customized functions and keep the logic away from python.
GeoJSON response is currently built in Python which has an impact on the response time, this should ultimately be added to the work handled by postgres.