Changeset 1080
- Timestamp:
- 04/07/09 19:17:57 (17 months ago)
- Files:
-
- 1 modified
-
trunk/bindings/python/mapnik_map.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/mapnik_map.cpp
r1031 r1080 146 146 ; 147 147 148 class_<Map>("Map","The map object.",init<int,int,optional<std::string const&> >( 148 class_<Map>("Map","The map object.",init<int,int,optional<std::string const&> >(args("Map","width","height","srs"), 149 149 "Create a Map with a width and height as integers and, optionally,\n" 150 150 "an srs string either with a Proj.4 epsg code ('+init=epsg:<code>')\n"
