Hello I hope you can help me with this. I have nominatim V2 installed on a machine, and upload some OSM data that I created, so good, but I not understand why not search for all data. For example, in the database I have a polygon type "place state" with name: "Antioquia" but the search does not find, on the contrary the "place state" "valle del cauca" if found, then, nominatim not search all the names of the DB. Example "Valle del cauca": http://201.245.166.77/nominatim/search?q=valle+del+cauca&format=xml Example for "antioquia" state: http://201.245.166.77/nominatim/search?q=antioquia&format=xml thanks asked 20 Nov '12, 21:43 alveniz Vincent de P... ♦ |
The official nominatim instance finds both valle de cauca and antioquia, so the problem must be with your setup. The first thing that springs to mind is that the data for that region is not properly loaded. Can you find other placenames near (or in) Antioquia ? Does your data extract emcompass the whole of Antioquia, plus some margin ? Can you setup a slippymap using you data and verify that Antioquia gets rendered ? Does the data import procedure report some errors ? answered 21 Nov '12, 10:51 Vincent de P... ♦ Hello Thanks for the reply, and excuse my English.
(21 Nov '12, 17:02)
alveniz
1
You need to check the placex table for your data. If it is in the place table but not in placex, then your geometry is broken. In that case, the table import_polygon_error will contain an entry that tells you where the error is.
(21 Nov '12, 20:58)
lonvia
Hi Lonvia, I check the placex table, My placex is 50% the size of place, and the table import_polygon_error is empty. I do not think either geometry, because if I import only that state there is no error. Do you have another idea?
(27 Nov '12, 16:59)
alveniz
|