Revision 90afdf8fb27dd20321f76ed6893ea6eda716f3a1 authored by Eric Fischer on 20 February 2019, 20:06:06 UTC, committed by Eric Fischer on 20 February 2019, 20:06:06 UTC
2 parent s 8df0455 + 454f75e
Raw File
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