00:06:37 *** IvanSanchez has quit (Quit: Kopete 0.12.7 : http://kopete.kde.org) 00:28:49 <rweait> springmeyer: OPTIMIZATION=3 in the configuse is for what? 00:29:15 <springmeyer> because we can :) 00:29:31 <rweait> not hardware related? 00:29:38 <springmeyer> 2 generally means go fast but where possible also make compiled stuff small 00:29:54 <springmeyer> whereas 3 is go fast at any cost of size of executable 00:30:16 <springmeyer> sometimes 3 with different compilers means different things 00:30:34 <rweait> any changes I should configure to take advantage of my multicores? 00:30:42 <springmeyer> I imagine we have default as 2 just as a conservative measure 00:30:49 <springmeyer> rweait: nope 00:30:56 <rweait> thank you! 00:35:06 *** luneff has quit (Quit: Leaving) 00:36:13 *** chad_bur_ has quit (Quit: Leaving...) 01:02:11 <nikq> Mapnik Trac: mapnik-0.7.1.mr.raster-position2.diff attached to Ticket #475 | http://trac.mapnik.org/attachment/ticket/475/mapnik-0.7.1.mr.raster-position2.diff 01:02:21 <nikq> Mapnik Trac: mapnik-trunk.mr.raster-position2.diff attached to Ticket #475 | http://trac.mapnik.org/attachment/ticket/475/mapnik-trunk.mr.raster-position2.diff 01:02:45 *** jctull has quit (Quit: jctull) 01:17:10 *** filbertkm (~chatzilla@128.241.235.189) has joined #mapnik 01:18:35 <nikq> Mapnik Trac: Ticket #475 (Rendring raster border bug) updated | http://trac.mapnik.org/ticket/475#comment:7 01:22:50 *** jctull (~jctull@70.134.60.228) has joined #mapnik 01:24:40 <nikq> Mapnik Trac: Ticket #475 (Rendring raster border bug) updated | http://trac.mapnik.org/ticket/475#comment:8 01:24:43 *** jctull has quit (Read error: Connection reset by peer) 01:25:20 *** jctull (~jctull@70.134.60.228) has joined #mapnik 01:28:21 *** mperry (~mperry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 01:32:04 *** jctull has quit (Read error: Connection reset by peer) 01:32:28 *** cgs_bob has quit (Ping timeout: 276 seconds) 01:35:09 *** jctull (~jctull@70.134.60.228) has joined #mapnik 01:41:13 *** jctull has quit (Read error: Connection reset by peer) 02:11:31 <nikq> Mapnik Trac: Changeset [1655]: apply mapnik-0.7.1.mr.raster-position2.diff from mar_rud to close #475 | http://trac.mapnik.org/changeset/1655 02:16:37 *** cgs_bob (~bob@122.135-78-65.ftth.swbr.surewest.net) has joined #mapnik 02:34:06 *** tcarobruce has quit (Quit: tcarobruce) 02:37:30 <rweait> still trying to install mapnik2, and failing. 02:37:47 <springmeyer> ruh roh 02:37:52 <springmeyer> rweait: what is happening? 02:38:11 <rweait> ImportError: libmapnik.so.0.6: cannot open shared object file: No such file or directory 02:38:26 <springmeyer> sudo ldconfig 02:38:29 <springmeyer> then try again? 02:38:35 <rweait> done. 02:38:39 <rweait> /usr/local/lib64/libmapnik.so 02:39:04 <springmeyer> ah, rm that 02:39:16 <springmeyer> that's likely an old one too... 02:39:54 <rweait> no, I cleared it out before trying again. 02:39:59 <rweait> it's from mapnik2 02:40:10 <springmeyer> oh? hmm 02:40:43 <springmeyer> should not be... 02:40:49 <springmeyer> rweait: what does this give? 02:41:05 <springmeyer> python -c "import platform;print platform.dist()[0]" 02:41:17 <rweait> Ubuntu 02:42:14 <springmeyer> hmm, thats right 02:42:25 <springmeyer> so after installing you have nothing in? 02:42:36 <springmeyer> ls -l /usr/local/lib/libmapnik* 02:42:53 <rweait> I just deleted that. 02:43:01 <rweait> there was : 02:43:10 <rweait> /usr/local/lib64/libmapnik.so 02:43:10 <rweait> /usr/local/lib64/libmapnik.so.0.6 02:43:10 <rweait> /usr/local/lib64/libmapnik.so.0.6.1 02:43:20 <springmeyer> ah, okay great 02:43:31 <rweait> I have logs from the configure and install 02:43:34 <springmeyer> then now re-install again and you should be set 02:43:42 <springmeyer> python scons/scons.py install 02:43:52 <rweait> sudo ... 02:43:57 <springmeyer> (that should see missing /usr/local/lib/libmapnik.*) 02:44:00 <springmeyer> yep 02:44:05 <springmeyer> and place the library back there... 02:44:10 <springmeyer> then ldconfig 02:44:15 <springmeyer> then try again? 02:46:00 <rweait> same result. 02:46:32 <rweait> /usr/local/lib64/libmapnik.so 02:46:32 <rweait> /usr/local/lib64/libmapnik.so.0.6 02:46:32 <rweait> /usr/local/lib64/libmapnik.so.0.6.1 02:47:09 <rweait> ls /usr/local/lib 02:47:10 <rweait> python2.6 02:47:16 <rweait> no mapnik 02:47:37 <springmeyer> k, you must be installing a different source check out? 02:47:43 <springmeyer> $ svn info 02:47:46 <springmeyer> what does that give? 02:48:41 <rweait> URL: http://svn.mapnik.org/branches/mapnik2 02:48:49 <rweait> revision 1654 02:48:58 <springmeyer> ah ha 02:49:01 <springmeyer> do this: 02:49:03 <rweait> oh ho! 02:49:12 <rweait> cd .. 02:49:13 <springmeyer> svn switch http://svn.mapnik.org/trunk . 02:51:11 <rweait> updating. 02:51:33 <springmeyer> yep, mapnik2 is the real deal now :) 02:51:45 <rweait> Updated to revision 1655. 02:51:50 <rweait> one more time? 02:52:42 <nikq> Mapnik Trac: GsocIdeas edited | http://trac.mapnik.org/wiki/GsocIdeas?version=4 02:53:33 <nikq> Mapnik Trac: GsocIdeas edited | http://trac.mapnik.org/wiki/GsocIdeas?version=5 02:55:33 <springmeyer> rweait: so we need a full re-compile again now... 02:55:46 <rweait> configure is done, building now. 02:55:57 <springmeyer> cool :) 02:56:14 <rweait> So I had the wrong checkout? 02:58:19 <springmeyer> yes 02:58:48 <springmeyer> mapnik2 code was merged into trunk right before we released 0.7.0 03:06:33 *** ajturner (~ajturner@209.155.228.129) has joined #mapnik 03:09:00 *** cgs_bob has quit (Read error: Connection reset by peer) 03:09:00 *** cgs_bob_ (~bob@122.135-78-65.ftth.swbr.surewest.net) has joined #mapnik 03:10:40 <rweait> _That's_ what I'm talking about. 03:10:57 <rweait> That is one long list of deprecation warnings. 03:11:22 <rweait> and a nice image.png. 03:11:38 <rweait> Yay! Hooray for springmeyer ! 03:12:35 <springmeyer> we have liftoff :) 03:13:01 <rweait> Thank you! 03:13:12 <rweait> now for some style... 03:20:32 <springmeyer> nice. your welcome :) 03:23:54 <nikq> Mapnik Trac: Changeset [1656]: apply slighly modified (env->box2d) mapnik-trunk.mr.raster-position2.diff ... | http://trac.mapnik.org/changeset/1656 03:26:17 <nikq> Mapnik Trac: Changeset [1657]: restore default behavior of PointSymbolizer when used without an image, by ... | http://trac.mapnik.org/changeset/1657 03:38:44 <dkb> speaking of styles, does the order of the styles in osm.xml make a difference? 03:40:02 <springmeyer> no 03:40:09 <springmeyer> only the order of layers 03:40:15 <springmeyer> and the order styles are attached to layers 03:40:55 <dkb> ok. That was my next question about the layers. Thanks. 03:51:37 *** ajturner has quit (Quit: ajturner) 03:57:17 *** filbertkm has quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.8/20100214235838]) 04:09:17 *** springmeyer_ (~springmey@c-76-28-156-154.hsd1.wa.comcast.net) has joined #mapnik 04:09:24 *** springmeyer_ has quit (Remote host closed the connection) 04:09:29 *** springmeyer has quit (Read error: Connection reset by peer) 04:09:43 *** springmeyer (~springmey@c-76-28-156-154.hsd1.wa.comcast.net) has joined #mapnik 04:29:55 *** dkb has quit (Quit: Leaving.) 06:01:10 *** HounD (~HounD@unics1.grfc.ru) has joined #mapnik 06:44:17 <dodobas> yello 07:26:15 *** luneff (~yury@93.178.93.173) has joined #mapnik 07:53:03 *** StormTide has quit (Quit: Leaving) 07:56:18 *** mperry_ (~mperry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 07:58:39 *** mperry has quit (Ping timeout: 252 seconds) 07:58:39 *** mperry_ is now known as mperry 08:18:49 *** shoe has quit (Ping timeout: 260 seconds) 09:16:07 <nikq> Mapnik Trac: Ticket #521 (OGCServer and ArcMap 9.2 GetMap fails) updated | http://trac.mapnik.org/ticket/521#comment:5 10:23:14 <nikq> Mapnik Trac: Ticket #475 (Rendring raster border bug) updated | http://trac.mapnik.org/ticket/475#comment:9 11:14:19 *** gavinf has quit (Read error: Connection reset by peer) 11:19:40 *** gavinf (~gavinf@196.211.119.210) has joined #mapnik 13:11:36 *** HounD has quit (Read error: Connection reset by peer) 13:12:51 *** HounD (~HounD@unics1.grfc.ru) has joined #mapnik 13:29:05 *** ajturner (~ajturner@209.155.228.129) has joined #mapnik 13:33:07 *** dkb (~dkb@66-219-8-179.ip.gvtel.com) has joined #mapnik 13:33:10 *** dkb has quit (Client Quit) 13:33:12 *** dkb (~dkb@66-219-8-179.ip.gvtel.com) has joined #mapnik 14:08:06 *** mperry has quit (Read error: Connection reset by peer) 14:08:12 *** mperry (~mperry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 14:23:13 *** cgs_bob_ has quit (Ping timeout: 264 seconds) 14:23:56 *** cgs_bob_ (~bob@122.135-78-65.ftth.swbr.surewest.net) has joined #mapnik 14:47:16 *** HounD has quit (Ping timeout: 245 seconds) 14:51:18 *** HounD (~HounD@unics1.grfc.ru) has joined #mapnik 15:05:02 *** HounD has parted #mapnik (None) 16:01:15 *** ajturner_ (~ajturner@209.155.228.129) has joined #mapnik 16:03:11 *** ajturner has quit (Ping timeout: 246 seconds) 16:03:11 *** ajturner_ is now known as ajturner 16:08:00 *** mperry has quit (Ping timeout: 240 seconds) 16:11:20 *** willwhite (~diggersf@c-98-218-226-144.hsd1.dc.comcast.net) has joined #mapnik 16:39:09 *** shoe (~user@ip24-250-63-6.ri.ri.cox.net) has joined #mapnik 16:40:19 <shoe> springmeyer, jburgess: thanks for your help yesterday. 16:40:47 <shoe> turned out my problem was a nearest-neighbor interpolation during the initial reprojection. 16:41:32 <shoe> I was resampling with fancy methods after that to no avail, because the damage was already done in the initial fast reprojection. 16:42:01 <shoe> I went back and used bilinear resampling during reprojection and it's much nicer now. 16:44:03 <shoe> btw, would this be an acceptable channel to discuss mod_tile/renderd? 16:52:45 <dkb> shoe: not that I may be able to help but I have asked questions in those areas here in the past with gracious assistance provided. 17:04:24 <nikq> Mapnik Trac: Ticket #475 (Rendring raster border bug) updated | http://trac.mapnik.org/ticket/475#comment:10 17:04:30 <springmeyer> shoe: yes 17:05:58 <shoe> I'm specifically wondering if it's possible to run multiple renderds on the same machine. 17:09:12 *** chad_burt (~chad_burt@mm-01.msi.ucsb.edu) has joined #mapnik 17:09:33 *** cgs_bob_ has quit (Ping timeout: 265 seconds) 17:12:45 *** mperry (~mperry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 17:12:45 *** shoe has quit (Read error: Connection reset by peer) 17:12:54 *** bug_ (~handerek@g225149069.adsl.alicedsl.de) has joined #mapnik 17:13:15 *** shoe (~user@ip24-250-63-6.ri.ri.cox.net) has joined #mapnik 17:13:49 <springmeyer> shoe: I've not done so but can't think of anything that would prevent it 17:35:26 *** tcarobruce (~tcarobruc@adsl-75-10-247-30.dsl.pltn13.sbcglobal.net) has joined #mapnik 17:43:50 *** willwhite has quit (Quit: willwhite) 18:16:09 *** luneff has quit (Read error: No route to host) 18:17:04 *** luneff (~yury@93.178.84.240) has joined #mapnik 18:21:14 *** cgs_bob_ (~bob@239.sub-75-210-191.myvzw.com) has joined #mapnik 18:24:05 <shoe> I meant multiple renderds for the same tile set. 18:25:26 <shoe> there seems to be a one-to-one relationship between the mod-tile map config and the renderd instance. 18:27:21 <nikq> Mapnik Trac: Ticket #521 (OGCServer and ArcMap 9.2 GetMap fails) updated | http://trac.mapnik.org/ticket/521#comment:6 18:41:41 *** bitterman (~yury@93.178.84.240) has joined #mapnik 18:45:09 <shoe> ok, I figured it out by reading the source... [renderdN] and render --slave=N 18:46:09 *** luneff has quit (Ping timeout: 276 seconds) 19:15:20 *** willwhite (~diggersf@c-98-218-226-144.hsd1.dc.comcast.net) has joined #mapnik 19:34:41 *** bug__ (~handerek@f053002097.adsl.alicedsl.de) has joined #mapnik 19:37:55 *** bug_ has quit (Read error: Operation timed out) 19:39:01 *** bug_ (~handerek@f053000244.adsl.alicedsl.de) has joined #mapnik 19:39:46 *** bug__ has quit (Ping timeout: 248 seconds) 19:53:20 <nikq> Mapnik Trac: Changeset [1658]: + reduce template-depth to 160 Please enter the commit message for your ... | http://trac.mapnik.org/changeset/1658 19:58:59 *** mperry has quit (Read error: Connection reset by peer) 19:59:19 *** mperry (~mperry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 20:27:30 *** springmeyer has quit (Quit: springmeyer) 20:32:41 *** bug__ (~handerek@g225151081.adsl.alicedsl.de) has joined #mapnik 20:36:39 *** bug_ has quit (Ping timeout: 276 seconds) 20:56:05 *** mperry_ (~mperry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 20:59:39 *** mperry has quit (Ping timeout: 245 seconds) 20:59:39 *** mperry_ is now known as mperry 21:51:55 <nikq> Mapnik Trac: Ticket #521 (OGCServer and ArcMap 9.2 GetMap fails) updated | http://trac.mapnik.org/ticket/521#comment:7 21:54:15 *** bitterman is now known as luneff 21:56:16 *** bug_ (~handerek@f053015019.adsl.alicedsl.de) has joined #mapnik 21:59:40 *** bug__ has quit (Ping timeout: 256 seconds) 22:05:11 *** luneff has quit (Quit: Leaving) 22:14:31 *** bug__ (~handerek@f053015186.adsl.alicedsl.de) has joined #mapnik 22:16:36 *** bug__ has quit (Read error: Connection reset by peer) 22:17:21 *** bug (~handerek@f053012137.adsl.alicedsl.de) has joined #mapnik 22:17:33 *** bug_ has quit (Ping timeout: 258 seconds) 22:18:33 *** bug_ (~handerek@f053008244.adsl.alicedsl.de) has joined #mapnik 22:18:57 *** bug has quit (Read error: Connection reset by peer) 22:20:44 *** bug (~handerek@f053014092.adsl.alicedsl.de) has joined #mapnik 22:22:10 *** bug has quit (Read error: Connection reset by peer) 22:22:23 *** bug (~handerek@f053010055.adsl.alicedsl.de) has joined #mapnik 22:23:54 *** bug_ has quit (Ping timeout: 276 seconds) 22:24:37 *** bug_ (~handerek@f053012116.adsl.alicedsl.de) has joined #mapnik 22:25:26 *** bug has quit (Read error: Operation timed out) 22:26:23 *** bug__ (~handerek@f053015003.adsl.alicedsl.de) has joined #mapnik 22:29:09 *** bug (~handerek@f053000063.adsl.alicedsl.de) has joined #mapnik 22:29:39 *** bug_ has quit (Ping timeout: 245 seconds) 22:31:23 *** bug_ (~handerek@f053010115.adsl.alicedsl.de) has joined #mapnik 22:32:10 *** bug__ has quit (Ping timeout: 264 seconds) 22:33:38 *** bug has quit (Ping timeout: 248 seconds) 22:38:00 *** bug__ (~handerek@f053000032.adsl.alicedsl.de) has joined #mapnik 22:41:49 *** bug_ has quit (Ping timeout: 264 seconds) 22:43:36 *** bug_ (~handerek@f053004145.adsl.alicedsl.de) has joined #mapnik 22:47:04 *** bug__ has quit (Ping timeout: 258 seconds) 22:52:17 *** bug__ (~handerek@f053004100.adsl.alicedsl.de) has joined #mapnik 22:55:54 *** bug_ has quit (Ping timeout: 245 seconds) 22:56:56 *** springmeyer (~springmey@c-76-28-156-154.hsd1.wa.comcast.net) has joined #mapnik 23:00:36 *** bug_ (~handerek@f053003164.adsl.alicedsl.de) has joined #mapnik 23:03:11 *** bug (~handerek@f053013212.adsl.alicedsl.de) has joined #mapnik 23:03:32 *** willwhite has quit (Quit: willwhite) 23:03:58 *** bug__ has quit (Ping timeout: 264 seconds) 23:04:45 *** bug__ (~handerek@f053008142.adsl.alicedsl.de) has joined #mapnik 23:05:58 *** bug_ has quit (Ping timeout: 276 seconds) 23:08:24 *** bug has quit (Ping timeout: 245 seconds) 23:10:03 *** bug__ has quit (Ping timeout: 276 seconds)