--- Log opened Thu Aug 25 00:00:41 2011 01:37 -!- Robinayor [robin@cl-1569.ham-01.de.sixxs.net] has joined #navit 01:40 -!- Robinayor [robin@cl-1569.ham-01.de.sixxs.net] has left #navit [] 02:40 -!- jffathome___ [~quassel@p5DCCE454.dip0.t-ipconnect.de] has joined #navit 02:44 -!- jffathome_ [~quassel@p5DCCE249.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 03:06 -!- noradtux|away [~noradtux@g224054250.adsl.alicedsl.de] has quit [Ping timeout: 268 seconds] 03:06 -!- noradtux_ [~quassel@g224054250.adsl.alicedsl.de] has quit [Ping timeout: 240 seconds] 03:06 -!- noradtux [~quassel@f054016198.adsl.alicedsl.de] has joined #navit 03:07 -!- noradtux|away [~noradtux@f054016198.adsl.alicedsl.de] has joined #navit 03:31 -!- cp15` [hrvtry@p57B1C9AE.dip0.t-ipconnect.de] has joined #navit 03:31 -!- cp15 [qfakwq@p57B1CBCE.dip0.t-ipconnect.de] has quit [Disconnected by services] 03:32 -!- cp15` is now known as cp15 03:32 -!- mode/#navit [+o cp15] by ChanServ 04:22 -!- laroche [~laroche@dslb-092-074-008-161.pools.arcor-ip.net] has quit [Ping timeout: 258 seconds] 04:23 -!- laroche [~laroche@dslb-178-002-181-228.pools.arcor-ip.net] has joined #navit 04:42 -!- jffathome___ [~quassel@p5DCCE454.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 05:02 -!- noradtux [~quassel@f054016198.adsl.alicedsl.de] has quit [Read error: Connection reset by peer] 05:02 -!- noradtux|away [~noradtux@f054016198.adsl.alicedsl.de] has quit [Read error: Connection reset by peer] 05:05 -!- noradtux [~quassel@f054018227.adsl.alicedsl.de] has joined #navit 05:06 -!- noradtux|away [~noradtux@f054018227.adsl.alicedsl.de] has joined #navit 06:11 -!- goldfndr_ [~goldfndr@h-68-165-77-121.sttnwaho.dynamic.covad.net] has quit [Ping timeout: 250 seconds] 06:11 -!- goldfndr__ [~goldfndr@h-68-165-77-110.sttnwaho.dynamic.covad.net] has joined #navit 06:51 -!- tparcina [~tomo@cisco15.fesb.hr] has joined #navit 07:57 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has joined #navit 08:03 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has left #navit [] 08:44 -!- goldfndr` [~goldfndr@h-72-244-204-108.sttnwaho.dynamic.covad.net] has joined #navit 08:45 -!- goldfndr__ [~goldfndr@h-68-165-77-110.sttnwaho.dynamic.covad.net] has quit [Ping timeout: 252 seconds] 09:15 < CIA-47> martin-s * r4710 /trunk/navit/navit/gui/internal/Makefile.am: Fix:Build:Search navit/search.h in the correct directory 09:25 -!- hape [~hape@open7x0.xnc.de] has quit [Ping timeout: 252 seconds] 09:31 -!- sera_ is now known as sera 09:35 -!- latouche [~Latouche@reverse-169.fdn.fr] has quit [Read error: Connection reset by peer] 09:36 -!- hape [~hape@open7x0.xnc.de] has joined #navit 11:21 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has joined #navit 11:21 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has left #navit [] 11:27 -!- pb_8 [~chatzilla@2001:770:20:2:222:41ff:fe39:6a77] has joined #navit 11:51 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has joined #navit 11:51 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has left #navit [] 12:15 -!- Eduardo [58d9906c@gateway/web/freenode/ip.88.217.144.108] has joined #navit 12:15 < Eduardo> Hello! 12:30 <@cp15> Hi Eduardo 12:34 < Eduardo> Hello :) I am trying to understand some things... NavIT actually loads a whole map file before it starts to analyse which part of it should be drawn? I mean... the minimum piece of map in memory is a map file? 12:34 < Eduardo> Or maybe a map into the map file (I realised that OSM are zips of "submaps", something like that, looking at the code, but this could be a particularity of the maps). 12:34 < Eduardo> (of the OSM maps I mean) 12:35 <@cp15> There are two options here: 12:36 <@cp15> - A "flat" map which just contains the items to draw. It will be mmapped and analyzed completely on every map query 12:37 <@cp15> - A "hierarchical" map. There only the top hierarchy will be analyzed on every map query. This top hierarchy has then references to lower hierarchies which in itself might contain hierarchies to lower references 12:38 <@cp15> As a simplified example: Imagine the top hierarchy is "world". There is a reference to "if you want to query germany, look at there", in germany there might be a "if you want to query munich, go there" and so on 12:38 < Eduardo> But this is supported in OSM or is this a Navit feature? 12:38 <@cp15> The hierarchical map is a zip file, each member represents some geographical region 12:39 <@cp15> This is a navit feature. We convert the osm maps on a daily basis to our own format 12:39 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has joined #navit 12:39 < Eduardo> I understand. And the conversion utility is this "planet extractor"? 12:40 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has left #navit [] 12:41 <@cp15> No, the conversion utility is maptool 12:42 <@cp15> We always convert the whole planet, and the planet extractor can cut out a rectangular area out of it, so you can download the area you want 12:43 < Eduardo> Ok... now on Navit... correct me if I am wrong.... the files are loaded (all in the active mapset) and stored in zipped form (all) 12:43 < Eduardo> But not analysed, this is made though "map queries". 12:43 < Eduardo> And the hierarchical structure sends the "query" to the appropiate scala and map. 12:44 < Eduardo> The results end up in "do_draw", somehow, or to the call graphics_displaylist_draw there, I guess. 12:44 <@cp15> The data isn't loaded and stored in zipped form, it is already a zip archive 12:44 < Eduardo> Yes, but I meant, in memory. 12:45 < Eduardo> I am trying to understand the memory use regarding maps, what is stored when. Sorry if the question is too general. 12:59 -!- Eduardo is now known as Eduardo_gone 13:36 -!- mase76 [~mase76@p5DD3A85D.dip.t-dialin.net] has joined #navit 13:54 -!- Eduardo_gone is now known as Eduardo 14:16 -!- jffathome [~quassel@p5DCCE454.dip0.t-ipconnect.de] has joined #navit 14:29 -!- antenna1 [~ion@dslb-178-007-004-174.pools.arcor-ip.net] has joined #navit 14:32 -!- tparcina [~tomo@cisco15.fesb.hr] has left #navit [] 15:10 -!- sera_ [~sera@218-71.203-62.cust.bluewin.ch] has joined #navit 15:14 -!- sera [~sera@149.81.202.62.cust.bluewin.ch] has quit [Ping timeout: 252 seconds] 16:13 -!- mase76 [~mase76@p5DD3A85D.dip.t-dialin.net] has quit [Remote host closed the connection] 16:14 -!- antenna1 [~ion@dslb-178-007-004-174.pools.arcor-ip.net] has quit [Quit: Leaving.] 16:27 -!- korrosa [c30285b6@gateway/web/freenode/ip.195.2.133.182] has joined #navit 16:27 < korrosa> pb_8: I reverted your edit to the wiki as the path= attribute is obsolete in the speed_cam OSD. See http://trac.navit-project.org/ticket/702#comment:24 16:28 < korrosa> Unfortunately I clicked "Rollback" instead of "Revert", so couldn't add a comment for my actions - my apologies! 16:52 < korrosa> [TRAC] New comments and ticket re-opened http://trac.navit-project.org/ticket/917#comment:5 "Some address are not found due to unwritable chars" 17:01 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has joined #navit 17:01 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has left #navit [] 17:04 -!- goldfndr^ [~goldfndr@h-72-244-204-135.sttnwaho.dynamic.covad.net] has joined #navit 17:04 -!- goldfndr` [~goldfndr@h-72-244-204-108.sttnwaho.dynamic.covad.net] has quit [Ping timeout: 260 seconds] 17:05 <@cp15> korrosa, the change for town names is in the maps, they need to update their maps 17:08 < korrosa> Oh wow - I'm very honoured that you read my trac updates!! 17:10 < korrosa> cp15: Has a new map been generated with this change on the Planet Extractor? 17:11 <@cp15> If I have commited it yesterday then yes 17:12 <@cp15> Maybe you could try it out? 17:12 -!- isaac [3edb8ccb@gateway/web/freenode/ip.62.219.140.203] has joined #navit 17:13 -!- isaac [3edb8ccb@gateway/web/freenode/ip.62.219.140.203] has quit [Client Quit] 17:14 < korrosa> Those are some strange places for me to download - I'll see if I have some time later. I've updated the ticket, so hopefully mvglasow lets us know what happens: he's usually pretty speedy! 17:20 -!- korrosa [c30285b6@gateway/web/freenode/ip.195.2.133.182] has quit [Quit: Page closed] 18:12 -!- pb_8 [~chatzilla@2001:770:20:2:222:41ff:fe39:6a77] has quit [Ping timeout: 255 seconds] 18:20 -!- antenna1 [~ion@dslb-178-007-004-174.pools.arcor-ip.net] has joined #navit 19:40 < CIA-47> martin-s * r4711 /trunk/navit/Toolchain/xcode-iphone-sim-3.2.cmake: Add:Build:iphone sim on xcode toolchain 19:45 -!- ICE-B [~iceberg@p5B36F16A.dip.t-dialin.net] has joined #navit 19:46 < ICE-B> hi 19:59 < CIA-47> martin-s * r4712 /trunk/navit/navit/ (4 files in 2 dirs): Fix:graphics_cocoa:Better main argument handling 19:59 -!- sera [~sera@141.79.63.81.cust.bluewin.ch] has joined #navit 20:02 -!- sera_ [~sera@218-71.203-62.cust.bluewin.ch] has quit [Ping timeout: 250 seconds] 20:12 -!- ICE-B [~iceberg@p5B36F16A.dip.t-dialin.net] has quit [Quit: Leaving.] 20:28 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has joined #navit 20:36 -!- antenna1 [~ion@dslb-178-007-004-174.pools.arcor-ip.net] has left #navit [] 21:21 -!- arnotixe [~arnotixe@c8EA95AC1.dhcp.bluecom.no] has joined #navit 21:30 -!- Benja1972 [~sergei@59.74.8.109.rev.sfr.net] has quit [Ping timeout: 245 seconds] 21:41 -!- arnotixe [~arnotixe@c8EA95AC1.dhcp.bluecom.no] has quit [Quit: Ex-Chat] 21:42 -!- drlizau [~liz@billiau.net] has joined #navit 22:15 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 22:26 -!- AngusRF [~Angus@p5B083CB1.dip.t-dialin.net] has joined #navit 22:48 -!- AngusRF [~Angus@p5B083CB1.dip.t-dialin.net] has quit [Quit: Verlassend] 22:58 -!- mase76 [~mase76@p5DD3B261.dip.t-dialin.net] has joined #navit 23:01 < CIA-47> martin-s * r4713 /trunk/navit/navit/file.c: Fix:Core:Return useful values in case of wordexp error 23:03 < CIA-47> martin-s * r4714 /trunk/navit/navit/file.c: Fix:Core:Typo 23:06 -!- noradtux [~quassel@f054018227.adsl.alicedsl.de] has quit [Ping timeout: 252 seconds] 23:06 -!- noradtux|away is now known as noradtux 23:11 -!- noradtux_ [~quassel@f054018227.adsl.alicedsl.de] has joined #navit 23:19 -!- Morphous [jan@unaffiliated/amorphous] has quit [Ping timeout: 252 seconds] 23:35 -!- Morphous [jan@unaffiliated/amorphous] has joined #navit 23:54 -!- OwenLA7QZ [beb93f16@gateway/web/freenode/ip.190.185.63.22] has joined #navit --- Log closed Fri Aug 26 00:00:41 2011