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