|
|
@ -238,18 +238,18 @@ public class GisLayerPane extends JPanel implements UIObserver { |
|
|
|
|
|
|
|
|
|
|
|
public void resetGisLayer(VanChartMapPlot mapPlot) { |
|
|
|
public void resetGisLayer(VanChartMapPlot mapPlot) { |
|
|
|
|
|
|
|
|
|
|
|
if (ChartEditContext.supportTheme()) { |
|
|
|
// if (ChartEditContext.supportTheme()) {
|
|
|
|
GisLayer defaultGisLayer = mapPlot.getDefaultGisLayer(); |
|
|
|
GisLayer defaultGisLayer = mapPlot.getDefaultGisLayer(); |
|
|
|
mapPlot.setGisLayer(defaultGisLayer); |
|
|
|
mapPlot.setGisLayer(defaultGisLayer); |
|
|
|
populate(defaultGisLayer); |
|
|
|
populate(defaultGisLayer); |
|
|
|
} else { |
|
|
|
// } else {
|
|
|
|
GaoDeGisType gaoDeGisType = mapPlot.getDefaultGisLayerType(); |
|
|
|
// GaoDeGisType gaoDeGisType = mapPlot.getDefaultGisLayerType();
|
|
|
|
|
|
|
|
//
|
|
|
|
mapPlot.getGisLayer().setGisLayerType(GISLayerType.GAO_DE_API); |
|
|
|
// mapPlot.getGisLayer().setGisLayerType(GISLayerType.GAO_DE_API);
|
|
|
|
mapPlot.getGisLayer().setLayerName(gaoDeGisType.getTypeName()); |
|
|
|
// mapPlot.getGisLayer().setLayerName(gaoDeGisType.getTypeName());
|
|
|
|
mapPlot.getGisLayer().setGaoDeGisType(gaoDeGisType); |
|
|
|
// mapPlot.getGisLayer().setGaoDeGisType(gaoDeGisType);
|
|
|
|
populate(mapPlot.getGisLayer()); |
|
|
|
// populate(mapPlot.getGisLayer());
|
|
|
|
} |
|
|
|
// }
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void populate(GisLayer layer) { |
|
|
|
public void populate(GisLayer layer) { |
|
|
|