00:00:20 <artem> ok, bed time for me :) see you later 00:00:24 *** artem has quit () 00:01:51 <CIA-57> mapnik: artem * r812 /trunk/include/mapnik/ptree_helpers.hpp: + added specializations for mapnik::color to avoid to/from stream conversions 00:01:52 <CIA-57> mapnik: artem * r813 /trunk/src/load_map.cpp: 00:01:52 <CIA-57> mapnik: + mapnik-load-map-checks.patch (jonb) 00:01:52 <CIA-57> mapnik: This patch adds more reporting of unknown elements during parsing. This 00:01:52 <CIA-57> mapnik: helps catch some typos etc. It also consistently skips <xmlcomment>'s 00:01:55 <CIA-57> mapnik: which used to cause errors when used in some places. 00:35:18 <cmarqu> jburgess: I now implemented gamma adjusting in hillshading, and it's starting to look pretty good (just still pixely) 08:36:57 <nikq> Mapnik Trac: Ticket #184 (Prevent initialization of mapnik.Image prior to mapnik.Render) created | http://trac.mapnik.org/ticket/184 08:37:17 <nikq> Mapnik Trac: expected.jpg attached to Ticket #184 | http://trac.mapnik.org/attachment/ticket/184/expected.jpg 08:37:28 <nikq> Mapnik Trac: actual.png attached to Ticket #184 | http://trac.mapnik.org/attachment/ticket/184/actual.png 08:41:14 <nikq> Mapnik Trac: Ticket #180 (Parameter for line symbolizer to offset line to one side) updated | http://trac.mapnik.org/ticket/180#comment:1 11:44:36 *** D3f0 (n=defo@190.176.198.34) has joined #mapnik 13:09:43 <nikq> Mapnik Trac: actual.2.png attached to Ticket #184 | http://trac.mapnik.org/attachment/ticket/184/actual.2.png 15:54:08 <nikq> Mapnik Trac: Ticket #184 (Prevent initialization of mapnik.Image prior to mapnik.Render) updated | http://trac.mapnik.org/ticket/184#comment:1 16:36:14 <nikq> Mapnik Trac: Ticket #184 (Prevent initialization of mapnik.Image prior to mapnik.Render) updated | http://trac.mapnik.org/ticket/184#comment:2 18:53:12 <nikq> Mapnik Trac: Ticket #184 (Prevent initialization of mapnik.Image prior to mapnik.Render) updated | http://trac.mapnik.org/ticket/184#comment:3 19:01:09 <nikq> Mapnik Trac: Ticket #184 (Prevent initialization of mapnik.Image prior to mapnik.Render) updated | http://trac.mapnik.org/ticket/184#comment:4 22:42:28 <cmarqu> When I have both an icon (centered on the point) and a text for a feature, what is the dy for the text that I need? Half the icon height plus the text height? 23:14:31 <jburgess> sounds about right, but you may need to add or take a few pixels to make it look good. 23:17:11 <jburgess> Don't place it too close though. The exact text bounding box depends on the letters in the text. Strings with capital letters and those which go below the baseline (e.g. y) will be taller and might not render 23:21:56 *** aled (n=aled@bucket2.ncl.ac.uk) has joined #mapnik 23:24:32 <cmarqu> Right. I'm trying to figure out when exactly the text or the icon vanish.