Fix typo src -> srs property.
This commit is contained in:
parent
ff52bdc244
commit
ce1353553c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ void export_layer()
|
|||
&Layer::set_abstract,
|
||||
"Get/Set the abstract of the layer.")
|
||||
|
||||
.add_property("src",
|
||||
.add_property("srs",
|
||||
make_function(&Layer::srs,return_value_policy<copy_const_reference>()),
|
||||
&Layer::set_srs,
|
||||
"Get/Set the SRS of the layer.")
|
||||
|
|
Loading…
Reference in a new issue