When I install postgis using the mac ox binary installing or create the template_postgis manually using the instructions provided on the Geo Django docs the template_postgis DB is created but it contains no functions. When I execute the SQL to create template_postgis I get a ton of errors saying that types already exist.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
closed as too localized by underdark♦ May 14 '12 at 21:18
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
It turns out that the template_postgis had errors during installation. I solved this by uninstalling everything. Installing the Posgresql binary, installing the postgis binary, patching Django, and everything worked fine this time. |
|||
|
|