Revision 97ace997ff2d709fe2e26e2dda909cf4afd458ac authored by Eric Fischer on 26 August 2020, 19:51:29 UTC, committed by GitHub on 26 August 2020, 19:51:29 UTC
Forgot to increment the version number
2 parent s 62b9d12 + 80eeacc
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