[00:13:15] *** Quits: Horwitz (~mich1@p200300EC9BC13A00022268FFFE64E7C4.dip0.t-ipconnect.de) (Ping timeout: 264 seconds) [00:25:17] *** Joins: Horwitz (~mich1@p200300EC9BC35D00022268FFFE64E7C4.dip0.t-ipconnect.de) [00:25:17] *** ChanServ sets mode: +o Horwitz [03:59:26] *** Joins: xenos1984 (~xenos1984@8c62-a197-c48c-bde7-d480-87c4-07d0-2001.dyn.estpak.ee) [03:59:26] *** ChanServ sets mode: +v xenos1984 [07:06:46] Is it possible to download Openstreetmap's map only road on android device and move it to a linux installation? [07:09:26] It is possible that extract a map with everything from maps.navit-project.org and use it on both. But only roads don't make much sense since you wouldn't be able to search for house numbers, POIs and so on [07:10:11] But when you download a map from android you really download from maps.navit-project.org so you can also do this directly [07:15:27] A big difference beetween OSM download and this maps that the size of map [07:16:16] If I select france region on map I get more than 3Go [07:16:36] on OSM apps or navit android app it's more arround 500Mo [07:17:05] That's strange [07:17:31] What happens when you manually select the area you need? [07:18:28] https://snag.gy/dg7T3p.jpg [07:19:13] On OSMand (OSM android application) Full france map it's 1091Mo [07:19:56] it's call road map only [07:20:07] I suppose that exclude all off road [07:21:51] soory 1091 it's an updage on device it's 1814Mo [13:55:32] *** Quits: basilic (~basilic@228-221-190-109.dsl.ovh.fr) (Quit: Leaving) [15:27:04] hi there [15:28:16] basilic if you read the logs : dont' trust the map size reported by navit before the downloads. they are currently hardcoded :( [15:29:10] That's another reason we need to rewrite the map extractor [15:35:25] Hi everyone [15:35:31] need a little help [15:35:47] I've got map controls etc working [15:37:13] but stuck with getting two thing working : navit_set_destination takes pcoord as a parameter [15:37:25] but im not sure what the x and y refer to there [15:38:56] and the other thing i'm stuck with is setting 2D/3D [15:56:01] my remote session is gone, so I'll include some code once I'm home [15:56:55] hi viktorgino [15:57:37] x and y here refer to coordinates in navit's format. if you share your existing code i can probably give you better pointers [15:58:04] we are not using gps lon/gat by default as it's just one way to position an object on the map [15:58:49] setting 2d/3d : do you mean switching between them? have you seen the tilt attribute? [16:02:42] I'll send you some code later [16:02:57] basically what I do is click on the map and get long/lat [16:03:45] and when the user chooses to set that as destination I need to somehow resolve long/lat to pcoord [16:04:29] or alternatively get pcoord from cursor location in the first place [16:04:44] will push my working branch so you can see what i'm doing etc [16:07:18] for 2D/3D i saw that the internal GUI uses attr_pitch, but when I try changing it not much happens [16:54:11] here is an example of conversion between the various formats (navit coordinates, screen coordinates, lat/long) : https://github.com/navit-gps/navit/blob/trunk/navit/gui/qt5_qml/backend.cpp#L44-L46 [16:57:19] @KaZeR actually the code from there 😃 [16:58:06] then store the long/lat in qml [16:58:28] stuck when I try to pass it to navit_set_destination [16:58:40] *actually used the code from there [17:02:56] then you probably want transform_from_geo() ? http://doxygen.navit-project.org/transform_8c.html#a429351cbffb0701a9ffb7afae6c0ad6e [17:10:22] that'll be it, haven't managed to go through all the docs yet [17:10:26] will give it a try later [17:13:22] great. PRs to update the docs are very much welcome if some comments are missing or unclear [17:13:31] let me know if you have any questions [17:30:06] *** Joins: gernot2 (bc6e3a39@dslb-188-110-058-057.188.110.pools.vodafone-ip.de) [17:30:12] hi [17:39:26] Just trying navit-tomtom-plugin under opentom.... [18:02:41] hi gernot2 [18:02:44] nice! [18:02:48] hi kazer, hi gernot2 [18:02:59] Hi all [18:07:49] kazer it work, but i need my own navit-wrapper [18:09:34] and i use the with navit shipped libglib2 and tho other libs form opentom [18:10:13] *** Joins: mvglasow (~mvglasow@ipservice-092-211-161-102.092.211.pools.vodafone-ip.de) [18:20:58] just for info...navit tomtom plugin dont contain a navit.xml [18:27:51] kazer: is buildroot particularly a debian based thingy? [18:28:48] @ilovekiruna no, it's for all host systems, got it running on manjaro [18:29:11] ok, will have a look [18:30:20] Is more or less like Linux from scratch but with a configuration gui and automated [18:39:24] gernot2: thanks. would you mind opening an issue on github so that we don't forget about it please? [18:41:22] ok [18:51:09] opend a issue and also mentioned the locales path. [18:51:25] Thx [18:53:23] thanks gernot2 [19:09:50] @KaZeR you wanted to to our buildroot repo 😉 [19:10:08] erm, what? [19:10:47] yesterday you meant that you want to push your local changes to navit-gps/buildroot [19:10:53] oh right yeah [19:11:09] still need to do that [19:11:23] yep, only a reminder 😄 [19:11:30] appreciate it, thanks! [19:13:21] btw: https://git.busybox.net/buildroot/tree/board/raspberrypi/genimage-raspberrypi2.cfg vs. https://github.com/navit-gps/buildroot/blob/master/board/raspberrypi2/genimage-raspberrypi2.cfg do i miss something or is it the same? [19:15:16] Hi all, I am currently examining https://github.com/navit-gps/navit/issues/802 (as I need a current Android build), but if someone who is more familiar with the build chain than I am could look into this, I would really appreciate it... [19:16:26] thx for those information mvglasow [19:18:10] jkoan I just can't guarantee any success, right now even reverting the faulty commit won't work [19:18:39] if you have any idea what might be wrong here... any hints appreciated [19:19:35] yes, i also want to fix it, we really need to push arm_64 (because of google) [19:21:00] I wonder whether it would be worthwhile to introduce a CircleCI check that the APK actually contains the .so file [19:21:21] that would have caught this bug immediately [19:23:38] we working on real app testing for android ;) [19:24:12] jkoan: genimage-raspberrypi2.cfg should be the same yeah. i think i was just patching one command to build the image in there [19:24:23] jkoan even better :-) [19:25:12] kazer, jkoan: is there also a config for rpi3b+? [19:25:39] ilovekiruna: https://github.com/buildroot/buildroot/blob/master/board/raspberrypi/genimage-raspberrypi3-64.cfg ? [19:26:14] well according to their readme https://github.com/buildroot/buildroot/blob/master/board/raspberrypi/genimage-raspberrypi3.cfg should work too ("For model 3 B and B+:") [19:26:20] thanks :-) [19:51:16] so to understand it correctly, if it works well in general, i need to replicate the config in buildroot, right? [19:51:41] which config? [19:52:02] I mean if I get stf to urn under raspbian manually [19:52:07] or via build.sh [19:52:41] well for the application config part, yes, probably. now buildroot is designed to build packages via a cross compiler, so getting the packages installed is a bit different there [19:52:54] i'll share my WIP in a repo or a branch so you can see where i'm at [19:52:55] ok [19:53:03] great [19:53:18] at first I hope i manage compiling and building [19:53:51] bottom line, rethinkdb is going to be a bitch because it uses a custom script to configure the build and it's not picking up the libraries in the staging environment [20:09:17] by [20:09:24] *** Quits: gernot2 (bc6e3a39@dslb-188-110-058-057.188.110.pools.vodafone-ip.de) (Quit: gernot2) [20:14:15] kazer, absolutely [20:14:33] the trick to build it successful on rpi was one has to download directly from their website [20:14:47] everything from github doesnt build :'( [20:15:09] yeah. i got it up to where it really wanted nodejs 0.12 currently [20:15:33] you mean in buildroot? [20:18:37] yep [20:22:35] is this then duplicated work? [20:24:15] to me it seems the buildroot makes my image obsolete [20:24:52] well not really because buildroot isn't working yet and getting rethinkdb to build there might not be easy [20:25:20] but ultimately it seems to me [20:26:04] if we can get rethinkdb to build, then yes, because it would then be much easier to setup nodes (flash the image and you're done) [20:27:37] in this case I wonder if i should still invest time on it and wait if we manage buildroot [20:27:46] otherwise i can restart my activities [20:27:59] in between I would upgrade the build image for sailfish [20:48:25] I was scraping all my possible time even during busy last week [20:55:45] *** Quits: ilovekiruna (~ilovekiru@31.18.156.225) (Ping timeout: 244 seconds) [21:03:23] well i think that it's really up to you :) [21:03:28] ha damn he left [22:11:25] so, the issues I had with reverting 4e5b35a were related to a bug I had introduced; turns out Android has stricter array bounds checking than other platforms [22:12:03] though that still doesn't answer the question how 4e5b35a broke things (and how we can fix that) [22:24:15] *** Joins: ilovekiruna (~ilovekiru@2a02:8108:d00:110:d96c:93f4:8be1:474b) [22:24:15] *** ChanServ sets mode: +v ilovekiruna [22:24:27] I left because I decided to fix my router [22:24:34] that caused a disconnect [22:25:06] am not leaving that quickly [22:31:54] but i will sleep now, c u tomorrow [22:34:49] *** Quits: mvglasow (~mvglasow@ipservice-092-211-161-102.092.211.pools.vodafone-ip.de) (Quit: Leaving) [23:39:27] *** Quits: xenos1984 (~xenos1984@8c62-a197-c48c-bde7-d480-87c4-07d0-2001.dyn.estpak.ee) (Ping timeout: 250 seconds)