From 377f3d4aff19c7611065cd7fff701a710ff6f5ba Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Thu, 25 Aug 2016 18:34:19 +0200 Subject: [PATCH] Removes constraint on filtered mapnik layers --- docs/anonymous_maps.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/anonymous_maps.md b/docs/anonymous_maps.md index 5772f5b5..e8ed43ef 100644 --- a/docs/anonymous_maps.md +++ b/docs/anonymous_maps.md @@ -141,9 +141,6 @@ https://{username}.carto.com/api/v1/map/{layergroupid}/0,3,4/{z}/{x}/{y}.png Some notes about filtering: - Invalid index values or out of bounds indexes will end in `Invalid layer filtering` errors. - - Once a Mapnik layer is selected, all Mapnik layers will get blended. As this may change in the future **it is - recommended** to always select all Mapnik layers if you want to select at least one so you will get a consistent - behavior in the future. - Ordering is not considered. So right now filtering layers 0,3,4 is the very same thing as filtering 3,4,0. As this may change in the future **it is recommended** to always select the layers in ascending order so you will get a consistent behavior in the future.