From 50fac0909b22078c50398de4715cb103c2739552 Mon Sep 17 00:00:00 2001 From: elenatorro Date: Mon, 27 Jan 2020 13:13:24 +0100 Subject: [PATCH] Add URI info --- NEWS.md | 1 + doc/developer-center/cartocss/01-properties.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 34157dd5bf..bf5a62476f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -47,6 +47,7 @@ sudo make install * Do dataset price returns zero or null [#15408](https://github.com/CartoDB/cartodb/pull/15408) * Fix ensuring uniqueness working with kuviz [#15417](https://github.com/CartoDB/cartodb/pull/15417) * Update CARTOframes onboarding [#15420](https://github.com/CartoDB/cartodb/pull/15420) +* Update CartoCSS info about URI images [CartoDB/developers#651](https://github.com/CartoDB/developers/issues/651) 4.32.0 (2019-12-27) ------------------- diff --git a/doc/developer-center/cartocss/01-properties.md b/doc/developer-center/cartocss/01-properties.md index ec8780de54..1fb5beff6b 100644 --- a/doc/developer-center/cartocss/01-properties.md +++ b/doc/developer-center/cartocss/01-properties.md @@ -1445,6 +1445,8 @@ You can also apply simple math using float number values. For example: A uniform resource identifier (URI) is a string of characters used to identify the name of a resource, typically a path on your computer or an internet address. You can also apply a URL (as if using HTML), to define a URI image location. +> In CARTO style code, only an URL to a publicly-available image can be used. + {% highlight scss %} #markers { marker-file: url(http://com.cartodb.users-assets.production.s3.amazonaws.com/simpleicon/map43.svg);