minor format tweak
This commit is contained in:
parent
b7a4cd99d7
commit
8e15353818
1 changed files with 3 additions and 1 deletions
|
@ -173,7 +173,9 @@ struct create_geometry_impl
|
||||||
};
|
};
|
||||||
|
|
||||||
using coordinates_type = util::variant<coordinate,std::vector<coordinate>>;
|
using coordinates_type = util::variant<coordinate,std::vector<coordinate>>;
|
||||||
using arcs_type = util::variant<std::vector<index_type>, std::vector<std::vector<index_type>>, std::vector<std::vector<std::vector<index_type>>>>;
|
using arcs_type = util::variant<std::vector<index_type>,
|
||||||
|
std::vector<std::vector<index_type>>,
|
||||||
|
std::vector<std::vector<std::vector<index_type>>>>;
|
||||||
template <typename Iterator, typename ErrorHandler = json::error_handler<Iterator> >
|
template <typename Iterator, typename ErrorHandler = json::error_handler<Iterator> >
|
||||||
struct topojson_grammar : qi::grammar<Iterator, space_type, topology()>
|
struct topojson_grammar : qi::grammar<Iterator, space_type, topology()>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue