#ifndef EVALUATOR_HPP #define EVALUATOR HPP #include #include #include #include "jsonpull/jsonpull.h" #include "mvt.hpp" bool evaluate(std::map const &feature, std::string const &layer, json_object *filter, std::set &exclude_attributes); json_object *parse_filter(const char *s); json_object *read_filter(const char *fname); #endif