tippecanoe/shapefile.hpp
2017-12-05 16:19:56 -08:00

14 lines
287 B
C++

#ifndef SHAPEFILE_HPP
#define SHAPEFILE_HPP
#include <stdio.h>
#include <set>
#include <map>
#include <string>
#include "mbtiles.hpp"
#include "serial.hpp"
void parse_shapefile(std::vector<struct serialization_state> &sst, std::string fname, int layer, std::string layername);
#endif