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
> 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
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
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