Skip to content

Commit

Permalink
+ increase coordinates precision
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Dec 9, 2011
1 parent 3ed2133 commit d700162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mapnik/util/geometry_wkt_generator.hpp
Expand Up @@ -78,6 +78,7 @@ struct coordinate_policy : karma::real_policies<T>
{
typedef boost::spirit::karma::real_policies<T> base_type;
static int floatfield(T n) { return base_type::fmtflags::fixed; }
static unsigned precision(T n) { return 6u ;}
};


Expand Down

0 comments on commit d700162

Please sign in to comment.