formatting

This commit is contained in:
Dane Springmeyer 2009-09-25 03:31:28 +00:00
parent 6abc56ef08
commit ca32939e35

View File

@ -147,11 +147,9 @@ void export_map()
;
class_<Map>("Map","The map object.",init<int,int,optional<std::string const&> >(
#if BOOST_VERSION >= 103500
args("self","width","height","srs"),
#if BOOST_VERSION >= 103500
args("self","width","height","srs"),
#endif
"Create a Map with a width and height as integers and, optionally,\n"
"an srs string either with a Proj.4 epsg code ('+init=epsg:<code>')\n"
"or with a Proj.4 literal ('+proj=<literal>').\n"