https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 206c75f0ab72baa6fdeb0515da9d8e99d4d624f1 authored by Eric Fischer on 19 July 2018, 22:25:05 UTC
Merge pull request #604 from mapbox/per-feature-zoom-check
Tip revision: 206c75f
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(std::vector<struct serialization_state> *sst, const char *s, size_t len, int layer, std::string layername);

#endif
back to top