+ add_box - fix Polygon json output

This commit is contained in:
Artem Pavlenko 2012-06-11 15:24:27 +01:00
parent 6f14cc4b63
commit 9c98ced7ad

View file

@ -170,7 +170,8 @@ void metawriter_json_stream::add_box(box2d<double> const &box, Feature const& fe
minx << ", " << miny << "], [" <<
maxx << ", " << miny << "], [" <<
maxx << ", " << maxy << "], [" <<
minx << ", " << maxy << "] ] ]";
minx << ", " << maxy << "], [" <<
minx << ", " << miny << "] ] ]";
write_properties(feature, properties);