Fix typo src -> srs property.

This commit is contained in:
Jean-Francois Doyon 2006-10-18 23:57:44 +00:00
parent ff52bdc244
commit ce1353553c

View file

@ -53,7 +53,7 @@ void export_layer()
&Layer::set_abstract, &Layer::set_abstract,
"Get/Set the abstract of the layer.") "Get/Set the abstract of the layer.")
.add_property("src", .add_property("srs",
make_function(&Layer::srs,return_value_policy<copy_const_reference>()), make_function(&Layer::srs,return_value_policy<copy_const_reference>()),
&Layer::set_srs, &Layer::set_srs,
"Get/Set the SRS of the layer.") "Get/Set the SRS of the layer.")