tippecanoe/geobuf.hpp

14 lines
286 B
C++
Raw Normal View History

2017-08-08 17:31:26 +00:00
#ifndef GEOBUF_HPP
#define GEOBUF_HPP
#include <stdio.h>
#include <set>
#include <map>
#include <string>
#include "mbtiles.hpp"
2017-08-25 21:23:06 +00:00
#include "serial.hpp"
2017-08-08 17:31:26 +00:00
2017-11-07 23:20:17 +00:00
void parse_geobuf(std::vector<struct serialization_state> *sst, const char *s, size_t len, int layer, std::string layername);
2017-08-08 17:31:26 +00:00
#endif