farfromrefuge
farfromrefuge
I waites quite a lot and still white page. I see the debug button but then nothing in the console. tried on system webview, bromite(chrome) and mull(Firefox)
THanks for looking at this :D So you can reproduce it with this code https://github.com/CartoDB/mobile-sdk/blob/07fe90c800a7998032884bd5e04632f7837912ef/scripts/android-dev/app/src/main/java/com/akylas/cartotest/ui/main/SecondFragment.java#L297 (you dont need the `MultiTileDataSource` just use `routes.mbtiles` You can get `routes.mbtiles` and `inner.zip` from...
@mtehver removed the valhalla changes as they dont seem necessary for now. The rest is now fully working
@mtehver any news on this? I would really like it to get released
Just about the illumination. Sometimes you dont want the illumination to change with rotation. When you are out in the mountain looking at "shapes" you want to rotate the map...
@mtehver finally found the time to work on it. But i will need your help with the light orientation issue. If i use `_mainLightDir` i dont have the expected effect...
@mtehver yes i think i would feel better with you implementing it. I am lost there:s I pushed the requested changes
@mtehver found an issue with my `getElevation` algorithm in some edge case. In my app my HillshadeTileLayer is now using an ordered data source combining 2 mbtiles: * world mbtiles...
@mtehver yes that s it ! Now i see how to fix that. But then `TileUtils::CalculateMapTileBounds(mapTile, projection)` will be wrong because it is for a lower level. I need to...
@mtehver I updated that PR to `develop` and got the `getElevation` and `getElevations` to work correctly with `isReplaceWithParent`.