Yah its worth a note. Guess that should be done for ST_Transform too. Any other functions require Proj?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Cave-Ayland Sent: Wednesday, November 19, 2008 11:12 AM To: PostGIS Users Discussion Subject: Re: [postgis-users] ST_AsKML changes in 1.3.3 Dylan Beaudette wrote: > Thanks for the tips Mark. The funny thing about this specific problem > is that it occurred with a fresh install from the PostGIS website. I > was only able to 'discover' _STAsKML() but grepping through > lwpostgis.sql > > Ideas? > > Dylan Aha. A quick look at lwpostgis.sql.in shows that ST_AsKML() requires PROJ.4 in order to run. So it sounds as if configure didn't find it for some reason, either because it wasn't installed or your --with-proj argument was wrong. I think the minor bug here though is that _ST_AsKML() isn't included as part of the #ifdef section which is why only this function is visible. I'll go and fix this in 1.3 branch (trunk requires PROJ.4) - I wonder if it's worth a note in the 1.3 documentation that ST_AsKML() requires PROJ.4 support - Regina? HTH, Mark. -- Mark Cave-Ayland Sirius Corporation - The Open Source Experts http://www.siriusit.co.uk T: +44 870 608 0063 _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users ----------------------------------------- The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuant to Massachusetts law. It is intended solely for the addressee. If you received this in error, please contact the sender and delete the material from any computer. _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
