I've a website where using Cartodb.js I'm adding two layers using
cartodb.createlayer(map, 'url').addTo(map);Info window is on for both layers. While the features of one layer overlap with features of other layer. So, when I click the overlapping area, two info windows open. While I want to open one info window including data from both windows. Is there a way to customize info windows in my case.
أكثر...
cartodb.createlayer(map, 'url').addTo(map);Info window is on for both layers. While the features of one layer overlap with features of other layer. So, when I click the overlapping area, two info windows open. While I want to open one info window including data from both windows. Is there a way to customize info windows in my case.
أكثر...