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