Re: [OSM-dev] ask How to Build API on my own map ?

2012-01-04 Thread Shaun McDonald
Those instructions are currently out of date since the upgrade to Rails 3. gem install bundler bundle install should help you there. Shaun On 4 Jan 2012, at 03:23, Anwar Azulfa wrote: i have following reference from http://wiki.openstreetmap.org/wiki/The_Rails_Port When i execute :

Re: [OSM-dev] ask How to Build API on my own map ?

2012-01-03 Thread Anwar Azulfa
i have following reference from http://wiki.openstreetmap.org/wiki/The_Rails_Port When i execute : rake gems:install i have following error: *$ rake gems:install --trace* *rake aborted!* *no such file to load -- bundler/setup* */usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in

Re: [OSM-dev] ask How to Build API on my own map ?

2012-01-02 Thread Tom Hughes
On 02/01/12 09:39, Anwar Azulfa wrote: I want to build API on my own map (tile server). Well first you need to make up your mind if you want an API or a tile server as they are two different things... should i do use this reference ? : http://wiki.openstreetmap.org/wiki/Rails_port If

Re: [OSM-dev] ask How to Build API on my own map ?

2012-01-02 Thread Anwar Azulfa
Thanks for Reply Tom, i have already built Tile Server on my server. Now I want to build API on it 2012/1/2 Tom Hughes t...@compton.nu On 02/01/12 09:39, Anwar Azulfa wrote: I want to build API on my own map (tile server). Well first you need to make up your mind if you want an API or a

Re: [OSM-dev] ask How to Build API on my own map ?

2012-01-02 Thread Anwar Azulfa
which one better between XAPI and overpass API ?and which on simpler? 2012/1/2 Anwar Azulfa an...@troyans.net Thanks for Reply Tom, i have already built Tile Server on my server. Now I want to build API on it 2012/1/2 Tom Hughes t...@compton.nu On 02/01/12 09:39, Anwar Azulfa wrote: