https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 7a9f1d0977551f0a484783932248b842b8db2b9b authored by Eric Fischer on 08 January 2020, 23:25:16 UTC
Limit the length of the generator_options in the tileset metadata
Tip revision: 7a9f1d0
plugin.hpp
std::vector<mvt_layer> filter_layers(const char *filter, std::vector<mvt_layer> &layer, unsigned z, unsigned x, unsigned y, std::vector<std::map<std::string, layermap_entry>> *layermaps, size_t tiling_seg, std::vector<std::vector<std::string>> *layer_unmaps, int extent);
void setup_filter(const char *filter, int *write_to, int *read_from, pid_t *pid, unsigned z, unsigned x, unsigned y);
serial_feature parse_feature(json_pull *jp, int z, unsigned x, unsigned y, std::vector<std::map<std::string, layermap_entry>> *layermaps, size_t tiling_seg, std::vector<std::vector<std::string>> *layer_unmaps, bool filters);
back to top