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 <[email protected]>
wrote:

> 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
> <[email protected]>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 <[email protected]>
> >
> >> 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
> >> <[email protected]
> >> >wrote:
> >>
> >> > On Thu, 14 Apr 2011 13:41:15 +0900 sangho park
> >> > <[email protected]>
> >> 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
> >> > > <[email protected]>
> >> > 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)
> >> > [email protected]
> >> >
> >> >
> >>
> >>
> >> ------------------------------------------------------------------------------
> >> 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
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >>
> >>
> >
> >
> > --
> > Regards.
> >
> ------------------------------------------------------------------------------
> 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 [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to