From 8426dd00f1ca951c7e3c3f5d157435a5ae1eb1e7 Mon Sep 17 00:00:00 2001 From: csobier Date: Tue, 2 May 2017 12:48:55 -0400 Subject: [PATCH] added print attributions from Docs FAQs to Static Maps API content --- docs/static_maps_api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/static_maps_api.md b/docs/static_maps_api.md index 736d90e0..91db2a6d 100644 --- a/docs/static_maps_api.md +++ b/docs/static_maps_api.md @@ -150,6 +150,10 @@ It is important to note that generated images are cached from the live data refe * Image resolution is set to 72 DPI * JPEG quality is 85% * Timeout limits for generating static maps are the same across CARTO Builder and CARTO Engine. It is important to ensure timely processing of queries. +* If you are publishing your map as a static image with the API, you must manually add [attributions](https://carto.com/attribution) for your static map image. For example, add the following attribution code: + +{% highlight javascript %}attribution: '© OpenStreetMap contributors, © CARTO +{% endhighlight %} ## Examples