diff --git a/bindings/python/mapnik_layer.cpp b/bindings/python/mapnik_layer.cpp index 606ae3352..989707734 100644 --- a/bindings/python/mapnik_layer.cpp +++ b/bindings/python/mapnik_layer.cpp @@ -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()), &Layer::set_srs, "Get/Set the SRS of the layer.")