You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

450 lines
14 KiB

(function (root, factory) {
if (typeof define === "function") {
// AMD. Register as an anonymous module.
define(["exports", "echarts"], factory);
} else if (
typeof exports === "object" &&
typeof exports.nodeName !== "string"
) {
// CommonJS
factory(exports, require("echarts"));
} else {
// Browser globals
factory({}, root.echarts);
}
})(this, function (exports, echarts) {
var log = function (msg) {
if (typeof console !== "undefined") {
console && console.error && console.error(msg);
}
};
if (!echarts) {
log("ECharts is not Loaded");
return;
}
if (!echarts.registerMap) {
log("ECharts Map is not loaded");
return;
}
echarts.registerMap("county", {
type: "FeatureCollection",
features: [
{
type: "Feature",
properties: {
name: "湘潭高新区"
},
geometry: {
type: "Polygon",
coordinates: [[
[
112.96157159,
27.7993273
],
[
112.96114882,
27.80194505
],
[
112.96030328,
27.80568459
],
[
112.95818945,
27.80905006
],
[
112.95734391,
27.81316327
],
[
112.95353903,
27.81540678
],
[
112.94973416,
27.81465895
],
[
112.94170165,
27.81503286
],
[
112.93197808,
27.81540678
],
[
112.93155531,
27.81690242
],
[
112.92986425,
27.81839805
],
[
112.92986423,
27.82213702
],
[
112.9349374,
27.82176313
],
[
112.94635202,
27.82251091
],
[
112.95607559,
27.82363258
],
[
112.95607558,
27.8269975
],
[
112.9556528,
27.82924073
],
[
112.95607555,
27.83410089
],
[
112.95649831,
27.83709165
],
[
112.9564983,
27.83896084
],
[
112.95734382,
27.84232529
],
[
112.96072593,
27.84494202
],
[
112.95945762,
27.84868009
],
[
112.95903485,
27.85241804
],
[
112.95818931,
27.85391318
],
[
112.95776654,
27.85727718
],
[
112.95734377,
27.85914602
],
[
112.95734376,
27.86064107
],
[
112.95818928,
27.86437861
],
[
112.95861204,
27.86549985
],
[
112.96030309,
27.87110586
],
[
112.96030308,
27.87446933
],
[
112.96030307,
27.87633788
],
[
112.96072583,
27.8793275
],
[
112.96114858,
27.88231703
],
[
112.96326241,
27.88269071
],
[
112.96664454,
27.88082227
],
[
112.96918114,
27.8793275
],
[
112.97129497,
27.8782064
],
[
112.9746771,
27.87521675
],
[
112.97467711,
27.86998468
],
[
112.97679094,
27.86774229
],
[
112.97763647,
27.86325736
],
[
112.97848201,
27.86101483
],
[
112.98059583,
27.86064107
],
[
112.98355519,
27.86138859
],
[
112.98566901,
27.86325736
],
[
112.98609177,
27.86475236
],
[
112.98862836,
27.86774229
],
[
112.98778282,
27.87147958
],
[
112.98862835,
27.87297447
],
[
112.99116495,
27.87073213
],
[
112.99285601,
27.86886349
],
[
112.99370154,
27.86848976
],
[
113.00046578,
27.86923722
],
[
113.00300237,
27.87110586
],
[
113.00342514,
27.87446933
],
[
113.00765279,
27.87484304
],
[
113.00976662,
27.87297447
],
[
113.01103491,
27.87073213
],
[
113.01230321,
27.87185331
],
[
113.01399427,
27.87446933
],
[
113.0148398,
27.87633788
],
[
113.01695363,
27.87446933
],
[
113.01906745,
27.87409562
],
[
113.02371787,
27.87446933
],
[
113.0258317,
27.87671159
],
[
113.02752276,
27.87409562
],
[
113.02879105,
27.87110586
],
[
113.03005934,
27.86699481
],
[
113.03217316,
27.86549985
],
[
113.03386422,
27.86250986
],
[
113.03386421,
27.85989355
],
[
113.03344145,
27.85877225
],
[
113.0351325,
27.8569034
],
[
113.03640079,
27.85466074
],
[
113.03809184,
27.85167071
],
[
113.0397829,
27.84905443
],
[
113.04062842,
27.8464378
],
[
113.04147395,
27.84456874
],
[
113.03640077,
27.84232583
],
[
113.03344141,
27.83896138
],
[
113.03175035,
27.83746603
],
[
113.0275227,
27.83522297
],
[
113.02414059,
27.83260602
],
[
113.021604,
27.829989
],
[
113.01822189,
27.82737191
],
[
113.01357148,
27.82475477
],
[
113.01188042,
27.82138978
],
[
113.01061213,
27.81652906
],
[
113.00892107,
27.81503341
],
[
113.00596173,
27.81391165
],
[
113.00257962,
27.81166812
],
[
112.99835198,
27.81092026
],
[
112.99370159,
27.80792879
],
[
112.98905119,
27.80718091
],
[
112.98566909,
27.80531118
],
[
112.97636829,
27.80381538
],
[
112.97087238,
27.80119768
],
[
112.96579922,
27.80007578
],
[
112.96241711,
27.79932785
]
]]
}
}
],
});
});