tippecanoe/flatgeobuf.hpp

6 lines
184 B
C++

#ifndef FLATGEOBUF_HPP
#define FLATGEOBUF_HPP
void parse_flatgeobuf(std::vector<struct serialization_state> *sst, const char *s, size_t len, int layer, std::string layername);
#endif