Revision a45fec573dc5c9c3bff0ff3235fbe436ef133b38 authored by Pratik Yadav on 28 March 2018, 10:11:51 UTC, committed by GitHub on 28 March 2018, 10:11:51 UTC
1 parent 3cea125
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