/// 
/// 
define([
    'Util/turf',
    "Util/Shp",
    //'Data/Geojson/geoJSONParser',
    'Data/Geojson/LonLatProjection',
    'Util/Path',
    'VectorRenderer/VectorStyle',
    'VectorRenderer/VectorLayer',
    'ThirdParty/proj4/dist/proj4-src'
], function (
    turf,
    shp,
    //geoJSONParser,
    LonLatProjection,
    Path,
    VectorStyle,
    VectorLayer
    ,proj4
) {
        /**
        *矢量渲染器,支持esri shapefile、geojson文件,也可以直接加载geojson对象或MeteoLib.Contour.Polygon、MeteoLib.Contour.Polyline集合
        *@param {Object}options 参数如下:
        *@param {Object}options.width
        *@param {Object}options.height
        *@param {Cesium.VectorLayer|String|turf.FeatureCollection|Object|Array|Array|Array|Array