--- Log opened Thu Mar 17 00:00:41 2016 01:41 -!- juse [~juse@fow4.kyla.fi] has joined #navit 03:22 -!- jjelen [jjelen@nat/redhat/x-fpjpuamaekskdavs] has joined #navit 03:22 -!- KaZeR [~kazer@98.248.67.210] has quit [Ping timeout: 260 seconds] 03:23 -!- KaZeR [~kazer@98.248.67.210] has joined #navit 04:27 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:4c3e:81e8:30ca:39e4] has joined #navit 05:18 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has joined #navit 05:43 -!- robertp [d9f3f0ac@gateway/web/freenode/ip.217.243.240.172] has joined #navit 06:13 -!- xenos1984 [~xenos1984@2001:bb8:2002:200:4c3e:81e8:30ca:39e4] has quit [Quit: Leaving.] 06:27 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has joined #navit 07:37 -!- xenos1984 [~xenos1984@193.40.12.10] has joined #navit 11:32 -!- xenos1984 [~xenos1984@193.40.12.10] has quit [Quit: Leaving.] 11:43 -!- robertp [d9f3f0ac@gateway/web/freenode/ip.217.243.240.172] has quit [] 12:04 -!- xenos1984 [~xenos1984@118-166-191-90.dyn.estpak.ee] has joined #navit 12:35 -!- jandegr [6d8505c6@gateway/web/freenode/ip.109.133.5.198] has joined #navit 12:49 #navit: < KaZeR> hi there 12:56 -!- jjelen [jjelen@nat/redhat/x-fpjpuamaekskdavs] has quit [Ping timeout: 260 seconds] 13:05 -!- Robotaxi [3ef5dbf5@gateway/web/freenode/ip.62.245.219.245] has quit [Ping timeout: 252 seconds] 13:20 -!- jonathanmaw [~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk] has quit [Quit: Ex-Chat] 14:14 #navit: < Marc0> hi 14:24 #navit: < KaZeR> hey Marc0 14:24 #navit: < KaZeR> i found the issue yesterday. Thanks for offering your help tho :) 14:24 #navit: < KaZeR> aside from perl, do you use any other language? 14:35 #navit: < Marc0> javascript 14:35 #navit: < Marc0> sometimes PHP 14:35 #navit: < Marc0> and I patched a C service 14:36 #navit: < Marc0> after I had understood that, I was quite proud ;) 14:58 #navit: < KaZeR> haha nice :) 14:58 #navit: < KaZeR> if you want to contribute there's maybe a few things where we could use your help 14:59 #navit: < Marc0> go on plz 15:00 #navit: < KaZeR> example : revamping the website ( we have a work in progress here : http://navit-gps.github.io/website/ ) 15:01 #navit: < KaZeR> or, rewriting the map download service ( the license is unclear and the original author is unreachable ) 15:01 #navit: < KaZeR> the website demo is just a test, nothing is set in stone 15:01 #navit: < Marc0> "map download service"? 15:02 #navit: < Marc0> http://www.geofabrik.de/ 15:02 #navit: < Marc0> no? 15:02 #navit: < Marc0> or the "compiled" maps? 15:03 #navit: < Marc0> ...looking... 15:05 #navit: < KaZeR> http://maps.navit-project.org :) 15:06 #navit: < Marc0> links to http://www.smt-webservices.de/ 15:06 #navit: < KaZeR> yep 15:06 #navit: < Marc0> that guy claims to be seriously ill 15:07 #navit: < Marc0> maybe that's why he's unreachable 15:07 #navit: < KaZeR> that would explain it indeed. 15:11 #navit: < Marc0> maps.navit-project.org executes the `maptool` thing? 15:13 #navit: < Marc0> and is hosted at server4you.de (France I guess) 15:14 #navit: < KaZeR> maptool runs in the background, and provide a map 15:15 #navit: < KaZeR> in batch mode 15:15 #navit: < KaZeR> the map server only provide access to the underlying map (which is a zip file) 15:19 #navit: < Marc0> nice, what's that zip of? mostly nothing? are that tiles? 15:21 #navit: < KaZeR> http://wiki.navit-project.org/index.php/Binfile (please be patient while loading until we finish moving stuffs out of this server ;) ) contains some details about the format 15:21 #navit: < KaZeR> in short, there is an index, a bunch of metadata, and then we have all the tiles 15:21 #navit: < KaZeR> the tiles contain the datas we need for routing/maping, in a format optimized for our usage 15:22 #navit: < KaZeR> most of the files in the map are tiles 15:22 #navit: < KaZeR> https://github.com/pgrandin/map_updater might be of some interest too, it's a POC of a map server/updater 15:25 #navit: < Marc0> nice 15:35 -!- juse [~juse@fow4.kyla.fi] has quit [Quit: Nettalk6 - www.ntalk.de] 15:39 #navit: < KaZeR> yep, now we just need to finish everything :) 15:47 #navit: < Marc0> do you have access to the map download service or its sources? 15:47 #navit: < Marc0> or is that lost? 15:51 #navit: < Marc0> or do you prefer the website being ready first? as long as I haven't to design something it should be OK 15:51 #navit: < KaZeR> i do have access to the map download service. but most of it is a cgi, and since the license is unclear i'd rather avoid reusing code. i can look at stuffs and provide guidance, tho :) 15:52 #navit: < Marc0> ok, so rewrite would be fine 15:52 #navit: < KaZeR> regarding the website, it should be quite easy. we merely need something static. it's just that the current website is really outdated in terms of design 15:54 #navit: < KaZeR> if you have a github account i can provide you write access to the website repo 15:56 #navit: < KaZeR> also the design from the current website poc can be changed. 16:01 -!- jandegr [6d8505c6@gateway/web/freenode/ip.109.133.5.198] has quit [Quit: Page closed] 16:37 #navit: < Marc0> should the download service look similar to the project website? 16:43 #navit: < KaZeR> ideally it would be nice to have some kind of consistency in the design, but it's not a hard requirement 16:44 #navit: < Marc0> I think of CSS/template sharing 16:47 #navit: < KaZeR> that would be great. 16:48 #navit: < KaZeR> i have bought some templates from theme forest in the past. If design is not your strong suit, i can maybe sponsor a template 16:50 #navit: < Marc0> sounds good 16:57 #navit: < KaZeR> great. let me know if you have questions or if i can help then :) 19:06 -!- xenos1984 [~xenos1984@118-166-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] --- Log closed Fri Mar 18 00:00:42 2016