Hi,
Hello Michael,
Thank you verry much it worked, the feature is not coloured but it's flashed and i guess it's enough. (the outline are flashed with the yellow color and the fill with black i guess because i didn't specified the fillPaint. Do you have any idea how to change it?

i don't get why i didn't work with my previous code that uses also the existing viewport.
in other worlds what's the difference between :
Viewport viewport = new Viewport(context.getLayerViewPanel());
Viewport viewport = context.getLayerViewPanel().getViewport();
As soon as you use new, you create a new object in memory.
So your view port is not the same object as
layerViewPanel().getViewport()

Michaël

--
*Asma OUQALLI*

Élève ingénieur : 3ème  Sciences d'Information Géographique (SIG).
Chef de commission développement professionnel  - Rotaract EHTP.
Chef de cellule Media - Olympiades EHTP 2012.
  Ecole Hassania des Travaux Publics.
   Mobile : +212 672 48 23 15.
   Email : asma.ouqa...@gmail.com <mailto:asma.ouqa...@gmail.com>



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar


_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to