--- Log opened Fri Jan 04 00:00:39 2013 02:42 -!- Netsplit *.net <-> *.split quits: @Horwitz 03:01 -!- cp15` [gyrydd@p57B1CFB6.dip0.t-ipconnect.de] has joined #navit 03:01 -!- cp15 [nkfkes@p57B1CD43.dip0.t-ipconnect.de] has quit [Disconnected by services] 03:01 -!- cp15` is now known as cp15 03:01 -!- mode/#navit [+o cp15] by ChanServ 03:17 -!- Netsplit over, joins: Horwitz 03:17 -!- mode/#navit [+o Horwitz] by ChanServ 04:02 -!- noradtux [~noradtux@2002:5ce0:3c0b::1] has quit [Ping timeout: 260 seconds] 04:06 -!- noradtux [~noradtux@2002:5ce0:389d::1] has joined #navit 07:51 -!- Tauso [~Thunderbi@line1.magix.net] has joined #navit 07:54 -!- Tauso [~Thunderbi@line1.magix.net] has quit [Read error: No route to host] 07:57 -!- latouche [~Latouche@reverse-169.fdn.fr] has quit [Read error: Connection reset by peer] 07:57 -!- latouche [~Latouche@reverse-169.fdn.fr] has joined #navit 07:57 -!- Tauso [~Thunderbi@line1.magix.net] has joined #navit 08:21 -!- rubin110 [~rubin110@gateway/tor-sasl/rubin110] has quit [Remote host closed the connection] 08:27 -!- rubin110 [~rubin110@gateway/tor-sasl/rubin110] has joined #navit 08:28 -!- drlizau [~liz@billiau.net] has joined #navit 10:04 #navit: < Celelibi> Is the routing algorithm easily modifiable? 10:11 #navit: < Celelibi> does navit apply a penality for the routing time for each turn? 10:11 #navit: < Celelibi> Or for redlight, or STOP. 10:12 -!- latouche [~Latouche@reverse-169.fdn.fr] has quit [Read error: Connection reset by peer] 10:12 -!- latouche [~Latouche@reverse-169.fdn.fr] has joined #navit 10:16 -!- tryagain [~tryagain@178.216.76.18] has joined #navit 10:26 -!- Tauso [~Thunderbi@line1.magix.net] has quit [Read error: Connection reset by peer] 10:30 -!- Tauso [~Thunderbi@line1.magix.net] has joined #navit 10:56 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 11:02 -!- woglinde [~henning@g225004224.adsl.alicedsl.de] has joined #navit 11:46 -!- woglinde [~henning@g225004224.adsl.alicedsl.de] has quit [Ping timeout: 248 seconds] 12:52 #navit: < curious> Celelibi, routing algo is opensource, so 'easily' depends on how easy is for you to code :) 12:53 #navit: < curious> afaik there is currently no penalty added for i.e. crossing when coming out of submissive road, stops, and street lights 12:54 #navit: < curious> and routing algo mainly operates on ways, not nodes 12:55 #navit: < curious> if there would be ways marked as submissive or slowed down by traffic lights, it would be quite easy to add such functionality 12:56 #navit: < curious> if such functionality would be somehow hacked in navit could use such penalties also to save fuel 14:17 #navit: < Celelibi> Ok ok. One day I may try other algorithms and make a few benchmarks. 14:42 -!- woglinde [~henning@g230116180.adsl.alicedsl.de] has joined #navit 15:51 -!- Tauso [~Thunderbi@line1.magix.net] has quit [Quit: Tauso] 16:30 -!- UbuntuUser [51bd3906@gateway/web/freenode/ip.81.189.57.6] has joined #navit 16:31 #navit: < UbuntuUser> hello guys, i'm having problems with compiling navit on Ubuntu 12.10 - using cmake and make the compiler "stops/hangs" at 8% during the generation of png graphics 16:33 #navit: < UbuntuUser> forgot to say -> latest svn 16:37 #navit: < woglinde> what is your png generation tool? 16:39 #navit: < UbuntuUser> well, i don't know - just installed all dependencies suggested for Ubuntu from the navit wiki - i guess it's libpng12-dev 16:40 #navit: < woglinde> nope 16:40 #navit: < woglinde> thats a lib to access pngs 16:41 #navit: < woglinde> look for librsvg2-bin 16:41 #navit: < UbuntuUser> ok... any advice? or guess? 16:42 #navit: < UbuntuUser> should also be there as it is also a depend. from the wiki 16:43 -!- xenos1984 [~quassel@131.237.196.88.dyn.estpak.ee] has joined #navit 16:43 #navit: < UbuntuUser> according to Ubuntu 12.10 the latest version 16:43 #navit: < xenos1984> hi everybody 16:44 #navit: < UbuntuUser> it's version 2.36.3 16:45 #navit: < woglinde> than use top to find on which png svg2png chokes 16:45 #navit: < woglinde> or ps -ef 16:45 #navit: < woglinde> hi cenos 16:45 #navit: < woglinde> ups xenos 16:46 #navit: < UbuntuUser> as far as i can see it's always another one - but i check it 16:47 #navit: < xenos1984> hi woglinde 16:50 #navit: < UbuntuUser> it's ksvgtopng converting pastafarian.svg 16:50 #navit: < woglinde> you see 16:50 #navit: < UbuntuUser> sry, .png not svg 16:50 #navit: < woglinde> wrong programm 16:51 #navit: < woglinde> ksvgtopng instead of svg3png 16:51 #navit: < woglinde> ups svg2png 16:51 #navit: < UbuntuUser> i see 16:51 #navit: < woglinde> tell cmake to use svg2png 16:51 #navit: < UbuntuUser> do you know how to change it 16:52 #navit: < woglinde> ups sorry 16:52 #navit: < woglinde> /usr/bin/rsvg-convert 16:52 #navit: < woglinde> you need 16:52 #navit: < woglinde> or see if you can deinstall ksvgtopng 16:53 #navit: < UbuntuUser> deinstallation not possible 16:56 #navit: < woglinde> IMAGE_CONVERTER_SVGZ is the cmake variable 16:57 #navit: < UbuntuUser> it's in there, as the first 16:58 #navit: < woglinde> try cmake -DIMAGE_CONVERTER_SVGZ=/usr/bin/rsvg-convert 16:59 #navit: < UbuntuUser> looks good! 17:00 #navit: < UbuntuUser> 100% - you're the best! Thank you very much! 17:00 #navit: < woglinde> hehe 17:00 #navit: < woglinde> you are welcome 17:01 #navit: < UbuntuUser> another question you might know the answer.. 17:01 #navit: < woglinde> maybee 17:02 #navit: < UbuntuUser> the latouche repository is quite old - is it still maintainced? 17:02 #navit: < UbuntuUser> the revision there is starting with 4xxx 17:02 #navit: < UbuntuUser> 41xx iirc 17:07 #navit: < woglinde> dont think so 17:08 #navit: < UbuntuUser> not maintainced or not version 4151? i'm confused 17:09 #navit: < UbuntuUser> have to check my "c" on my keyboard... 17:33 #navit: < UbuntuUser> i have to say, i'm really surprised how good the latest svn is - in comparison with r4151 - it's amazing, streetnumber search works, scrolling in menu works... 17:33 #navit: < UbuntuUser> i think i have to patch the version in my carpc :-) 17:33 #navit: < woglinde> good 17:34 #navit: < UbuntuUser> again thank you very much keep going on - you're doing a great job! 17:37 #navit: < woglinde> hm I did not contribute this much in the last time 18:02 -!- xenos1984 [~quassel@131.237.196.88.dyn.estpak.ee] has quit [Remote host closed the connection] 18:23 -!- smt [~smt@188-195-213-63-dynip.superkabel.de] has joined #navit 18:31 -!- UbuntuUser [51bd3906@gateway/web/freenode/ip.81.189.57.6] has quit [Ping timeout: 245 seconds] 19:00 -!- smt [~smt@188-195-213-63-dynip.superkabel.de] has quit [Quit: Ex-Chat] 19:45 -!- drlizau [~liz@billiau.net] has joined #navit 20:13 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 20:40 -!- _rd [~rd@p57B491F1.dip0.t-ipconnect.de] has joined #navit 20:57 -!- _rd [~rd@p57B491F1.dip0.t-ipconnect.de] has quit [] 20:57 -!- _rd [~rd@p57B491F1.dip0.t-ipconnect.de] has joined #navit 22:16 -!- tryagain [~tryagain@178.216.76.18] has quit [Remote host closed the connection] 23:10 -!- KaZeR [~kazer@114.170.67.86.rev.sfr.net] has quit [Ping timeout: 252 seconds] 23:17 -!- woglinde [~henning@g230116180.adsl.alicedsl.de] has quit [Ping timeout: 276 seconds] 23:23 -!- woglinde [~henning@g230116180.adsl.alicedsl.de] has joined #navit 23:39 -!- woglinde [~henning@g230116180.adsl.alicedsl.de] has quit [Ping timeout: 276 seconds] --- Log closed Sat Jan 05 00:00:32 2013