On Sun, 26 Jun 2011 12:17:00 +0200 Atton Jonathan <jonathan.at...@gmail.com>
said:

and instead of lines... what will you use? my suggestion is to use images + map
to rotate and stretch them. allows full freedom of syle and design and gets you
anti-aliasing too. they can join at the vertices's directly.. or you can even
put little image objects like "circles" so it looks like: 

O---O
     \
      O

or without to be:
----.
     \
      \

the image just needs to have a border of transparent pixels of at least 1 pixel
in size to make sure anti-aliasing works. it only has to be like a 3, 4, 5 or
so pixel wide line (image).

> Attached a little document of the widget I am making.
> 
> 2011/6/26 Atton Jonathan <jonathan.at...@gmail.com>
> 
> > without lines :)
> >
> >
> > 2011/6/26 Atton Jonathan <jonathan.at...@gmail.com>
> >
> >> ok.
> >>
> >> I am writting a specific widget without route. Cedric gave me a super idea
> >> :D
> >>
> >>
> >> 2011/6/26 sangho park <gouach...@gmail.com>
> >>
> >>> yes.... we need a new smart object for route..
> >>> hmm.. there is a problem if you use line instead of polygon.
> >>> when the map is rotated, some line object is disappear. T_T
> >>>
> >>> 2011/6/25 Atton Jonathan <jonathan.at...@gmail.com>
> >>>
> >>>> In my latest elm commit I am using emap.
> >>>>
> >>>> What need to be done:
> >>>> - remove the current route API from elm_map
> >>>> - rename the track API from elm_map_track to elm_map_route
> >>>>
> >>>> - add in emap the API to calculate a route (From A to B). This is what
> >>>> the API  elm_map_route do in elm_map
> >>>>
> >>>> I have replace objects polygon by line because polygon are too slow. I
> >>>> think using polygon is a good idea if we have only one polygon for the
> >>>> route.
> >>>> But I think we will need a specific smart object to manage color,
> >>>> selection of segments, move/add segment ...
> >>>>
> >>>>
> >>>> 2011/5/16 Atton Jonathan <jonathan.at...@gmail.com>
> >>>>
> >>>>> let's go for route.
> >>>>>
> >>>>>
> >>>>> 2011/5/16 sangho park <gouach...@gmail.com>
> >>>>>
> >>>>>> i'm not good at english, but 'path' is unfamiliar to me.
> >>>>>> anyhow it's just naming issue. english-speaking people can confirm
> >>>>>> that easily :-)
> >>>>>>
> >>>>>> and..
> >>>>>>
> >>>>>> 'split route & track' is good to me.
> >>>>>> if you okay, pls give me a time to do that.
> >>>>>>
> >>>>>> On Sun, May 15, 2011 at 8:54 PM, Atton Jonathan <
> >>>>>> jonathan.at...@gmail.com> wrote:
> >>>>>>
> >>>>>>>
> >>>>>>> ok emap can load a gpx file into a EMap_Track struct.
> >>>>>>>
> >>>>>>>
> >>>>>>>    - Maybe "Track" is not correct, what do you think about "path" ?
> >>>>>>>    - I think we should split route and track (of course route can
> >>>>>>>    use track). Route is more complex (direction, notifications,
> >>>>>>> calcul ...). What do you think about using two "types" in elementary:
> >>>>>>>       - map_track_add(EMap_Track) -> Elm_Map_Track
> >>>>>>>       - map_route_add(EMap_Route) -> Elm_Map_Route
> >>>>>>>
> >>>>>>>
> >>>>>>> 2011/5/3 Cedric BAIL <cedric.b...@free.fr>
> >>>>>>>
> >>>>>>>> On Tue, May 3, 2011 at 8:09 AM, Atton Jonathan <
> >>>>>>>> jonathan.at...@gmail.com> wrote:
> >>>>>>>> > lol, I am not a god :D
> >>>>>>>>
> >>>>>>>> Yes, we know that you are just worshiping Enki and Enlil !
> >>>>>>>> --
> >>>>>>>> Cedric BAIL
> >>>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>> --
> >>>>>>> Regards.
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Regards.
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>> --
> >>>> Regards.
> >>>>
> >>>
> >>>
> >>
> >>
> >> --
> >> Regards.
> >>
> >
> >
> >
> > --
> > Regards.
> >
> 
> 
> 
> -- 
> Regards.


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to