00:00:44 *** willwhite has quit () 00:03:47 *** tcb has quit () 00:04:16 *** tcb (n=tcb@adsl-75-10-247-30.dsl.pltn13.sbcglobal.net) has joined #mapnik 00:04:29 *** tcb has quit (Client Quit) 00:06:53 *** tcb (n=tcb@adsl-75-10-247-30.dsl.pltn13.sbcglobal.net) has joined #mapnik 00:14:45 <nikq> Mapnik Trac: Changeset [1557]: add 'gamma' attribute to PolygonSymbolizer, along with tests against ... | http://trac.mapnik.org/changeset/1557 00:16:47 <nikq> Mapnik Trac: Ticket #428 (Polygons and "the problem of adjacent edges") closed | http://trac.mapnik.org/ticket/428#comment:4 00:16:53 <springmeyer> `PolygonSymbolizer 00:16:53 <nikq> http://trac.mapnik.org/wiki/PolygonSymbolizer 00:17:59 <nikq> Mapnik Trac: PolygonSymbolizer edited | http://trac.mapnik.org/wiki/PolygonSymbolizer?version=8 00:22:42 <nikq> Mapnik Trac: PolygonSymbolizer edited | http://trac.mapnik.org/wiki/PolygonSymbolizer?version=9 00:23:05 *** aj_ashton has quit (Remote closed the connection) 00:23:33 <nikq> Mapnik Trac: gamma65_polygon_symbolizer.png attached to PolygonSymbolizer | http://trac.mapnik.org/attachment/wiki/PolygonSymbolizer/gamma65_polygon_symbolizer.png 00:24:24 <nikq> Mapnik Trac: PolygonSymbolizer edited | http://trac.mapnik.org/wiki/PolygonSymbolizer?version=10 00:31:50 <nikq> Mapnik Trac: Changeset [1558]: add 'gamma' attribute to PolygonSymbolizer, along with tests against ... | http://trac.mapnik.org/changeset/1558 00:32:31 <nikq> Mapnik Trac: Ticket #489 (Sync CHANGELOG in trunk after tagging 0.7.0) created | http://trac.mapnik.org/ticket/489 00:55:07 <twain47> finally - got trunc working with renderd and everything works 00:55:47 <twain47> was wondering about adding a legacy.hpp to mapnik with some #defines to make the transition easier. Would that make sense? 01:05:54 <springmeyer> twain47: great news! 01:06:37 <springmeyer> twain47: sounds like a good idea to me, good to runn by artem tomorrow 01:08:35 <nikq> Mapnik Trac: Ticket #428 (Polygons and "the problem of adjacent edges") updated | http://trac.mapnik.org/ticket/428#comment:5 01:10:06 <twain47> springmeyer: will do. 01:10:16 <springmeyer> great 01:12:26 *** rcoup (n=rcoup@cat11g.catalyst.net.nz) has joined #mapnik 01:14:08 *** rcoup has quit (Read error: 113 (No route to host)) 01:14:25 *** rcoup (n=rcoup@cat11g.catalyst.net.nz) has joined #mapnik 01:26:56 *** cgs_bob has quit (Remote closed the connection) 02:22:52 *** cgs_bob (n=bobm@122.135-78-65.ftth.swbr.surewest.net) has joined #mapnik 02:48:46 *** willwhite (n=diggersf@c-68-33-229-33.hsd1.dc.comcast.net) has joined #mapnik 02:48:55 *** tcb has quit () 02:49:59 *** willwhite has quit (Client Quit) 02:58:39 *** jfxberns (n=jfxberns@ppp-58-8-127-199.revip2.asianet.co.th) has joined #mapnik 03:00:10 *** jfxberns has quit (Remote closed the connection) 03:00:36 *** jfxberns (n=jfxberns@ppp-58-8-127-199.revip2.asianet.co.th) has joined #mapnik 03:01:32 *** jfxberns has quit (Remote closed the connection) 03:01:46 *** jfxberns (n=jfxberns@ppp-58-8-127-199.revip2.asianet.co.th) has joined #mapnik 03:14:25 *** rcoup_ (n=rcoup@cat11g.catalyst.net.nz) has joined #mapnik 03:21:10 *** rcoup__ (n=rcoup@cat11g.catalyst.net.nz) has joined #mapnik 03:21:31 *** gzur has quit (Read error: 54 (Connection reset by peer)) 03:22:48 *** rcoup has quit (Read error: 113 (No route to host)) 03:22:49 *** rcoup__ is now known as rcoup 03:26:40 *** rcoup_ has quit (Read error: 60 (Operation timed out)) 04:02:18 <nikq> Mapnik Trac: Release0.7.0 created | http://trac.mapnik.org/wiki/Release0.7.0?version=1 04:26:42 *** rcoup has quit () 04:44:12 <nikq> Mapnik Trac: Ticket #458 (Support for multipoint type not working) updated | http://trac.mapnik.org/ticket/458#comment:5 04:45:10 *** springmeyer has quit () 05:39:38 *** jeffwheeler (n=jeff@adsl-71-145-180-184.dsl.austtx.sbcglobal.net) has joined #mapnik 05:40:30 <jeffwheeler> I'm having a lot of trouble finding the right tool for my job. I have a shapefile with a bunch of features in it (a few thousand bus stops) that I can read and draw nicely in mapnik, but I think I need a separate tool altogether to find the closest stop given a GPS position. 05:41:48 <jeffwheeler> If I understand it correctly, mapnik doesn't do this --- it's just for drawing --- but I'm having trouble finding the right tool. 05:49:27 <racicot> jeffwheeler: postgis will have that capability ... would require getting your data into the database... 05:50:40 *** jeffwheeler_ (n=jeff@adsl-71-145-136-140.dsl.austtx.sbcglobal.net) has joined #mapnik 05:50:50 <jeffwheeler_> I'm having a lot of trouble finding the right tool for my job. I have a shapefile with a bunch of features in it (a few thousand bus stops) that I can read and draw nicely in mapnik, but I think I need a separate tool altogether to find the closest stop given a GPS position. 05:50:54 <jeffwheeler_> If I understand it correctly, mapnik doesn't do this --- it's just for drawing --- but I'm having trouble finding the right tool. 05:51:18 <racicot> jeffwheeler_: (repeating from earlier) postgis will have that capability ... would require getting your data into the database... 05:51:47 <jeffwheeler_> racicot: awesome, thanks; I'll look at that 06:00:16 *** jeffwheeler has quit (Read error: 110 (Connection timed out)) 06:01:09 *** jeffwheeler_ is now known as jeffwheeler 06:42:01 *** jeffwheeler has quit (Read error: 110 (Connection timed out)) 07:51:41 *** HounD (n=HounD@unics1.grfc.ru) has joined #mapnik 08:51:11 *** jfxberns_ (n=jfxberns@ppp-61-90-16-160.revip.asianet.co.th) has joined #mapnik 08:56:19 *** jfxberns has quit (Read error: 104 (Connection reset by peer)) 08:56:22 *** jfxberns_ is now known as jfxberns 09:59:35 *** cgs_bob has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** Phurl has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** rweait has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** dukeku has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** avar has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** chad_burt has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** nikq has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** aub has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** hobu has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** crust has quit (pratchett.freenode.net irc.freenode.net) 09:59:35 *** Simon- has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** jfxberns has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** mapnikbuild has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** cmarqu has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** mishok13 has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** CIA-28 has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** racicot has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** dodobas has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** HounD has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** twain47 has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** tomhughes has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** Komzpa has quit (pratchett.freenode.net irc.freenode.net) 09:59:36 *** ser has quit (pratchett.freenode.net irc.freenode.net) 10:00:04 *** jfxberns (n=jfxberns@ppp-61-90-16-160.revip.asianet.co.th) has joined #mapnik 10:00:04 *** HounD (n=HounD@unics1.grfc.ru) has joined #mapnik 10:00:04 *** cgs_bob (n=bobm@122.135-78-65.ftth.swbr.surewest.net) has joined #mapnik 10:00:04 *** Phurl (n=mdupont@ip-81-210-245-60.unitymediagroup.de) has joined #mapnik 10:00:04 *** twain47 (n=twain47@cpc12-shef7-0-0-cust175.barn.cable.virginmedia.com) has joined #mapnik 10:00:04 *** chad_burt (n=chad_bur@mm-01.msi.ucsb.edu) has joined #mapnik 10:00:04 *** Komzpa (n=kom@mm-71-245-57-86.leased.line.mgts.by) has joined #mapnik 10:00:04 *** dukeku (i=dukeku@66.81.0.197) has joined #mapnik 10:00:04 *** rweait (n=nerd@weait.tor.istop.com) has joined #mapnik 10:00:04 *** mishok13 (n=gdmfsob@dm.sonopia.com) has joined #mapnik 10:00:04 *** avar (i=avar@wikipedia/avar) has joined #mapnik 10:00:04 *** racicot (n=chatzill@osgeo/member/racicot) has joined #mapnik 10:00:04 *** aub (n=aubrey@h-64-236-128-41.nat.aol.com) has joined #mapnik 10:00:04 *** crust (n=crust@vobster.nepharia.org) has joined #mapnik 10:00:04 *** CIA-28 (n=CIA@208.69.182.149) has joined #mapnik 10:00:04 *** ser (n=ser@82.208.9.201) has joined #mapnik 10:00:04 *** dodobas (n=dodobas@161.53.248.113) has joined #mapnik 10:00:04 *** Simon- (i=simon@2001:8b0:ffea:0:205:b4ff:fe12:530) has joined #mapnik 10:00:05 *** cmarqu (i=colin@oemcomputer.oerks.de) has joined #mapnik 10:00:05 *** mapnikbuild (n=mapnikbu@miranda.nwcr.net) has joined #mapnik 10:00:05 *** tomhughes (n=tom@gate.compton.nu) has joined #mapnik 10:00:05 *** hobu (n=hobu@osgeo/member/hobu) has joined #mapnik 10:00:05 *** nikq (n=nikq@li21-121.members.linode.com) has joined #mapnik 10:00:16 *** HounD1 (n=HounD@unics1.grfc.ru) has joined #mapnik 10:13:21 *** Dominic236 (n=Dominic@dialbs-213-023-220-018.static.arcor-ip.net) has joined #mapnik 10:13:44 <Dominic236> Hello 10:14:23 <Dominic236> is there someone out there who has a clue about running Mapnik on Suse Linux Enterprise 10 SP2, 64 Bit? 10:15:35 <Dominic236> after compiling ICU and boost (with regex using ICU support) I tried importing mapnik with python and got the following error: 10:15:44 *** HounD2 (n=HounD@unics1.grfc.ru) has joined #mapnik 10:16:06 *** HounD has quit (Read error: 110 (Connection timed out)) 10:16:28 <Dominic236> ImportError: /usr/local/lib64/libmapnik.so.0.8: undefined symbol: png_get_asm_flagmask 10:17:23 <Dominic236> I m using ICU version 4.2.x, built from source and Boost 1.42, built from source as well 10:31:54 *** HounD1 has quit (Read error: 110 (Connection timed out)) 11:06:24 <Phurl> libpng? 11:06:26 <Phurl> ldd 11:35:06 *** HounD2 has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** cgs_bob has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** Phurl has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** rweait has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** dukeku has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** avar has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** nikq has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** aub has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** chad_burt has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** hobu has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** crust has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** Simon- has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** mapnikbuild has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** cmarqu has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** mishok13 has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** jfxberns has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** CIA-28 has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** racicot has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** dodobas has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** Dominic236 has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** tomhughes has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** twain47 has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** Komzpa has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** ser has quit (pratchett.freenode.net irc.freenode.net) 11:35:06 *** HounD2 (n=HounD@unics1.grfc.ru) has joined #mapnik 11:35:06 *** Dominic236 (n=Dominic@dialbs-213-023-220-018.static.arcor-ip.net) has joined #mapnik 11:35:06 *** jfxberns (n=jfxberns@ppp-61-90-16-160.revip.asianet.co.th) has joined #mapnik 11:35:06 *** cgs_bob (n=bobm@122.135-78-65.ftth.swbr.surewest.net) has joined #mapnik 11:35:06 *** Phurl (n=mdupont@ip-81-210-245-60.unitymediagroup.de) has joined #mapnik 11:35:06 *** twain47 (n=twain47@cpc12-shef7-0-0-cust175.barn.cable.virginmedia.com) has joined #mapnik 11:35:06 *** chad_burt (n=chad_bur@mm-01.msi.ucsb.edu) has joined #mapnik 11:35:06 *** Komzpa (n=kom@mm-71-245-57-86.leased.line.mgts.by) has joined #mapnik 11:35:06 *** dukeku (i=dukeku@66.81.0.197) has joined #mapnik 11:35:06 *** rweait (n=nerd@weait.tor.istop.com) has joined #mapnik 11:35:06 *** mishok13 (n=gdmfsob@dm.sonopia.com) has joined #mapnik 11:35:06 *** avar (i=avar@wikipedia/avar) has joined #mapnik 11:35:06 *** racicot (n=chatzill@osgeo/member/racicot) has joined #mapnik 11:35:06 *** aub (n=aubrey@h-64-236-128-41.nat.aol.com) has joined #mapnik 11:35:06 *** crust (n=crust@vobster.nepharia.org) has joined #mapnik 11:35:06 *** CIA-28 (n=CIA@208.69.182.149) has joined #mapnik 11:35:06 *** ser (n=ser@82.208.9.201) has joined #mapnik 11:35:06 *** dodobas (n=dodobas@161.53.248.113) has joined #mapnik 11:35:07 *** Simon- (i=simon@2001:8b0:ffea:0:205:b4ff:fe12:530) has joined #mapnik 11:35:07 *** cmarqu (i=colin@oemcomputer.oerks.de) has joined #mapnik 11:35:07 *** mapnikbuild (n=mapnikbu@miranda.nwcr.net) has joined #mapnik 11:35:07 *** tomhughes (n=tom@gate.compton.nu) has joined #mapnik 11:35:07 *** hobu (n=hobu@osgeo/member/hobu) has joined #mapnik 11:35:07 *** nikq (n=nikq@li21-121.members.linode.com) has joined #mapnik 11:42:22 <Dominic236> ok 11:42:25 <Dominic236> i did ldd 11:42:30 <Dominic236> it fives me that: 11:42:53 <Dominic236> libpng.so.3 => /usr/lib64/libpng.so.3 (0x00002b0f2d9b5000) 11:43:11 <Dominic236> for ldd libmapnik.so.0.8 11:48:05 <Dominic236> and I'm using libpng version 1.2.8-19.25 x86_64 12:33:26 <Dominic236> Someone out there? 13:07:32 *** Ldp__ (n=thid@osm.xs4all.nl) has joined #mapnik 13:14:46 *** ajturner (n=ajturner@wsip-70-169-162-130.dc.dc.cox.net) has joined #mapnik 13:15:55 <Dominic236> someone out there who has experience with Mapnik running on Suse Linux Enterprise Server? 13:20:03 *** Phurl has quit ("Ex-Chat") 13:38:33 *** HounD2 has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** Ldp__ has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** cgs_bob has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** ajturner has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** rweait has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** dukeku has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** avar has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** nikq has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** aub has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** chad_burt has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** hobu has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** crust has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** Simon- has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** mapnikbuild has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** cmarqu has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** mishok13 has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** jfxberns has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** CIA-28 has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** racicot has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** dodobas has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** tomhughes has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** twain47 has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** Dominic236 has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** Komzpa has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** ser has quit (pratchett.freenode.net irc.freenode.net) 13:38:33 *** ajturner (n=ajturner@wsip-70-169-162-130.dc.dc.cox.net) has joined #mapnik 13:38:33 *** Ldp__ (n=thid@osm.xs4all.nl) has joined #mapnik 13:38:33 *** HounD2 (n=HounD@unics1.grfc.ru) has joined #mapnik 13:38:33 *** Dominic236 (n=Dominic@dialbs-213-023-220-018.static.arcor-ip.net) has joined #mapnik 13:38:33 *** jfxberns (n=jfxberns@ppp-61-90-16-160.revip.asianet.co.th) has joined #mapnik 13:38:33 *** cgs_bob (n=bobm@122.135-78-65.ftth.swbr.surewest.net) has joined #mapnik 13:38:33 *** twain47 (n=twain47@cpc12-shef7-0-0-cust175.barn.cable.virginmedia.com) has joined #mapnik 13:38:33 *** chad_burt (n=chad_bur@mm-01.msi.ucsb.edu) has joined #mapnik 13:38:33 *** Komzpa (n=kom@mm-71-245-57-86.leased.line.mgts.by) has joined #mapnik 13:38:33 *** dukeku (i=dukeku@66.81.0.197) has joined #mapnik 13:38:33 *** rweait (n=nerd@weait.tor.istop.com) has joined #mapnik 13:38:33 *** mishok13 (n=gdmfsob@dm.sonopia.com) has joined #mapnik 13:38:33 *** avar (i=avar@wikipedia/avar) has joined #mapnik 13:38:33 *** racicot (n=chatzill@osgeo/member/racicot) has joined #mapnik 13:38:33 *** aub (n=aubrey@h-64-236-128-41.nat.aol.com) has joined #mapnik 13:38:33 *** crust (n=crust@vobster.nepharia.org) has joined #mapnik 13:38:33 *** CIA-28 (n=CIA@208.69.182.149) has joined #mapnik 13:38:33 *** ser (n=ser@82.208.9.201) has joined #mapnik 13:38:33 *** dodobas (n=dodobas@161.53.248.113) has joined #mapnik 13:38:33 *** Simon- (i=simon@2001:8b0:ffea:0:205:b4ff:fe12:530) has joined #mapnik 13:38:33 *** cmarqu (i=colin@oemcomputer.oerks.de) has joined #mapnik 13:38:33 *** mapnikbuild (n=mapnikbu@miranda.nwcr.net) has joined #mapnik 13:38:33 *** tomhughes (n=tom@gate.compton.nu) has joined #mapnik 13:38:33 *** hobu (n=hobu@osgeo/member/hobu) has joined #mapnik 13:38:33 *** nikq (n=nikq@li21-121.members.linode.com) has joined #mapnik 13:50:57 *** rweait has quit ("Leaving.") 14:28:37 *** willwhite (n=diggersf@c-98-218-233-177.hsd1.dc.comcast.net) has joined #mapnik 14:29:57 *** ajashton (n=aj@c-98-218-233-177.hsd1.dc.comcast.net) has joined #mapnik 14:37:00 <Dominic236> someone out there who has experience with Mapnik running on Suse Linux Enterprise Server? 14:50:07 <Ldp__> Dominic236: no specific experience, but what are you encountering? 15:02:53 *** ajturner has quit () 15:07:14 <Dominic236> Ldp__: I m getting a "ImportError: /usr/local/lib64/libmapnik.so.0.8: undefined symbol: png_get_asm_flagmask" 15:07:34 <Dominic236> when I try to import mapnik with python 15:07:45 <Ldp__> that sounds familiar, but I don't know if it was resolved 15:08:18 <Ldp__> do you have a need for mapnik trunk? most users would want to stay on the 0.7 branch for now 15:08:45 <Dominic236> i already tried with branch version... same thing... 15:09:02 <Ldp__> the 0.7 branch should not give a libmapnik.so.0.8 15:09:18 <Dominic236> true... it was the same with ...so.06 15:10:02 <Dominic236> right now I updated to python 2.5, currently rebuilding mapnik... 15:10:05 <Ldp__> png_get_asm_flagmask sounds like you need (an update to) libpng-devel ? 15:10:13 <Ldp__> why not python 2.6? 15:10:36 <Dominic236> can t find it for SLES 10... 15:10:59 <Dominic236> I got libpng version 1.2.8-19.25 15:11:51 *** artem (n=artem@i-83-67-73-6.freedom2surf.net) has joined #mapnik 15:11:56 <Dominic236> libpng-devel is installed as the same version.. 15:13:52 <Dominic236> python 15:13:57 <Dominic236> oops, soory 15:14:14 <Ldp__> then I don't know, sorry 15:14:23 <Dominic236> no biggie... 15:16:59 *** HounD2 has parted #mapnik () 15:22:16 *** ajturner (n=ajturner@wsip-70-169-162-130.dc.dc.cox.net) has joined #mapnik 15:37:00 *** springmeyer (n=springme@c-76-28-156-154.hsd1.wa.comcast.net) has joined #mapnik 15:37:46 <Dominic236> someone out there who has experience with Mapnik running on Suse Linux Enterprise Server? 15:38:29 <artem> Dominic236: just a moment , I'll be back in a few minutes ... 15:38:40 <Dominic236> Artem: OK 15:43:43 <nikq> Mapnik Trac: ShieldSymbolizer edited | http://trac.mapnik.org/wiki/ShieldSymbolizer?version=22 15:44:53 <artem> Dominic236: I'm back :) let me have a look at png_io source .. 15:45:36 <artem> #if defined(PNG_LIBPNG_VER) && (PNG_LIBPNG_VER >= 10200) && defined(PNG_MMX_CODE_SUPPORTED) 15:45:36 <artem> png_uint_32 mask, flags; 15:45:36 <artem> flags = png_get_asm_flags(png_ptr); 15:45:37 <artem> mask = png_get_asm_flagmask(PNG_SELECT_READ | PNG_SELECT_WRITE); 15:45:37 <artem> png_set_asm_flags(png_ptr, flags | mask); 15:45:37 <artem> #endif 15:46:01 <Dominic236> I know, I ve seen that... 15:46:34 <Dominic236> for me it looks like this error is telling me that for some stupid reason this function is available 15:46:34 <Dominic236> in that library version I am using... 15:47:23 <Dominic236> Does (PNG_LIBPNG_VER >= 10200) mean that you need version 1.02 or higher? 15:47:24 <artem> I'm pretty sure you have multiple incompatible libpng on your system. I' 15:47:31 <artem> 1.2 15:47:40 <Dominic236> cuz I got 1.2.8-19.25 running.. 15:48:13 <Dominic236> I got libpng for 32 and for 64 Bits, both ver 1.2.8-19.25 15:48:33 <Dominic236> while compiling mapnik, I it with both, 32 and 64 15:48:35 <artem> Are building 64 or 32 Mapnik ? 15:48:51 <Dominic236> how can I trigger this? 15:49:07 <artem> ok, what to you get from : 15:49:10 <artem> uname -a 15:49:16 <artem> and gcc -v 15:49:38 <Dominic236> uname -a = Linux dbsosm 2.6.16.60-0.42.8-smp #1 SMP Tue Dec 15 17:28:00 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux 15:49:38 <nikq> Ticket #1: no such ticket. (list index out of range) 15:50:14 <Dominic236> gcc -v= Target: x86_64-suse-linux 15:50:34 <artem> excellent, you're building 64-bit binaries 15:50:47 <Dominic236> that s what i thought... 15:51:44 <artem> Could you locate all libpng's on your system ? 15:52:16 <artem> try : locate libpng 15:53:37 <Dominic236> ok, some are located in /usr/lib/ and some are in /usr/lib64, both directories show the same file version... 15:54:37 <Dominic236> "find ..." gives me the same, but also finds libpng in /usr/share as well as in /usr/include 15:54:39 <artem> I assume you have 64-bit binaries in /usr/lib64 and 32-bit in /usr/lib - this is common convetion 15:54:47 <Dominic236> yep 15:55:13 <artem> good, now see the output from : 15:55:50 <artem> nm /usr/lib64/libpng.so | grep ' png_get_asm_flagmask' 15:56:23 <Dominic236> says: nm: /usr/lib64/libpng.so: no symbols 15:56:59 <artem> alright, they must've been stripped .. 15:57:48 <Dominic236> ok... so how do I get a "non-stripped" version? Weird... 15:57:53 <artem> what about nm /usr/lib/libpng.so | grep ' png_get_asm_flagmask' 15:58:26 <Dominic236> just tried...same 15:58:39 <Dominic236> also tried with libpng12.so ... 16:01:14 <artem> You need to ensure you're using libpng12.so from /usr/lib64 when building and running Mapnik 16:02:15 <Dominic236> I did with option "PNG_LIBS=/usr/lib" while compiling 16:02:31 <artem> ok, it should be /usr/lib64 right ? 16:02:43 <Dominic236> yeah, that s what I meant 16:04:13 <Dominic236> python 16:04:17 <Dominic236> damn it , sorry 16:04:47 <artem> ok, and do you get from : 16:05:05 <artem> ldd libmapnik.so.0.8.0 | grep libpng 16:05:17 <artem> what do you get ? 16:06:54 <Dominic236> I get: libpng.so.3 => /usr/lib64/libpng.so.3 (0x00002b9a0f9d9000) 16:07:37 <artem> right, looks good to me 16:08:08 <Dominic236> i know... ;-) 16:08:10 <artem> I suggest you comment out that asm optimization block and rebuild 16:08:28 <artem> #if 0 .... #endf 16:09:04 <Dominic236> within that, em, how was that file called again? 16:09:20 <artem> $(mapnik_src)/include/mapnik/png_io.hpp 16:09:26 *** jfxberns has quit ("Going to hide someplace dark and quiet...") 16:09:27 <Dominic236> thx 16:10:00 *** perry_ (n=perry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 16:13:57 <Dominic236> artem: is rebuilding, will take a while! 16:17:01 <artem> great! 16:17:14 <Dominic236> artem: I commented it out, but I still get the same error, even tho the libmapnik.so.0.8.0 is from a minute ago... 16:17:22 <Dominic236> so it's updated... 16:18:55 <artem> how did you comment it out ? Could you post to dpaste or pastebin, pls 16:19:19 <Dominic236> what is dpaste or pastebin? 16:19:29 <springmeyer> http://dpaste.com 16:19:43 <springmeyer> Dominic236: you remembered to 'install', right? 16:19:49 <Dominic236> yes... 16:19:49 <springmeyer> python scons/scons.py install 16:19:50 <springmeyer> k 16:21:11 <Dominic236> http://dpaste.com/144671/ 16:21:27 <artem> springmeyer: thanks for your email , I'll reply later (focusing on multi points atm) 16:21:45 <springmeyer> artem: you bet 16:21:53 <springmeyer> thanks so much for taking a look 16:22:51 <artem> no probs, I'm surprised m points gone missing for so long 16:23:13 <artem> Dominic236: looks ok to me, just to be sure : 16:23:21 <artem> ./scons/scons.py -c 16:23:30 <artem> ./scons/scons.py install 16:24:08 * artem start thinking that SUSE has got buggy libpng hmm. 16:24:49 <artem> Dominic236: if after cleaning it's still not working lets build libpng from source ! 16:25:15 <Dominic236> ok, it s rebuilding now... 16:25:41 <Dominic236> do you have an address where I can get libpng source? 16:26:54 <Dominic236> nevermind, got from sourcforge 16:27:03 <Dominic236> version 1.4.0 16:27:57 <artem> Dominic install libpng somewhere other than /usr/ e,g /opt/libpng 16:28:18 <artem> ./configure --prefix=/opt/libpng && make && make install 16:28:21 <Dominic236> haha, I was just about to do that! ;-) 16:30:01 <Dominic236> artem: I m sorry, unfortunately, I gotta go... do you think we can continue tomorrow? 16:30:31 *** ajturner has quit () 16:30:42 <Dominic236> I ll let it rebuilt, see what I get and if it doesn t help, I ll install libpng from source and then compile Mapnik with this one... 16:30:53 <springmeyer> Dominic236: you can also send mail to mapnik-users 16:31:07 <Dominic236> I know... that where I got to know artem! ;-) 16:31:16 <springmeyer> great :) 16:31:32 <Dominic236> thank you guys very much so far... we ll be getting there! ;-) 16:31:36 <springmeyer> cheers 16:32:44 <Dominic236> See you guys! 16:33:41 *** Dominic236 has quit ("http://irc2go.com/") 16:38:48 *** ajturner (n=ajturner@wsip-70-169-162-130.dc.dc.cox.net) has joined #mapnik 16:58:11 *** cgs_bob has quit (Remote closed the connection) 16:59:54 <artem> Has anyone got access to ESRI software atm ? 17:00:06 <springmeyer> artem: yes 17:00:29 <artem> wow :) 17:00:29 <springmeyer> I know :) 17:01:06 <artem> could you create MultiPointM MultiPointZ test shape files ? 17:01:11 <springmeyer> I have a loaner laptop from a client that has arcgis 17:01:15 <springmeyer> sure 17:01:57 <artem> Ideally if you can use your original multipoint dataset and just add M and Z, that would awesome 17:02:00 <artem> be 17:02:19 <springmeyer> okay, I'll look into that 17:02:50 <artem> no hurry, but it would be worth testing before 0.7 17:05:35 <springmeyer> okay. Just debugging some permissions wierdness with the osx packages 17:05:48 <springmeyer> I'll do the point shapefile shortly 17:17:56 <nikq> Mapnik Trac: Changeset [1559]: + ident fix | http://trac.mapnik.org/changeset/1559 17:18:06 <nikq> Mapnik Trac: Changeset [1560]: + implement missing support for : multipoint multipointm multipointz | http://trac.mapnik.org/changeset/1560 17:20:18 *** ajturner has quit () 17:28:12 <springmeyer> nice stuff artem! 17:28:29 <artem> we'll see :) 17:30:33 <springmeyer> :) 17:30:34 <springmeyer> also, try with that "polyline" shapefile I emailed to you 17:30:34 <artem> ok 17:30:34 <springmeyer> its not multipoint but gets hung in that same spot 17:30:34 <springmeyer> good call on ogr and sqlite 17:30:34 <springmeyer> ogr is suitable for now, I've not looked at sqlite 17:30:43 <artem> as contributions are growing , we should consider a proper code review for 0.8.0 17:31:04 * springmeyer nods 17:31:12 <artem> btw, is anyone using Oracle plug-in ? 17:31:24 <artem> I haven't tried it myself yet 17:31:40 <springmeyer> I've not either 17:32:08 <springmeyer> I've seen just one email on mapnik-users of someone trying to get it running 17:32:08 <artem> ok, I guess 'experimental' status says it all 17:32:44 <springmeyer> it does lead to confusion for some installing from source 17:33:09 <springmeyer> but i just added some hint text for depedencies not found that should help with that 17:33:10 <artem> d'you mean scons print out in red ? 17:33:19 <artem> yellow 17:33:29 <springmeyer> well, scons previous, ya, yellow, just the library name 17:33:32 <artem> when INPUT_PLUGINS=all ? 17:33:36 <springmeyer> exactly 17:33:50 *** willwhite has quit (Read error: 104 (Connection reset by peer)) 17:33:51 <artem> I thinks this is OK 17:34:02 <springmeyer> k 17:34:40 * artem away for a little while but BBL 17:34:41 <springmeyer> okay, see ya 17:35:18 *** tcb (n=tcb@adsl-75-10-247-30.dsl.pltn13.sbcglobal.net) has joined #mapnik 17:40:27 *** willwhite (n=diggersf@c-98-218-233-177.hsd1.dc.comcast.net) has joined #mapnik 17:44:23 *** aj_ashton (n=aj@c-98-218-233-177.hsd1.dc.comcast.net) has joined #mapnik 17:56:08 <springmeyer> artem: fix works great for me locally on osx 17:56:12 * springmeyer now heading to windows.... 17:56:14 <artem> fantastic! 17:56:35 <springmeyer> still hangs on polyline... 17:56:56 <artem> ok, did you send me an email or it's in trac ? 17:56:56 <springmeyer> email attachment 17:56:56 *** ajashton has quit (Read error: 110 (Connection timed out)) 17:57:13 * artem looking .. 17:57:30 <springmeyer> shapefile + xml 17:58:10 <artem> infinite_loop_problem.zip ? 17:58:16 <artem> got it 17:59:58 <springmeyer> yep 18:00:52 <artem> ok, I can reproduce it, will fix asap 18:13:39 * springmeyer creating zm mulipoint... 18:30:41 <springmeyer> artem: not working for a true multipointzm... 18:30:49 <springmeyer> I will post shapefile to trac ticket now... 18:32:30 <nikq> Mapnik Trac: Ticket #458 (Support for multipoint type not working) updated | http://trac.mapnik.org/ticket/458#comment:6 18:41:49 *** mapniklog (n=mapniklo@li21-121.members.linode.com) has joined #mapnik 18:41:49 <zelazny.freenode.net> Topic for #mapnik is: Mapnik - C++/Python Toolkit | Mapnik 2.0 18:41:49 <zelazny.freenode.net> Users on #mapnik: mapniklog aj_ashton willwhite tcb perry_ @springmeyer artem Ldp__ twain47 chad_burt Komzpa nikq hobu tomhughes mapnikbuild cmarqu Simon- dodobas ser CIA-28 crust aub racicot avar mishok13 dukeku 18:48:14 *** perry_ has quit (Read error: 110 (Connection timed out)) 18:57:18 *** ajturner (n=ajturner@wsip-70-169-162-130.dc.dc.cox.net) has joined #mapnik 18:58:33 *** chad_burt has quit (Remote closed the connection) 18:58:43 *** chad_burt (n=chad_bur@mm-01.msi.ucsb.edu) has joined #mapnik 19:07:23 *** perry_ (n=perry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 19:16:06 <artem> springmeyer: thanks for the sample shapefile - works with *.index but hang without. /me on the case 19:16:19 <springmeyer> artem: great, thanks 19:16:37 *** aj_ashton is now known as ajashton 20:09:58 *** artem_ (n=artem@i-83-67-73-6.freedom2surf.net) has joined #mapnik 20:10:11 *** aj_ashton (n=aj@c-98-218-233-177.hsd1.dc.comcast.net) has joined #mapnik 20:12:02 *** aj_ashton has quit (Remote closed the connection) 20:18:29 *** diggersf (n=diggersf@c-98-218-233-177.hsd1.dc.comcast.net) has joined #mapnik 20:23:12 *** aj_ashton (n=aj@c-98-218-233-177.hsd1.dc.comcast.net) has joined #mapnik 20:23:17 *** ajashton has quit (Read error: 110 (Connection timed out)) 20:26:27 *** artem has quit (Read error: 110 (Connection timed out)) 20:26:27 *** artem_ is now known as artem 20:27:57 *** willwhite has quit (Read error: 110 (Connection timed out)) 20:27:57 *** diggersf is now known as willwhite 20:28:33 *** perry___ (n=perry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 20:28:33 *** perry_ has quit (Read error: 54 (Connection reset by peer)) 20:36:26 <artem> doh, more bugs .. 20:36:47 * artem is wearing developer hat 20:37:19 <springmeyer> hey artem 20:37:21 <springmeyer> what did you find? 20:37:55 <artem> bugs in load_map.cpp - introduced by myself :) 20:38:19 <springmeyer> ah. 20:38:21 <artem> you fix one bug and introduce two new ones - developer tales 20:38:37 *** rcoup (n=rcoup@cat11g.catalyst.net.nz) has joined #mapnik 20:38:39 <springmeyer> with the optional width/height fix? 20:38:43 <artem> yep 20:39:01 <artem> fixed in my git pipe line - will commit shortly 20:39:02 <springmeyer> gocha 20:39:33 <artem> I missed <base> in optinonal<file> ;p 20:39:45 <springmeyer> ah 20:40:01 * artem back to dodgy shapefiles .. 20:41:43 *** ajturner has quit () 20:58:38 *** aj__ (n=aj@c-98-218-233-177.hsd1.dc.comcast.net) has joined #mapnik 21:04:27 <artem> springmeyer: Envelope(-157.8556701030928,-138.8041237113402,146.9690721649484,129.9587628865979) 21:04:44 <artem> is this is correct extent for multipointz ? 21:05:28 <artem> Did you make it out of (-180,-90,180,90) intentionally ? 21:05:49 <springmeyer> heh 21:05:51 <springmeyer> no 21:06:03 <springmeyer> yes that looks like the right bounds 21:06:06 <springmeyer> sorry about that 21:06:16 <artem> no probs just want it to make sure 21:06:19 <springmeyer> I just opened arcGIS, randomly digitized and saved the shapefile 21:06:38 <springmeyer> so, ya it has coords outside of valid bounds 21:06:42 *** diggersf (n=diggersf@c-98-218-233-177.hsd1.dc.comcast.net) has joined #mapnik 21:07:19 <springmeyer> sorry about the curveball :) 21:07:41 <artem> Actually, what happens if you project outside of (-180,-90,180,90) geometries into Mercator in ArcGIS> 21:07:54 * artem likes curveball a lot 21:08:05 <springmeyer> he he 21:08:10 <springmeyer> good question 21:08:30 <springmeyer> last time I actually used arc for anything substantial I'd never heard of such a projection 21:08:35 <springmeyer> so, I'll have to check :) 21:10:52 <artem> does curveball have 'm' in multipointz - apparently 'm' is optional for multi***z geometries ? 21:11:23 <springmeyer> say again? 21:11:30 <artem> I'll try :) 21:11:43 *** willwhite has quit (Read error: 110 (Connection timed out)) 21:11:43 *** diggersf is now known as willwhite 21:11:59 <artem> multipointz can have an optional 'Measure' or 'M' data 21:12:26 <artem> no worries, I'll figure it out 21:12:46 <springmeyer> okay, ya I'm not very familiar with spec 21:13:23 <artem> no probs 21:13:34 * artem needs some more coffee 21:14:14 *** aj_ashton has quit (Read error: 110 (Connection timed out)) 21:16:31 *** perry_ (n=perry@c-67-164-175-65.hsd1.co.comcast.net) has joined #mapnik 21:16:31 *** perry___ has quit (Read error: 104 (Connection reset by peer)) 21:49:10 *** aj__ is now known as ajashton 22:02:39 *** willwhite has quit () 22:17:45 <artem> springmeyer: where did you get 'polylines.shp' ? 22:18:18 <springmeyer> I added it to the testing data a while ago 22:18:28 <springmeyer> original drawn by warren for line offsets tests 22:18:40 <springmeyer> then yesterday I added a text column in QGIS 22:18:59 <artem> ok, tnx 22:19:05 <springmeyer> and added various testing text supposed to be edge cases 22:19:28 <springmeyer> it seems it is some of the odd text characters that triggered the unhandled loop... 22:19:57 <artem> any chance to have original one ? without edge cases ? to test geometry first 22:20:05 * springmeyer is still battling osx installer issues trying to get it ready for release 22:20:16 <springmeyer> artem: yes, its in mapnik/tests/data/shp 22:20:16 <artem> ok, no probs 22:20:21 <artem> ha 22:20:25 <artem> cheers :D 22:20:29 <springmeyer> np :) 22:55:54 *** myselfhimself (n=chatzill@85-171-136-33.rev.numericable.fr) has joined #mapnik 22:56:01 <myselfhimself> a 22:56:33 <myselfhimself> a 22:56:53 <myselfhimself> a 22:56:54 <myselfhimself> a 22:56:56 <myselfhimself> d 22:57:17 *** myselfhimself has quit (Client Quit) 22:58:46 *** myselfhimself (i=55ab8821@gateway/web/freenode/x-xodhedqgnrkairyp) has joined #mapnik 22:58:56 <myselfhimself> hi 22:59:14 <myselfhimself> I need help with using quantumnik with a remote postgis db 22:59:28 <myselfhimself> I have python errors in a poping up window 22:59:38 <myselfhimself> first of all 22:59:40 <springmeyer> http://dpaste.com 22:59:44 <myselfhimself> what I kind of layer should I create 22:59:50 <myselfhimself> thanks springmeyer you're awesome 23:00:04 <myselfhimself> should I create a vector layer as in the first screencast ? 23:00:09 <myselfhimself> or a postgis layer ? 23:00:33 <springmeyer> what are you trying to do? 23:02:06 <myselfhimself> I have a postgis layer on a remote server 23:02:42 <myselfhimself> I want to create a mapnik xml "stylesheet" files for the symbols that this postgis layer contains 23:02:53 <myselfhimself> I think that quantumnik will help me do that 23:03:02 <springmeyer> okay, yes 23:03:06 <myselfhimself> : ) 23:03:12 <springmeyer> Menu > Layer > Add Postgis Layer 23:03:48 <springmeyer> New, then select it, then Connect... 23:04:14 <myselfhimself> ok 23:04:17 <myselfhimself> this works 23:04:19 <myselfhimself> test connect works 23:04:37 <myselfhimself> and when I click ok I manage to see a map of my building (since I work on indoor mapping) 23:05:18 *** ajturner (n=ajturner@209.155.228.129) has joined #mapnik 23:05:23 <myselfhimself> I pick all tables : planet_osm_ lines,polygons,points,roads 23:06:34 <springmeyer> myselfhimself: just start with one layer... 23:06:40 <myselfhimself> ok 23:06:40 <springmeyer> make sure Mapnik can render it... 23:06:56 <myselfhimself> I'll remove all layers except the polygon one 23:07:14 <nikq> Mapnik Trac: Changeset [1561]: + correct parameters order | http://trac.mapnik.org/changeset/1561 23:07:15 <myselfhimself> ok that's it I've got only polygon for now 23:07:19 <springmeyer> PLUGINS > Quantumnik > Create Mapnik canvas.... 23:07:21 <springmeyer> (once you have a postgis layer on the map) 23:07:24 <nikq> Mapnik Trac: Changeset [1562]: + take into account when reading width/height - fixed | http://trac.mapnik.org/changeset/1562 23:07:33 <myselfhimself> ok 23:07:34 <nikq> Mapnik Trac: Changeset [1563]: + read z and m bounds from the header | http://trac.mapnik.org/changeset/1563 23:07:44 <myselfhimself> for info, I have mapnik 0.6 23:07:44 <nikq> Mapnik Trac: Changeset [1564]: + fixed 'optional' measure in multipointz | http://trac.mapnik.org/changeset/1564 23:07:55 <myselfhimself> I got it from an ubuntu ppa 23:08:14 <myselfhimself> jaunty's official mapnik is 0.5 so I removed it first when I realised that 23:08:43 <springmeyer> sure 23:08:44 <myselfhimself> ok in the Mapnik Rendered Map tab which's appeared, I see nothing just white 23:08:57 <springmeyer> did you get a projection warning? 23:09:01 <myselfhimself> no 23:09:06 <myselfhimself> no dialog popped up 23:09:10 <springmeyer> okay 23:09:12 <springmeyer> not good 23:09:15 <myselfhimself> maybe I can see something in a shell 23:09:30 <myselfhimself> I click on "Zoom full" an still see nothing 23:09:36 <springmeyer> generate the mapfile and http://dpaste.com for me 23:09:47 <springmeyer> PLUGINS> QUANTUMNIK > View Live XML 23:09:54 <springmeyer> the copy n' paste that out to dpaste.com 23:09:59 <myselfhimself> ok 23:10:44 *** racicot has quit ("ChatZilla 0.9.86 [Firefox 2.0.0.21pre/2009020912]") 23:10:55 <myselfhimself> http://dpaste.com/144881/ thanks !! 23:12:51 <myselfhimself> do you want the server's IP ? 23:13:12 <springmeyer> ya, let me see if I can connect 23:13:15 <myselfhimself> : ) 23:13:21 <springmeyer> pm me ? 23:13:36 <myselfhimself> ok 23:13:43 <artem> springmeyer: multipoints are fixed, lets move to dodgy polylines - any ideas why polylines.shp in infinite_loop_problem.zip is different from one in tests/data/shp . I can see you added text attributes but geometries should stay the same ?? 23:14:00 <springmeyer> artem: yes, just text changed 23:14:40 <artem> yes but *.shp are different - I guess qgis did something .. 23:15:00 <artem> hmm.. 23:15:04 <myselfhimself> thanks springmeyer ! 23:15:10 <springmeyer> certainly possible that QGIS borked it when it edited the dbf 23:15:25 * springmeyer tries converting/copying shapefile with ogr2ogr to check that 23:15:37 <artem> which qgis version are you using ? 23:15:53 <myselfhimself> artem: me ? 23:15:54 <springmeyer> solved! 23:16:08 <springmeyer> artem: converting with ogr2ogr fixes infinite loop 23:16:27 <artem> hmm.. dodgy dodgy .. 23:16:28 <springmeyer> so likely QGIS is doing something fishy 23:16:30 <myselfhimself> sorry I was mixed up in the conversation 23:16:41 <springmeyer> QGIS 1.4 latest release from a few days ago 23:17:21 <springmeyer> great, so lets not worry about that then huh? 23:17:25 <springmeyer> certainly would be nice to exit out if there were a problem though... 23:17:30 <artem> myselfhimself: no probs. 23:17:36 <artem> springmeyer: yes, sure 23:19:11 <artem> springmeyer: I though qgis is using ogr/gdal to read/write shapefiles ?? 23:19:14 <artem> thought 23:19:41 <springmeyer> artem: that is what I would guess too, but I'm not sure 23:20:16 <springmeyer> myselfhimself: that data from your server loads fine for me 23:20:23 <springmeyer> what Quantumnik version are you using? 23:20:26 <myselfhimself> ok 23:20:27 <springmeyer> and QGIS version? 23:20:51 <myselfhimself> I'm using 174.129.8.111 23:20:53 <myselfhimself> sorry 23:21:06 <springmeyer> oh? 23:21:11 <myselfhimself> qgis 1.40 enceladus 23:21:20 <myselfhimself> I downloaded it just today from a ppa 23:21:22 <springmeyer> okay 23:21:23 <myselfhimself> I think 23:21:25 <springmeyer> sure 23:21:30 <myselfhimself> and mapnik 23:21:31 <springmeyer> and Qnik version is latest too? 23:22:14 <myselfhimself> mapnik, I can't tell it's 0.6 23:22:29 <myselfhimself> this is an ubuntu ppa mapnik 23:22:35 <myselfhimself> I can have the precise version 23:22:42 <myselfhimself> I know the package dates back to 07/2009 23:23:36 <myselfhimself> 0.6.0-1ubuntu7~jaunty 23:23:46 <myselfhimself> (taken from the ppa page) 23:23:57 <myselfhimself> I can compile something from source if that's better 23:24:08 <myselfhimself> or I can run qgis from console also to see std output 23:24:58 <springmeyer> myselfhimself: Quantumnik version? 23:25:04 <myselfhimself> yes 23:25:07 <myselfhimself> ah sorry 23:25:13 <myselfhimself> the latest I'd say 23:25:18 <springmeyer> okay 23:25:20 <myselfhimself> I downloaded it from your repo today 23:25:23 <myselfhimself> tonight 23:25:25 <springmeyer> sure, thats good 23:25:38 <springmeyer> so I think I must have broken compatibility with Mapnik 0.6.x 23:25:45 <springmeyer> which is not good 23:26:03 <myselfhimself> does the rendered map show up well in your qgis for my db ? 23:26:17 <springmeyer> yes, nicely 23:26:21 <myselfhimself> ok 23:26:39 <myselfhimself> well your plugin details mention that mapnik >=0.6 is ok 23:26:39 <springmeyer> oh wait... 23:26:43 <myselfhimself> ah 23:26:43 <springmeyer> I see it 23:26:51 <springmeyer> grr QGIS 23:26:52 <springmeyer> so... 23:27:20 <myselfhimself> I'll your mapnik binary (the 0.7 you mentioned yesterday or so on this channel) or 0.8 from source 23:27:21 <springmeyer> QGIS defaults to long/lat aka WGS 84 projection 23:27:23 <springmeyer> which is EPSG:4326 23:27:25 <myselfhimself> ok 23:27:28 <springmeyer> which is not at all what OSM data is int 23:27:38 <springmeyer> see your xml: <Parameter name="srid">4326</Parameter> 23:27:42 <myselfhimself> yes 23:27:43 <springmeyer> it should likely be 23:27:48 <springmeyer> <Parameter name="srid">900913</Parameter> 23:28:02 <springmeyer> did you use standard options when importing using osm2pgsql? 23:28:06 <myselfhimself> : )) 23:28:07 <springmeyer> if so, it will be 900913 23:28:22 <springmeyer> so you have to see that Projection in QGIS for your whole project... 23:28:28 <myselfhimself> hey 4326 is xy right ? 23:28:36 <myselfhimself> ok 23:28:38 <springmeyer> the fact that QGIS cannot autodectect is lame lame lame 23:28:42 <myselfhimself> ok 23:28:58 <myselfhimself> I should put a feature request for that on their tracker maybe 23:29:16 <springmeyer> yes, certainly 23:29:30 <myselfhimself> this map I'm using comes from a rails port postgres and I have a correct .osm dump somewhere 23:29:37 <springmeyer> myselfhimself: when I add one of your layers I get a popup that says.... 23:29:48 <springmeyer> "Define this layers coordinate system..." 23:29:54 <springmeyer> you don't? 23:30:23 <myselfhimself> no 23:30:34 <springmeyer> thats a problem 23:31:10 <springmeyer> what do you have under.... 23:31:18 <springmeyer> Preferences >CRS ? 23:32:08 <myselfhimself> you mean settings > project properties > CRS tab ? 23:32:19 <myselfhimself> I have WGS 84 highlighted in the list 23:32:33 <springmeyer> nope, preferences 23:33:50 <myselfhimself> well I don't have a preferences button in the menus or elsewhere 23:33:53 <myselfhimself> I can't find it 23:34:04 <artem> springmeyer: shapefile writing is broken in QGIS 1.4 : 23:34:15 <artem> rec number = 1 23:34:15 <artem> content length = 92 23:34:15 <artem> offset= 100 23:34:16 <artem> rec number = -1 23:34:16 <artem> content length = -4097 23:34:16 <myselfhimself> settings > options > crs ? 23:34:16 <artem> offset= 292 23:34:18 <artem> rec number = 1559281503 23:34:20 <artem> content length = 1559281503 23:34:22 <artem> offset= -1 23:34:32 <artem> it just full of binary garbage 23:34:54 <artem> maybe worth reporting 23:34:56 <springmeyer> bummer 23:34:57 <springmeyer> okay 23:35:05 <myselfhimself> ok in settings > options > crs I had global wgs 84 set for anything by default, I have now ticked the prompt for everything instead 23:35:15 <springmeyer> myselfhimself: good 23:35:45 <springmeyer> so artem that is before and after? 23:35:47 <myselfhimself> i'm deleting the layer now and adding the postgis layer again from the server 23:36:04 <artem> original polylines.shp is correct 23:36:22 <springmeyer> myselfhimself: find the project when you are prompted by choosing "Name" then searching for "popular" 23:36:27 <springmeyer> artem: okay 23:36:50 <artem> the one from infinite loop is corrupt but can be fixed with ogr2ogr 23:37:22 <artem> nice polylines btw :) 23:37:23 <springmeyer> yep 23:37:30 * springmeyer chuckles 23:37:36 <springmeyer> #180 23:37:37 <nikq> Ticket #180: Parameter for line symbolizer to offset line to one side, http://trac.mapnik.org/ticket/180 23:38:05 <springmeyer> gotta get this http://trac.mapnik.org/attachment/ticket/180/offsets_rainbow.png 23:38:08 <springmeyer> in Mapnik2 :) 23:38:19 <Ldp__> definately 23:38:41 <artem> nice 23:38:42 <springmeyer> problem is right now it is sssloooooooowwwww 23:39:02 <springmeyer> :) 23:41:20 <nikq> Mapnik Trac: Changeset [1565]: + add some stderr printing to assist debugging dodgy shapefiles | http://trac.mapnik.org/changeset/1565 23:41:55 <myselfhimself> springmeyer: I really can't find nor pick 900913 in the CRS list 23:42:07 <Ldp__> try 3785 23:42:12 <myselfhimself> ok 23:42:46 * artem on 'git svn dcommit' spree 23:42:47 <Ldp__> or add 900913 as a user projection 23:43:28 <myselfhimself> Ldp__: thanks 23:43:36 <myselfhimself> ok 23:44:08 <springmeyer> go artem! :) 23:44:27 *** cgs_bob (n=bobm@114.sub-75-209-253.myvzw.com) has joined #mapnik 23:45:34 <myselfhimself> ok springmeyer 23:45:41 <myselfhimself> with 3785 I still see nothing 23:46:03 <myselfhimself> where can I get to see quantumnik's mapnik work's output ? 23:47:21 <springmeyer> view the XML again 23:47:25 <springmeyer> you likely need to set the Map/Project projection now too 23:47:27 <springmeyer> grr QGIS 23:49:34 <myselfhimself> <Layer name="planet_osm_polygon" srs="+init=epsg:3785" status="1" clear_label_cache="0"> 23:49:39 <myselfhimself> (from the live xml) 23:49:57 <springmeyer> srid=" ? 23:50:56 <Ldp__> status="on" ? 23:51:05 <springmeyer> Ldp__: so that 3785 likely won't work 23:51:18 <springmeyer> because 900913 is what is added to the geometry columns by osm2pgsql right? 23:51:37 <myselfhimself> status="1" here 23:51:41 <Ldp__> springmeyer: yes, true. So myselfhimself needs to add a custom crs for 900913 23:51:42 <myselfhimself> I can't find srid 23:51:45 <myselfhimself> ok 23:51:45 <springmeyer> postgis is likely throwing an SRID mismatch error (silently of course since we're talking Mapnik 0.6.x) 23:51:54 <myselfhimself> ok 23:58:59 <springmeyer> artem: just rebuilt 0.7. branch - nice job! 23:59:05 <springmeyer> multipoints are working great