https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 2518f238d428ef3f567ac2438992cbdeaa147d1e authored by Eric Fischer on 06 September 2017, 18:49:55 UTC
Use tippecanoe instead of tile-join in the filter example
Tip revision: 2518f23
geobuf.hpp
#ifndef GEOBUF_HPP
#define GEOBUF_HPP

#include <stdio.h>
#include <set>
#include <map>
#include <string>
#include "mbtiles.hpp"
#include "serial.hpp"

void parse_geobuf(struct serialization_state *sst, const char *s, size_t len, int layer, std::string layername);

#endif
back to top