Revision 206c75f0ab72baa6fdeb0515da9d8e99d4d624f1 authored by Eric Fischer on 19 July 2018, 22:25:05 UTC, committed by GitHub on 19 July 2018, 22:25:05 UTC
Require that per-feature maxzoom and minzoom be small integers
2 parent s d64ac19 + 87a1bb7
Raw File
geocsv.hpp
#ifndef GEOCSV_HPP
#define GEOCSV_HPP

#include <stdio.h>
#include <set>
#include <map>
#include <string>
#include "mbtiles.hpp"
#include "serial.hpp"

void parse_geocsv(std::vector<struct serialization_state> &sst, std::string fname, int layer, std::string layername);

#endif
back to top