Revision faa952ec7d95b916a2fb26559cb6541f306cdaff authored by Eric Fischer on 26 July 2018, 23:17:08 UTC, committed by GitHub on 26 July 2018, 23:17:08 UTC
Add an option to automatically assign ids to features
2 parent s 50b1ead + 6f295f2
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