﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19865	Point.transform(srid=1234) is wrong documented	Christoph Heer	nobody	"In the documentation is `srid` as keyword defined for the Point.transform method but the correct keyword argument is `ct`. There a two simple solutions, correct the kwarg in the documentation or in the code base. Also this is very confusing because there is a FutureWarning warning in 1.4.

{{{
FutureWarning: Calling transform() with no SRID will raise GEOSException in v1.5
}}}

I interpreted this to correct the method call to `mypoint.transform(srid=4264)` but this raise the exception that the method doesn't have this kwarg.

Best regards,
Christoph"	Bug	closed	GIS	1.4	Normal	invalid	gis point documentation srid		Unreviewed	0	0	0	0	0	0
