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.

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.

share|improve this question
can you verify presence/absence of types and/or functions with pgAdmin? – Mike Toews Mar 14 '12 at 19:32

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.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.