add cache-features of list of attributes not to warn about on layer
This commit is contained in:
parent
74877c8778
commit
ce09895a53
1 changed files with 2 additions and 1 deletions
|
@ -534,7 +534,8 @@ void map_parser::parse_layer( Map & map, ptree const & lay )
|
||||||
<< "minzoom,"
|
<< "minzoom,"
|
||||||
<< "maxzoom,"
|
<< "maxzoom,"
|
||||||
<< "queryable,"
|
<< "queryable,"
|
||||||
<< "clear-label-cache";
|
<< "clear-label-cache,";
|
||||||
|
<< "cache-features";
|
||||||
ensure_attrs(lay, "Layer", s.str());
|
ensure_attrs(lay, "Layer", s.str());
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue