Hi Michael, "there is no way to plug-in a specialized map pane " => you me i can`t add a MapPane to a Mapframe? JMapFrame frame = new JMapFrame(); FlyingSaucer mapPane = new FlyingSaucer(); frame.getContentPane().add(mapPane);
And ok i got it now don`t store the cars in a Featurescollection ! But i still don`t know how to draw in or over a MapFrame (with several layers loaded) for example the static! locations of an array of jts coordinates! I think of something like a Panel that "overlay" the JMapFRAME (the actuall laysers) and just draws the cars location. Really i looked through the userguides and there isn`t an examle linke this ! Best regards, Martin Michael Bedward schrieb: > Hi Martin, > > I've tried to say this in several different ways in previous posts, > but here's another way of putting it... > > ***** DON'T PUT YOUR CARS IN A FEATURE COLLECTION ***** > > Please re-read my previous posts to understand why. > > >> Regarding your app is it possible to show that animation within a JMapFrame >> too? >> > > JMapFrame is just a JFrame that constructs a JMapPane and other GUI > elements for you. In the current version there is no way to plug-in a > specialized map pane but it would be very easy for you to take the > JMapFrame code and modify it. If you study the code you will find > that it is quite short and straightforward. > > Hope this helps. > > Michael > > ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
