Revision ddb79937d932f753edd5fba994b23281ff45f19c authored by Eric Fischer on 07 February 2020, 00:24:35 UTC, committed by GitHub on 07 February 2020, 00:24:35 UTC
Fix calculation of mean when accumulating attributes in clusters
2 parent s 065cc1d + ed9f844
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