Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to create table #6

Closed
dkerkow opened this issue Mar 14, 2013 · 2 comments
Closed

Failing to create table #6

dkerkow opened this issue Mar 14, 2013 · 2 comments

Comments

@dkerkow
Copy link

dkerkow commented Mar 14, 2013

Error Message:

ProgrammingError                          Traceback (most recent call last)
/root/<ipython-input-7-facf155e379a> in <module>()
      8 geom_gen1 geometry(Geometry,900913),
      9 geom_gen0 geometry(Geometry,900913)
---> 10 );'''.format(boundary_table))

ProgrammingError: type modifier is not allowed for type "geometry"
LINE 7: geom geometry(Geometry,900913),
             ^
@ajashton
Copy link
Member

I'm not sure what this error is. What version of PostGIS is set up on the database?

@dkerkow
Copy link
Author

dkerkow commented Mar 17, 2013

The server where I ran this first runs PostGIS 1.5. I tested it now on my local machine with PostGIS 2.0, so this seems to be the problem.

@dkerkow dkerkow closed this as completed Mar 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants