Re: [Geotools-gt2-users] different areas and JMapPane.reset()

2010-03-22 Thread Michael geotools
Thanks a lot, its worked! -- View this message in context: http://n2.nabble.com/different-areas-and-JMapPane-reset-tp4773836p4778854.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. -- Download

Re: [Geotools-gt2-users] different areas and JMapPane.reset()

2010-03-22 Thread Michael Bedward
> http://jira.codehaus.org/browse/GEOT-3003 > Fixed now on trunk and the 2.6.x branch. Please see the issue for details. Michael -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed com

Re: [Geotools-gt2-users] different areas and JMapPane.reset()

2010-03-21 Thread Michael Bedward
Hello Michael, You are on a roll aren't you :-) > I'm trying to load maps, which contain information about different places > (for example map of Italy (one shape file) and map of France (second shape > file).  They are not displayed after JMapPane.reset() call - displayed only > first loaded map

Re: [Geotools-gt2-users] different areas and JMapPane.reset()

2010-03-21 Thread Michael geotools
Few notes: 1. I'm tested this situation with modified Quickstart.java example - just added JMenu with one item - load second shape file. 2. When I add the second file to MapContext before creating JMapFrame instance (new JMapFrame(mapContext); ) - everything is working fine, all maps display