Revision bd2423a5ea67a5017f1394d9ce8ce016324a8b18 authored by Eric Fischer on 02 November 2018, 22:21:52 UTC, committed by Eric Fischer on 02 November 2018, 22:21:52 UTC
1 parent 53de8a2
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