Nikhil VJ
Nikhil VJ
Any way forward found for `QHttpEngine not found - local API disabled` ?
I'm initiating my server using this: `tornado.web.Application([..routes..], **settings)` . But all the xheader examples are `tornado.httpserver.HTTPServer()`. How can I set xheaders=True in a tornado.web.Application() initiation?
Update : it did complete the build process successfully: ``` 100%] Linking CXX executable osrm-components [100%] Built target osrm-components ``` and after last command the binaries are created: ``` /usr/local/bin#...
@britoyenci Like I said in my followup message, they were warnings not errors; the builds did happen successfully and I was able to run it successfully. OSRM does have a...
ok, reposted this at openstreetmap-website repo.
Hi, it turns out in the openstreetmap-website's case you have to put the gpx param after a **#** instead of after **?** . This works: https://www.openstreetmap.org/edit#gpx=https%3A//server.nikhilvj.co.in/pmgsy/gpx/1445.gpx We need to update...
@nasked11 you have to replace the word "column_name" with your database table's column name which is of the geometry / geography type.
If we use the connection string as shown: `connection: 'postgres://foo:[email protected]/neon?sslmode=require',` Then how do we provide the 3 ssl files (server-ca, client-cert, client-key) ?
@Oxalin same here, there's no further funding from WRI-Cities so no development here. I've worked on another tool doing similar operations, want to create and announce another project in coming...
Hi @pinecone460 , ya.. I don't think that was the right place to be trying something like that ;) The heroku was for demo purposes - the infra behind it...