+ add_box - fix Polygon json output
This commit is contained in:
parent
6f14cc4b63
commit
9c98ced7ad
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ void metawriter_json_stream::add_box(box2d<double> const &box, Feature const& fe
|
||||||
minx << ", " << miny << "], [" <<
|
minx << ", " << miny << "], [" <<
|
||||||
maxx << ", " << miny << "], [" <<
|
maxx << ", " << miny << "], [" <<
|
||||||
maxx << ", " << maxy << "], [" <<
|
maxx << ", " << maxy << "], [" <<
|
||||||
minx << ", " << maxy << "] ] ]";
|
minx << ", " << maxy << "], [" <<
|
||||||
|
minx << ", " << miny << "] ] ]";
|
||||||
|
|
||||||
write_properties(feature, properties);
|
write_properties(feature, properties);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue