Revision 1fa797bc17f0b8d4c4a88a85595ca0e9bbd61752 authored by Blake Thompson on 01 October 2020, 19:54:02 UTC, committed by Blake Thompson on 01 October 2020, 19:54:02 UTC
1 parent 62554b6
Raw File
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