add cache-features of list of attributes not to warn about on layer

This commit is contained in:
Dane Springmeyer 2011-08-30 23:10:10 +00:00
parent 74877c8778
commit ce09895a53

View file

@ -534,7 +534,8 @@ void map_parser::parse_layer( Map & map, ptree const & lay )
<< "minzoom,"
<< "maxzoom,"
<< "queryable,"
<< "clear-label-cache";
<< "clear-label-cache,";
<< "cache-features";
ensure_attrs(lay, "Layer", s.str());
try
{