-
### Steps to Reproduce
1. Create a map with 2 layers and add some widgets for some columns of both layers (as you can see in the [Attached .CARTO](https://github.com/CartoDB/cartodb/files/674180/Madr…
-
I noticed that there has not been much activity here recently. Ok, carto is a stable project, but I'm not sure how high on Mapbox' agenda carto still is (mapbox-gl has a lot more activity). Note that …
-
_(Apologies for using English)_
In order to work around #16, I have created a dummy `params` table like so:
```
CREATE TABLE params ( num integer, key text);
INSERT INTO params (num, key) VALUES (0,…
-
It seems that in the named map creation we are not taking into account TMS basemaps, provoking that the thumbnails we generate from the Static Maps API show the basemap tiles in an incorrect position.…
-
When adding data layers to a Leafet map using the cartodb.createLayer method I've noticed that a layer will not render if I add CartoCSS to properly label the data. The same CartoCSS works when I use …
-
I'd expect to have a full example of how to load tangram and use cartocss, like
```js
var cartocss = `
#layer {
marker-fill: red;
marker-width: 10;
}
`
scene_layer = Tangram.leafletL…
-
When using an image file, the url to the image is pretty long and if using multiple image files for categories of features, the CartoCSS can get pretty messy:
![screen shot 2015-10-08 at 10 01 40 am]…
-
When manually editing cartoCSS for categories on a visualization, the legend does not update with the modified colors. If we are applying custom colors in cartoCSS, must we also manually update the l…
-
this obviously goes setting the cartocss and into setting infowindows, hovers
-
I found an old Community email stating that we should create an advanced labels lesson once our [CartoCSS doc](http://docs.cartodb.com/cartodb-platform/cartocss/) is live.
"Anything regarding color…