Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-12 Thread Bryan Berry
On Sun, 2009-10-11 at 11:26 -0200, Gabriel Eirea wrote: The problem I foresee is that you still need a way to describe the coordinates of cities and other points of interest and relate them to the svg coordinates, so that when you zoom in and out the objects are all in their corresponding

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-12 Thread Ze maria
Hello guys, graphics are not really 'my thing', but I'll have a look and see what i can do Cheers On Mon, Oct 12, 2009 at 6:20 PM, Bryan Berry br...@olenepal.org wrote: On Sun, 2009-10-11 at 11:26 -0200, Gabriel Eirea wrote: The problem I foresee is that you still need a way to describe the

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-12 Thread Ze maria
Using inkscape to convert the png file to SVG, it generates an SVG file which includes the png image: image xlink:href=fondo.png x=0 y=0 width=786 height=900 id=image2670 / The idea it to draw in the above SVG file ? On Mon, Oct 12, 2009 at 6:56 PM, Ze maria

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-12 Thread Bryan Berry
On Mon, 2009-10-12 at 19:17 +0100, Ze maria wrote: Using inkscape to convert the png file to SVG, it generates an SVG file which includes the png image: image xlink:href=fondo.png x=0 y=0 width=786 height=900 id=image2670 / The idea it to draw in the

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-12 Thread Bryan Berry
Looks ok to me but I am no expert. Did u use edge detection in inkscape? On Mon, 2009-10-12 at 19:33 +0100, Ze maria wrote: Hello again guys, I tried several times converting the png to svg (without embedding the png file) and results were awful... I just tried vectormagic.com (Stanford univ)

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-12 Thread Bryan Berry
Ze, the svg attached to this email appears to be blank On Mon, 2009-10-12 at 19:54 +0100, Ze maria wrote: Guys, I opted to use Multiples scans (creates a group of paths) instead of 'Edge detection', the result seems better, any ideas ? On Mon, Oct 12, 2009 at 7:41 PM, Bryan Berry

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-12 Thread Ze maria
You re right, actually it has a hard link to the png: sodipodi:absref=/Users/zemariamm/Desktop/olenepal/work/ConozcoUruguay.activity/imagenes/fondo.png It's not converting the still image to svg statements On Mon, Oct 12, 2009 at 11:46 PM, Bryan Berry br...@olenepal.org wrote: Ze, the

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-12 Thread Ze maria
Hello again guys, I've been playing with inkscape fow a while, after importing the png using any of the options (located under Path - Trace Bitmap) in Single Scan: creates a path the software really converts the image file to a SVG (using path to draw it), if I use Multiple scans: creates a group

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-11 Thread Gabriel Eirea
2009/10/10 Bryan Berry br...@olenepal.org: On Fri, 2009-10-09 at 10:11 -0200, Gabriel Eirea wrote: I agree with Bryan that it would be great to have svg from the start. I am not so familiar with creating svg's. I have only used inkscape for very basic drawings. Gabriel, do you think we

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-11 Thread Gary C Martin
Hi Folks, On 11 Oct 2009, at 14:26, Gabriel Eirea wrote: 2009/10/10 Bryan Berry br...@olenepal.org: On Fri, 2009-10-09 at 10:11 -0200, Gabriel Eirea wrote: I agree with Bryan that it would be great to have svg from the start. I am not so familiar with creating svg's. I have only used

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-11 Thread Tim McNamara
2009/10/12 Gabriel Eirea gei...@gmail.com 2009/10/10 Bryan Berry br...@olenepal.org: On Fri, 2009-10-09 at 10:11 -0200, Gabriel Eirea wrote: Gabriel, do you think we could use Inkscape to accomplish this? Yes, I think Inkscape is the right tool. I believe you can also take the bitmap and

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-09 Thread Gabriel Eirea
Hi, This is extremely cool. I agree with Bryan that it would be great to have svg from the start. I used a fixed bitmap image and then it became very difficult for scaling. Now I'm working in zoomed-in versions for very local information, and I need to draw a new map for each one of the zones.

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-09 Thread Ze maria
Hello guys, Well I used fixed coordinates because that's the way it was done in the original Conozco Urugay (see datos/ciudades.txt) Gabriel, if you need help I translating think I can give you hand, I don't no much about spanish but portuguese is my mother language and they are not that

Re: [Sugar-devel] [Karma] Re: Conozco Uruguay in karma

2009-10-09 Thread Bryan Berry
On Fri, 2009-10-09 at 10:11 -0200, Gabriel Eirea wrote: Hi, This is extremely cool. tks! I agree with Bryan that it would be great to have svg from the start. I am not so familiar with creating svg's. I have only used inkscape for very basic drawings. Gabriel, do you think we could use