Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Paul Norman
On 6/4/2016 9:34 AM, Stadin, Benjamin wrote: Hi Bryan, thank you for these pointers. A somehwat unrelated question: The FAQ mentions cgimap. Is this performance optimized map API implementation still relevant and is it still in use? Will a production system benefit from this significantly,

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Stadin, Benjamin
Hi Bryan, thank you for these pointers. A somehwat unrelated question: The FAQ mentions cgimap. Is this performance optimized map API implementation still relevant and is it still in use? Will a production system benefit from this significantly, when it has to deal with lots of requests? Than

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Bryan Housel
Hi Ben, iD’s connection to OSM is in `connection.js`: https://github.com/openstreetmap/iD/blob/a8ac9faad8a597d81813d8effd5cc5c1a1a0a668/js/id/core/connection.js#L8-L19 iD’s connec

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Stadin, Benjamin
That was what my question was about, though I wasn't clear enough maybe. Thanks for your insights, Ben Von: Tom Hughes Gesendet: Samstag, 4. Juni 2016 11:05:23 An: Stadin, Benjamin; dev@openstreetmap.org Betreff: Re: OSM + iD + Nominatim Setup instructions

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Tom Hughes
On 04/06/16 09:19, Stadin, Benjamin wrote: But there seem to be some places where the Nominatim URL is hardcoded instead of using NOMINATIM_URL. I'm not sure what that has to do with anything I wrote? I mean I said nothing about integrating your instance of the rails port with your instance

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Stadin, Benjamin
But there seem to be some places where the Nominatim URL is hardcoded instead of using NOMINATIM_URL. For example: https://github.com/openstreetmap/openstreetmap-website/blob/master/lib/nomi natim.rb https://github.com/openstreetmap/openstreetmap-website/blob/master/test/htt p/nominatim.yml (That