From da0cdb081d7775f4f874bc7169fb719ac1e5f105 Mon Sep 17 00:00:00 2001 From: Pablo Alonso Garcia Date: Wed, 3 Jun 2015 10:48:42 +0200 Subject: [PATCH] Updated links to MapConfig 1.3.0 --- docs/Map-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Map-API.md b/docs/Map-API.md index 54ff18c6..58410c72 100644 --- a/docs/Map-API.md +++ b/docs/Map-API.md @@ -166,7 +166,7 @@ POST /api/v1/map } ``` -Should be a [Mapconfig](https://github.com/CartoDB/Windshaft/blob/0.19.1/doc/MapConfig-1.1.0.md). +Should be a [Mapconfig](https://github.com/CartoDB/Windshaft/blob/0.44.1/doc/MapConfig-1.3.0.md). #### Response @@ -409,7 +409,7 @@ POST /api/v1/map/named - **method** `"token"` or `"open"` (the default if no `"method"` is given). - **valid_tokens** when `"method"` is set to `"token"`, the values listed here allow you to instantiate the named map. - **placeholders**: Variables not listed here are not substituted. Variables not provided at instantiation time trigger an error. A default is required for optional variables. Type specification is used for quoting, to avoid injections see template format section below. -- **layergroup**: the layer list definition. This is the MapConfig explained in anonymous maps. See [MapConfig documentation](https://github.com/CartoDB/Windshaft/blob/master/doc/MapConfig-1.1.0.md) for more info. +- **layergroup**: the layer list definition. This is the MapConfig explained in anonymous maps. See [MapConfig documentation](https://github.com/CartoDB/Windshaft/blob/0.44.1/doc/MapConfig-1.3.0.md) for more info. #### Template Format