[OSM-dev] Random server errors on API (custom install)

2012-08-29 Thread Jan Schejbal
Hi, when calling the API on a custom server to get some data like this: http://example.com:3000/api/0.6/map?bbox=8.19,49.83,9.208,50.373 I sometimes get a result, and sometimes I just get a server error (code 500) with the following message: NameError: uninitialized constant XMLEncoding::UTF_8

[OSM-dev] Problem configuring Cgimap for OSM API

2012-08-29 Thread Arjen de Korte
Hi all, I'm trying to install the OSM Cgimap FastCGI-module on Ubuntu Server 12.04 for better performance of the map API call. I already have the Rails port with the regular API set up and working. I've built Cgimap following the instructions on the wiki (http://wiki.openstreetmap.org/wiki/C

Re: [OSM-dev] Regional Diffs

2012-08-29 Thread Christian Quest
Have a look at http://download.openstreetmap.fr/redaction-period/ and give you feedback as it is a bit experimental. 2012/8/29 : > Hi, > > I just saw this new section in OSM Wiki: > http://wiki.openstreetmap.org/w/index.php?title=Planet.osm%2Fdiffs&action=historysubmit&diff=801359&oldid=792156#R

[OSM-dev] Regional Diffs

2012-08-29 Thread marqqs
Hi, I just saw this new section in OSM Wiki: http://wiki.openstreetmap.org/w/index.php?title=Planet.osm%2Fdiffs&action=historysubmit&diff=801359&oldid=792156#Regionaly_limited_diffs I think it would be advantageous to have regional diffs for more than a few countries. Probably, daily or hourly d

Re: [OSM-dev] nominatim-like wildcard search

2012-08-29 Thread Per Eric Rosén
Thanks. Of course there is no idea implementing it against current Nominatim, if it doesn't support partial names. Neither doing it with Overpass and client-side sorting may be the most efficient solution. Until Nominatim 2 is ready, I'll probably (this afternoon perhaps) hack together some ut

Re: [OSM-dev] Augmented Diffs

2012-08-29 Thread Serge Wroclawski
On Tue, Aug 28, 2012 at 12:28 PM, Roland Olbricht wrote: >> Similarly "osmChange" or "osc" files are already maybe you should call >> 2. The sections are a bit confusing in that the order is very > >> important. That makes parsing a bit more difficult than it might need > >> to be if you just re

[osmosis-dev] Osmosis 0.41 Released

2012-08-29 Thread Brett Henderson
Hi All, I've just released Osmosis 0.41. http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-0.41.tgz http://bretth.dev.openstreetmap.org/osmosis-build/osmosis-0.41.zip http://dev.openstreetmap.de:23457/hudson/job/osmosis-release/6/ >From changes.txt: - All entities can now pass metadat

Re: [OSM-dev] nominatim-like wildcard search

2012-08-29 Thread Sarah Hoffmann
Hi Per, this topic seems to come up frequently lately and I'm actually glad you asked before going off implementing something. So forgive me if I jump in with a more general remark on the topic. On Wed, Aug 29, 2012 at 12:26:02PM +0200, Per Eric Rosén wrote: > I'm trying to build a autocompletio

Re: [OSM-dev] nominatim-like wildcard search

2012-08-29 Thread Roland Olbricht
> For exempel "Bre*" would return "Bremen", "Brenner" etc. I will limit my > queries by bbox, You can use Overpass API: E.g. http://overpass-api.de/api/interpreter?data=(rel[name~"^Bre"](50.6,7.0,50.8,7.3);way[name~"^Bre"](50.6,7.0,50.8,7.3);node[name~"^Bre"](50.6,7.0,50.8,7.3););out; gives all el

[OSM-dev] nominatim-like wildcard search

2012-08-29 Thread Per Eric Rosén
Hi! I'm trying to build a autocompletion name lookup for a HTML5-based cycle map. Is there any API where you can make wildcard nominatim-style lookups? For exempel "Bre*" would return "Bremen", "Brenner" etc. I will limit my queries by bbox, but other sorting and limiting, like sorting by dis