forked from organicmaps/organicmaps-tmp
Fix feature serialize test.
This commit is contained in:
parent
d32cdaf51a
commit
f3aecff37b
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
#include "feature_routine.hpp"
|
||||
|
||||
#include "../../defines.hpp" // just for file extensions
|
||||
#include "../../defines.hpp" // just for file extensions
|
||||
|
||||
#include "../feature_impl.hpp"
|
||||
#include "../geometry_serialization.hpp"
|
||||
|
||||
#include "../../coding/file_writer.hpp"
|
||||
|
||||
|
@ -53,7 +54,7 @@ void FeatureBuilder2Feature(FeatureBuilder2 & fb, FeatureType & f)
|
|||
|
||||
{
|
||||
FileWriter geom = writer.GetWriter(string(GEOMETRY_FILE_TAG) + '0');
|
||||
feature::SavePoints(fb.GetGeometry(), 0, geom);
|
||||
serial::SaveOuterPath(fb.GetGeometry(), 0, geom);
|
||||
}
|
||||
|
||||
//{
|
||||
|
|
Loading…
Add table
Reference in a new issue