OK. What is going on with AsKML in PostGIS 1.3.3 ? It looks like there are two new mandatory arguments (version and precision), and the function name is prefixed by an underscore.
This used to work: ST_AsKML(geometry) Now this is the only way to invoke the function: _ST_AsKML(2, geometry, precision) I noticed that this is not in the online documentation [1]. Any ideas on what prompted this change, or when it will be documented? Could I be looking in the wrong places? Cheers, Dylan 1. http://postgis.refractions.net/documentation/manual-1.3/ch06.html _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
