Re: [OSM-dev] Mapnik Stylesheets

2009-12-28 Thread Tom Taylor
On 23 Dec 2009, at 01:40, Greg Oseid wrote: > Am I missing a resource for sharing stylesheets? Mike Migurski from Stamen developed Cascadenik - sort of like CSS for Mapnik styles. http://mike.teczno.com/notes/cascadenik.html I'd love to see more of these styles shared and forked - maybe a simp

Re: [OSM-dev] Trouble with osm2pgsql and Postgres 8.4, Postgis 1.4

2009-10-04 Thread Tom Taylor
On 4 Oct 2009, at 16:12, Dane Springmeyer wrote: > There are 10.6 ready binaries of the latest stable release of proj.4 > available here: > > http://www.kyngchaos.com/software:frameworks Thanks Dane, that did the trick. Not sure what was wrong with my proj. 4 installation. I'm importing Great

Re: [OSM-dev] Trouble with osm2pgsql and Postgres 8.4, Postgis 1.4

2009-10-04 Thread Tom Taylor
On 4 Oct 2009, at 14:31, Jon Burgess wrote: > Can you see which proj library cs2cs & osm2pgsql are using? > Something like this: This seems to be the equivalent tool on OS X: $ otool -l /usr/local/bin/cs2cs |grep proj name /usr/local/Cellar/proj/4.7.0/lib/libproj.0.dylib (offset 24)

Re: [OSM-dev] Trouble with osm2pgsql and Postgres 8.4, Postgis 1.4

2009-10-04 Thread Tom Taylor
On 4 Oct 2009, at 13:49, Jon Burgess wrote: > I updated the proj strings to match those in the 4.7.1 definition > files > in r17981. Can you see if those work for you now? Jon, I'm afraid not: $ ./osm2pgsql -d osm ~/Downloads/great_britain.osm.bz2 osm2pgsql SVN version 0.67-17981 Projection

Re: [OSM-dev] Trouble with osm2pgsql and Postgres 8.4, Postgis 1.4

2009-10-04 Thread Tom Taylor
On 4 Oct 2009, at 13:16, Jon Burgess wrote: > 4.7.1 does not exist @ http://download.osgeo.org/proj/ > do you mean an SVN version? Sorry, yes, I downloaded proj-4.7.0.tar.gz, it just seems to identify itself as 4.7.1 in the version info in executable. > $ echo 45 45 | cs2cs +init=epsg:4326 +t

Re: [OSM-dev] Trouble with osm2pgsql and Postgres 8.4, Postgis 1.4

2009-10-04 Thread Tom Taylor
On 4 Oct 2009, at 12:19, Jon Burgess wrote: > Those error messages all come from reprojection.c which is trying to > initialise the projection using the proj library. This should have > nothing to do with postgres & postgis. What version of proj are you > using? Jon, thanks for helping out. I'm

[OSM-dev] Trouble with osm2pgsql and Postgres 8.4, Postgis 1.4

2009-10-04 Thread Tom Taylor
Hi all, I'm trying to get an environment up and running for Mapnik on OS X 10.6. I'm using Postgres 8.4 and Postgis 1.4. I've compiled osm2pgsql, but whenever I attempt to import data I get the following: mu:~ tom$ osm2pgsql -m -d osm Downloads/great_britain.osm.bz2 osm2pgsql S