zachatrocity / mapnik-fork

A fork of mapnik already configured to work with my environment and using the mapquest theme.
GNU Lesser General Public License v2.1
5 stars 2 forks source link

Postgres... #3

Open AndyW999 opened 7 years ago

AndyW999 commented 7 years ago

Really good!

My only problems were that you need 32bit Python and

psql -d gis -U postgres -f "C:\Program Files\PostgreSQL\9.4\share\extension\postgis".sql

Needs to be changed to

psql -d gis -U postgres -c "CREATE EXTENSION postgis;"

Thanks

Andy.