Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-17 Thread The Rasterman
On Fri, 15 Apr 2011 17:57:52 +0900 sangho park said: sounds sensible. > that sounds good!! > I'll start to design the geographic solution... > First.. I'll make cool turn-by-turn navi using the solution. > > could you help me :D? > > On Fri, Apr 15, 2011 at 5:48 PM, Atton Jonathan > wrote: >

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread The Rasterman
On Fri, 15 Apr 2011 18:04:27 +0900 sangho park said: > oh.. thanks for good info.. > I'll make the prototype in PROTO first. indeed. thats what PROTO is for. for things that are ion prototype stage and being "hashed out". some things have moved out of proto before to become mainline libs. some t

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread Vincent Torri
On Fri, 15 Apr 2011, Atton Jonathan wrote: > not a lot sorry. I need time to work on enki. > > I will write a GPX parser for the library but that's all I think. the library can maybe be based on your work, and later, once the lib is ready, enki could use that lib. Vincent > > 2011/4/15 sangh

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread Atton Jonathan
not a lot sorry. I need time to work on enki. I will write a GPX parser for the library but that's all I think. 2011/4/15 sangho park > that sounds good!! > I'll start to design the geographic solution... > First.. I'll make cool turn-by-turn navi using the solution. > > could you help me :D? >

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread David Seikel
Don't forget to cater for offline usage. Caching map data while you are online for a trip to places where you wont have 'net. Internal routing that does not depend on an external routing service. On Fri, 15 Apr 2011 17:57:52 +0900 sangho park wrote: > that sounds good!! > I'll start to design

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread sangho park
oh.. thanks for good info.. I'll make the prototype in PROTO first. On Fri, Apr 15, 2011 at 6:00 PM, Cedric BAIL wrote: > On Fri, Apr 15, 2011 at 10:48 AM, Atton Jonathan > wrote: > > hum. What do you think about adding a library in the EFL project to > manage > > all geographic methods. (get m

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread Cedric BAIL
On Fri, Apr 15, 2011 at 10:48 AM, Atton Jonathan wrote: > hum. What do you think about adding a library in the EFL project to manage > all geographic methods. (get map, get path, load GPX file ...) ? Sounds like a wise idea to me, I would second such an idea. > I think we can add a library or cr

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread sangho park
that sounds good!! I'll start to design the geographic solution... First.. I'll make cool turn-by-turn navi using the solution. could you help me :D? On Fri, Apr 15, 2011 at 5:48 PM, Atton Jonathan wrote: > hum. What do you think about adding a library in the EFL project to manage > all geograph

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread Atton Jonathan
hum. What do you think about adding a library in the EFL project to manage all geographic methods. (get map, get path, load GPX file ...) ? I think we can add a library or create a specific file/directory in elementary ? 2011/4/15 sangho park > okay, i fixed it and attach new patch. > > hmmm..

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread sangho park
okay, i fixed it and attach new patch. hmmm.. btw, would you please consider make me able to commit? recently i made elm_map and ecore_file patches. my goal is .. make the elm_map be better than google maps. If i can join efl, i'll do my best for contribution. :) thanks. On Fri, Apr 15, 2011 at

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread The Rasterman
On Thu, 14 Apr 2011 13:41:15 +0900 sangho park said: that seems ok - but some things like: Route_Dump *dump = (Route_Dump*)data; aren't really needed - u assign from a void * which doesn't generate warnings as a void * is a "universal plug" (can plug any ptr into/out of it) or it should be. >

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-13 Thread sangho park
I resend patch again with removing build warnings. pls confirm this patch~ On Wed, Apr 13, 2011 at 10:23 AM, sangho park wrote: > Dear all, > > This is a patch for elm_map name(address) feature. > I added some APIs for name to elm_map.c and added some test code to > test_map.c > > I used nominat