Hi. here i am with one more question. I like to install nominatin on my server, but i only need this reverse geocode for Brazil. So i download what i think was a part of database, but when i try to compile that a several errors appear for missing tables... I download this file thinking that was a part of the entire planet database... but those errors appear:
The link when i download this file is this: http://downloads.cloudmade.com/americas/south_america/brazil#downloads_breadcrumbs So i have two questions: 1)Can i use nominatin with just a Brazil DataBase? 2)When exactly i can download this file? Can you help me? Thanks for all attentions! asked 28 Feb '12, 19:57 rspilki SimonPoole ♦ |
Ignore the confusing skipping warnings. The actual error you need to pay attention to is
Which means you are trying to run osm2pgsql on a plain postgres database rather than one which has been PostGIS enabled. See PostGIS installation instructions. answered 29 Feb '12, 15:51 Harry Wood |
I do not know much about osm2pgsql but I can tell you that it has nothing to do with loading a brazil extract instead of the full planet. Looks more like a database setup step that need to happen before the data import step has not been done. Recheck the installation instructions. answered 29 Feb '12, 12:00 Vincent de P... ♦ |