Login  Register

How to set the offline World Map with data to the One of the Split pane .etc

Posted by Manjunatha Bhat on May 28, 2018; 1:35pm
URL: https://forum.jogamp.org/How-to-set-the-offline-World-Map-with-data-to-the-One-of-the-Split-pane-etc-tp4038895.html

In my JOGL application I used Frame ,for that split-pane is attached , right panel consist of the shapes( rendering) ,and left panel consist of the button.if trying to change the background color of the panels . but it is not able to applicable.and also i need to attach the offline world map to the right  panel.
1> How to download the world Offline map it should sutable to the JOGL Application.(Currently i'm using the ArcGIS map  ,but it contain only one country map ,that,s format is .mmpk . and that  code is related to(mapView) java FX ,how can i achive in JOGL?)



2> Is it possible to attach the .mmpk file using JOGL?  otherwise which map format is sutable to JOGL application? How to achieve that?

3 >if i add the more than one component (like ,buttons ,label) to the left panel,nothing is appear.
4> im trying to add the different color to the panel.i followed like this. leftpanel.setBackground(Color.GREEN ); but cant get.
   thank you.