|
|
|
@ -79,6 +79,7 @@ public class GisLayerPane extends JPanel implements UIObserver {
|
|
|
|
|
|
|
|
|
|
private JPanel createGISLayerPane() { |
|
|
|
|
gisButton = new UIButtonGroup(new String[]{Toolkit.i18nText("Fine-Design_Form_Widget_Style_Standard"), Toolkit.i18nText("Fine-Design_Chart_Custom")}); |
|
|
|
|
gisButton.setSelectedIndex(0); |
|
|
|
|
gisGaoDeLayer = new UIComboBox(MapLayerConfigManager.getGaoDeLayerItems()); |
|
|
|
|
gisButton.addActionListener(event -> { |
|
|
|
|
refreshZoomLevel(); |
|
|
|
|