Hi, On 12.10.2013 11:00, César Martínez Izquierdo wrote: > However, the import to nominatim database has created an > empty 'country' table, which is where I expected the administrative > boundaries to be imported.
The administrative boundaries will end up in the placex table - "select name->'name' from placex where class='boundary' and type='administrative'" and admin_level=2 should give you a list of countries. Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/dev

