-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cannot get tile example to work with postgis #1
Comments
Add |
btw, you might be interested in https://github.com/springmeyer/coalition. It is the first iteration of what later turned into the cartodb tile api. |
Hmm, I get:
and |
Oh, so I guess I thought wrong. If you don't have the function ls -l `mapnik-config --input-plugins` If you are still on OS X then |
I actually reinstalled everything from a fresh OS X image, and I'm getting the same problem. When I list input plugins, I have:
I did flag the --with-postgresql I did this before actually installing Postgres. I was thinking that this would actually install Postgres for me, but it appears that it did not. I then installed via postgresapp.com. |
Looking at |
I have gotten node-mapnik to work, and the example that generates the map.png with the world shapefile is fine.
When trying to use the tile example, however, it is not connecting to a postgres database that i have tested to work. When doing a request for a tile I get the following response:
When installing mapnik, I did specify
--with-postgis
I'm wondering if I still am having issues due to the fact that I installed mapnik via the pkg at one point.
The postgis database is on amazon and is a production server that is reliable.
The text was updated successfully, but these errors were encountered: