CartoDB / mobile-sdk

CARTO Mobile SDK core project
https://carto.com/docs/carto-engine/mobile-sdk/
BSD 3-Clause "New" or "Revised" License
179 stars 65 forks source link

feat: Multidatasource #504

Open farfromrefug opened 2 years ago

farfromrefug commented 2 years ago

This is a new datasource which kind of work like the PackageManagerDataSource but with any local datasource. It allows to handle multiple datasources in a better way than order or combine.

A few notes:

while debugging i can see that the over tiles are correctly loaded, if i break i even see that first the render is ok

Screenshot 2022-06-15 at 09 07 37

But then as it finishes rendering the map it then get broken

Screenshot 2022-06-15 at 09 07 46

If i change the hillshade layer to not use the MultiTileDataSource but the MBTilesTileDataSource directly then it renders correctly(like the first screenshot).

hope you can help

farfromrefug commented 2 years ago

about my rendering issue it seems to got fixed with my latest commits. Not sure why though :s