allow python bindings to compile after r2102, see also #333
This commit is contained in:
parent
ccf9f841da
commit
586e044b61
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ void export_projection ()
|
|||
{
|
||||
using namespace boost::python;
|
||||
|
||||
class_<projection>("Projection", "Represents a map projection.",init<optional<std::string const&> >(
|
||||
class_<projection>("Projection", "Represents a map projection.",init<std::string const&>(
|
||||
(arg("proj4_string")),
|
||||
"Constructs a new projection from its PROJ.4 string representation.\n"
|
||||
"\n"
|
||||
|
|
Loading…
Reference in a new issue