|
|
|
@ -1,14 +1,11 @@
|
|
|
|
|
package com.fanruan.boot.env.function; |
|
|
|
|
|
|
|
|
|
import com.fanruan.boot.ChartBaseComponent; |
|
|
|
|
import com.fanruan.carina.Carina; |
|
|
|
|
import com.fanruan.carina.annotions.DependsOn; |
|
|
|
|
import com.fanruan.carina.annotions.FineComponent; |
|
|
|
|
import com.fanruan.carina.annotions.Start; |
|
|
|
|
import com.fanruan.carina.annotions.Stop; |
|
|
|
|
import com.fanruan.carina.annotions.Supplemental; |
|
|
|
|
import com.fanruan.map.DesignGEOJSONHelper; |
|
|
|
|
import com.fr.decision.webservice.v10.map.geojson.helper.GEOJSONHelperShell; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
@ -45,7 +42,6 @@ public class DesignChartBaseComponent extends ChartBaseComponent {
|
|
|
|
|
@Supplemental |
|
|
|
|
public void prepare() { |
|
|
|
|
super.prepare(); |
|
|
|
|
Carina.getApplicationContext().singleton(GEOJSONHelperShell.class).set(DesignGEOJSONHelper.class); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|