From c6085779a4e9901ddc83919e4ff0493504a976fe Mon Sep 17 00:00:00 2001 From: csobier Date: Mon, 14 Mar 2016 12:25:59 -0400 Subject: [PATCH] use the layergroupid, not SRID, as the mapnik token --- docs/named_maps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/named_maps.md b/docs/named_maps.md index d111ea97..3994cfb7 100644 --- a/docs/named_maps.md +++ b/docs/named_maps.md @@ -524,8 +524,8 @@ The placeholders indicate the following: #### Get Mapnik Retina Tiles -Mapnik Retina tiles are not directly supported for Named Maps, so you cannot use the Named Map template_id. To get Mapnik Retina tiles, use the [Layergroup `srid`](http://docs.cartodb.com/cartodb-platform/maps-api/mapconfig/#layergroup-configurations) as the key value used to initialize the map. +Mapnik Retina tiles are not directly supported for Named Maps, so you cannot use the Named Map template_id. To fetch Mapnik Retina tiles, get the [layergroupid](http://docs.cartodb.com/cartodb-platform/maps-api/named-maps/#response-1) to initialize the map. - To get this layergroup token from your template_id, you need to instantiate the map with this request: +Instantiate the map by using the `layergroupid` as the token value: `:token/:z/:x/:y@:scale_factor?x.:format`