Youcef HILEM
Youcef HILEM
@dnesbitt61 please can you share your build script and your JNI Android sample ?
I think I will try with JavaCPP (https://github.com/bytedeco/javacpp) and create a preset for Valhalla in https://github.com/bytedeco/javacpp-presets.
I see that the approach with `valhalla/tyr/actor.h` has already been tested successfully (https://github.com/valhalla/valhalla/discussions/2887). It's less complicated than javacpp. Just adapt the code https://github.com/valhalla/valhalla/blob/master/src/valhalla_service.cc for android. I will try to :...
It's good I was able to build libvalhalla for android armeabi-v7a. I also build Valhalla tiles from my OSM PBF file (86,9 MB size). The result valhalla_tiles.tar is 287 MB...
Thank you @dnesbitt61. Now it looks good to me. The size of valhalla_tiles.zip is 103 MB. This requires unzipping it on the smartphone. it would be nice for smathphones to...
If i create SASI index: ``` CREATE CUSTOM INDEX user_last_name_sasi_idx ON user (last_name) USING 'org.apache.cassandra.index.sasi.SASIIndex'; ``` I can normally use the following native query to find users whose last name...
Is this a bug or not? It is good to know if it is necessary to correct it.
Thank you.