CartoDB / d3.cartodb

Client-side rendering of CartoDB visualisations with d3
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

tile buffer fails with bubble map #160

Closed saleiva closed 8 years ago

saleiva commented 8 years ago

https://team.cartodb.com/u/saleiva/editor/b310d3e6-e362-11e4-9987-0e018d66dc29/embed?vector=true

fdansv commented 8 years ago

Yep! I believe this is happening because at the moment we're not changing the buffer size dynamically. Instead, the tiler is operating with a fixed buffer size (16px I think). @rochoa is there an easy way of changing that?

rochoa commented 8 years ago

WIP https://github.com/CartoDB/Windshaft/pull/475

rochoa commented 8 years ago

Maps API now supports Map { buffer-size: ...; } however this won't work until https://github.com/CartoDB/d3.cartodb/issues/178 is fixed.

fdansv commented 8 years ago

Fixed in #186