On Fri, 15 Apr 2011 17:57:52 +0900 sangho park <gouach...@gmail.com> 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 > <jonathan.at...@gmail.com>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 ...) ? > > > > I think we can add a library or create a specific file/directory in > > elementary ? > > > > 2011/4/15 sangho park <gouach...@gmail.com> > > > >> 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 4:36 PM, Carsten Haitzler <ras...@rasterman.com > >> >wrote: > >> > >> > On Thu, 14 Apr 2011 13:41:15 +0900 sangho park <gouach...@gmail.com> > >> 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. > >> > > >> > > I resend patch again with removing build warnings. > >> > > pls confirm this patch~ > >> > > > >> > > On Wed, Apr 13, 2011 at 10:23 AM, sangho park <gouach...@gmail.com> > >> > 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 nominatim OSM service. (http:// > >> > http://nominatim.openstreetmap.org/) > >> > > > as i felt, it's response time was very good to use. > >> > > > > >> > > > added APIs are: > >> > > > EAPI Elm_Map_Name *elm_map_utils_convert_coord_into_name(const > >> > > > Evas_Object *obj, double lon, double lat); > >> > > > EAPI Elm_Map_Name *elm_map_utils_convert_name_into_coord(const > >> > > > Evas_Object *obj, char *address); > >> > > > > >> > > > EAPI const char *elm_map_name_address_get(Elm_Map_Name *name); > >> > > > EAPI void elm_map_name_region_get(Elm_Map_Name *name, double > >> *lon, > >> > > > double *lat); > >> > > > EAPI void elm_map_name_remove(Elm_Map_Name *name); > >> > > > > >> > > > you can get the address from coordinate and also get coordinate from > >> > > > freeform address; > >> > > > > >> > > > please review this patch. > >> > > > > >> > > >> > > >> > -- > >> > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > >> > The Rasterman (Carsten Haitzler) ras...@rasterman.com > >> > > >> > > >> > >> > >> ------------------------------------------------------------------------------ > >> Benefiting from Server Virtualization: Beyond Initial Workload > >> Consolidation -- Increasing the use of server virtualization is a top > >> priority.Virtualization can reduce costs, simplify management, and improve > >> application availability and disaster protection. Learn more about > >> boosting > >> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > >> _______________________________________________ > >> enlightenment-devel mailing list > >> enlightenment-devel@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > >> > >> > > > > > > -- > > Regards. > > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel