In message <[EMAIL PROTECTED]>
          Artem Pavlenko <[EMAIL PROTECTED]> wrote:

> Vector based symbols are on my TODO list. Should we aim to support
> SVG  (ie. tiny profile) ? Or something simpler like filled/stroked
> paths would suffice ?

I was assuming SVG personally - at the very least we probably want
to provide a tool that can convert from SVG or something or it will
be hard for people to create symbols.

> Main problem with cairo - it is not reflected in Python bindings, yet.
> 
> Should we have something like :
> 
> agg = agg_renderer(m, im)
> agg.render()
> 
> 
> cairo = cairo_renderer(m,im)
> cairo.render()
> 
> Ideas?

I did look at this briefly - one issue is whether to wrap the cairo
surface object that is passed to the renderer using boost::python as
for everything else, or to use the existing cairo python bindings.

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/

_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

Reply via email to