Closed matallo closed 7 years ago
This shouldn't be a problem. Assigning @xavijam for prioritization. cc @CartoDB/builder-backend
after https://github.com/CartoDB/cartodb/pull/11121/commits/f13e2749eb9d4fd11acbc5a9aadf61110cae09d8 this doesn't seem to be needed anymore, closing then!
As this has been reopened, does it need further work?
yeah, if I'm not wrong we'd only need the cartocss
and id
in the layerStyle
https://github.com/CartoDB/cartodb/pull/11121/files#diff-5b973e80628d9f6ee2347253d83d3e2a so the rest of attributes can be discarded
like a charm!
Closing since it is has been done and merged in the proper branch.
we're exposing way too much info in the
layersdata
var of the embed view, thus we should filter that in order to provide only what we need, in our case https://github.com/CartoDB/cartodb/pull/11121/files#diff-5b973e80628d9f6ee2347253d83d3e2aideally, we'd have a layerstyle with
cartocss
,style
, andid
@juanignaciosl how feasible would it be to have this for https://github.com/CartoDB/cartodb/pull/11121 ?
thanks!