mobile-sdk icon indicating copy to clipboard operation
mobile-sdk copied to clipboard

CARTO Mobile SDK core project

Results 117 mobile-sdk issues
Sort by recently updated
recently updated
newest added

Hi, I am working again on hillshading. The reasoning is to make smaller hillshade mbtiles with a better rendering. For reference the technique used is this https://medium.com/@frederic.rodrigo/optimization-of-rgb-dem-tiles-for-dynamic-hill-shading-with-mapbox-gl-or-maplibre-gl-55bef8eb3d86 Now in the...

Issue: The App will crash with the following Exception when having more than one MapView(). _System.AccessViolationException: "Attempted to read or write protected memory. This is often an indication that other...

bug

Hi all, I have some geotiff data layers that need overlay to mapview, and I found the GDALRasterTileDataSource class in the source code. However, it is not compiled in the...

Related issue: https://github.com/CartoDB/mobile-sdk/issues/510 - Install Emscripten (3.1.17) - Change src/embind/embind.js with https://github.com/bugra9/emscripten/blob/embind-overloading-support/src/embind/embind.js - Build mobile swig https://github.com/bugra9/mobile-swig/tree/emscripten-support - cd scripts - python swigpp-emscripten.py - python build-emscripten.py - cd .. -...

We have an exception in our application that is from CART SDK. unfortunately, we couldn't find any scenario for reproducing this crash on our phones. the stack trace that Google...

Hi @mtehver, I ported this excellent project to the web. My motivation, - As @jaakla mentioned here(#66), I wanted to learn the limits of Emscripten/Webassembly. - I wanted to see...

This PR makes 2 changes: * add `rawResult` to `RoutingResult` and `RouteMatchingResult`. This allows to send any custom options to Valhalla and read the result as json string so that...

AS we discussed here https://github.com/CartoDB/mobile-sdk/issues/503 i implemented it. The best way (maybe the only way) was to implement it globally. Though for now only `MBTilesDataSource` uses it. Not sure what...

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...

if i set this: ``` Map { background-color: linear([view::zoom], (5, #e6e4e0), (22, red)) } ``` Then i end up with a transparent background

idea-maybe-future