morghulis 4.2.14 → 4.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -580,7 +580,7 @@ This will fail in production.`);s=tc,s._s.has(t)||(r?jh(t,e,o,s):wE(t,o,s),proce
580
580
  `+a):o.stack=a}catch{}}throw o}}_request(e,n){typeof e=="string"?(n=n||{},n.url=e):n=e||{},n=Ps(this.defaults,n);const{transitional:o,paramsSerializer:r,headers:a}=n;o!==void 0&&N7.assertOptions(o,{silentJSONParsing:U4.transitional(U4.boolean),forcedJSONParsing:U4.transitional(U4.boolean),clarifyTimeoutError:U4.transitional(U4.boolean)},!1),r!=null&&(Xe.isFunction(r)?n.paramsSerializer={serialize:r}:N7.assertOptions(r,{encode:U4.function,serialize:U4.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),N7.assertOptions(n,{baseUrl:U4.spelling("baseURL"),withXsrfToken:U4.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let s=a&&Xe.merge(a.common,a[n.method]);a&&Xe.forEach(["delete","get","head","post","put","patch","common"],g=>{delete a[g]}),n.headers=Wn.concat(s,a);const i=[];let c=!0;this.interceptors.request.forEach(function(v){typeof v.runWhen=="function"&&v.runWhen(n)===!1||(c=c&&v.synchronous,i.unshift(v.fulfilled,v.rejected))});const u=[];this.interceptors.response.forEach(function(v){u.push(v.fulfilled,v.rejected)});let f,d=0,h;if(!c){const g=[o$.bind(this),void 0];for(g.unshift(...i),g.push(...u),h=g.length,f=Promise.resolve(n);d<h;)f=f.then(g[d++],g[d++]);return f}h=i.length;let m=n;for(d=0;d<h;){const g=i[d++],v=i[d++];try{m=g(m)}catch(y){v.call(this,y);break}}try{f=o$.call(this,m)}catch(g){return Promise.reject(g)}for(d=0,h=u.length;d<h;)f=f.then(u[d++],u[d++]);return f}getUri(e){e=Ps(this.defaults,e);const n=JE(e.baseURL,e.url,e.allowAbsoluteUrls);return VE(n,e.params,e.paramsSerializer)}};Xe.forEach(["delete","get","head","options"],function(e){Is.prototype[e]=function(n,o){return this.request(Ps(o||{},{method:e,url:n,data:(o||{}).data}))}}),Xe.forEach(["post","put","patch"],function(e){function n(o){return function(a,s,i){return this.request(Ps(i||{},{method:e,headers:o?{"Content-Type":"multipart/form-data"}:{},url:a,data:s}))}}Is.prototype[e]=n(),Is.prototype[e+"Form"]=n(!0)});let Owe=class LY{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(a){n=a});const o=this;this.promise.then(r=>{if(!o._listeners)return;let a=o._listeners.length;for(;a-- >0;)o._listeners[a](r);o._listeners=null}),this.promise.then=r=>{let a;const s=new Promise(i=>{o.subscribe(i),a=i}).then(r);return s.cancel=function(){o.unsubscribe(a)},s},e(function(a,s,i){o.reason||(o.reason=new nl(a,s,i),n(o.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const e=new AbortController,n=o=>{e.abort(o)};return this.subscribe(n),e.signal.unsubscribe=()=>this.unsubscribe(n),e.signal}static source(){let e;return{token:new LY(function(r){e=r}),cancel:e}}};function Twe(t){return function(n){return t.apply(null,n)}}function Pwe(t){return Xe.isObject(t)&&t.isAxiosError===!0}const Bh={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Bh).forEach(([t,e])=>{Bh[e]=t});function s$(t){const e=new Is(t),n=zE(Is.prototype.request,e);return Xe.extend(n,Is.prototype,e,{allOwnKeys:!0}),Xe.extend(n,e,null,{allOwnKeys:!0}),n.create=function(r){return s$(Ps(t,r))},n}const b3=s$(lc);b3.Axios=Is,b3.CanceledError=nl,b3.CancelToken=Owe,b3.isCancel=qE,b3.VERSION=r$,b3.toFormData=z7,b3.AxiosError=y2,b3.Cancel=b3.CanceledError,b3.all=function(e){return Promise.all(e)},b3.spread=Twe,b3.isAxiosError=Pwe,b3.mergeConfig=Ps,b3.AxiosHeaders=Wn,b3.formToJSON=t=>FE(Xe.isHTMLForm(t)?new FormData(t):t),b3.getAdapter=n$.getAdapter,b3.HttpStatusCode=Bh,b3.default=b3;const{Axios:pYe,AxiosError:hYe,CanceledError:mYe,isCancel:gYe,CancelToken:vYe,VERSION:yYe,all:bYe,Cancel:wYe,isAxiosError:xYe,spread:CYe,toFormData:kYe,AxiosHeaders:zYe,HttpStatusCode:MYe,formToJSON:LYe,getAdapter:_Ye,mergeConfig:SYe}=b3;function Iwe(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var A7={exports:{}};/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
581
581
  * @license MIT */var Dwe=A7.exports,l$;function Vwe(){return l$||(l$=1,function(t,e){(function(n,o){t.exports=o()})(Dwe,function(){var n={};n.version="0.2.0";var o=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};n.configure=function(g){var v,y;for(v in g)y=g[v],y!==void 0&&g.hasOwnProperty(v)&&(o[v]=y);return this},n.status=null,n.set=function(g){var v=n.isStarted();g=r(g,o.minimum,1),n.status=g===1?null:g;var y=n.render(!v),b=y.querySelector(o.barSelector),w=o.speed,C=o.easing;return y.offsetWidth,i(function(k){o.positionUsing===""&&(o.positionUsing=n.getPositioningCSS()),c(b,s(g,w,C)),g===1?(c(y,{transition:"none",opacity:1}),y.offsetWidth,setTimeout(function(){c(y,{transition:"all "+w+"ms linear",opacity:0}),setTimeout(function(){n.remove(),k()},w)},w)):setTimeout(k,w)}),this},n.isStarted=function(){return typeof n.status=="number"},n.start=function(){n.status||n.set(0);var g=function(){setTimeout(function(){n.status&&(n.trickle(),g())},o.trickleSpeed)};return o.trickle&&g(),this},n.done=function(g){return!g&&!n.status?this:n.inc(.3+.5*Math.random()).set(1)},n.inc=function(g){var v=n.status;return v?(typeof g!="number"&&(g=(1-v)*r(Math.random()*v,.1,.95)),v=r(v+g,0,.994),n.set(v)):n.start()},n.trickle=function(){return n.inc(Math.random()*o.trickleRate)},function(){var g=0,v=0;n.promise=function(y){return!y||y.state()==="resolved"?this:(v===0&&n.start(),g++,v++,y.always(function(){v--,v===0?(g=0,n.done()):n.set((g-v)/g)}),this)}}(),n.render=function(g){if(n.isRendered())return document.getElementById("nprogress");f(document.documentElement,"nprogress-busy");var v=document.createElement("div");v.id="nprogress",v.innerHTML=o.template;var y=v.querySelector(o.barSelector),b=g?"-100":a(n.status||0),w=document.querySelector(o.parent),C;return c(y,{transition:"all 0 linear",transform:"translate3d("+b+"%,0,0)"}),o.showSpinner||(C=v.querySelector(o.spinnerSelector),C&&m(C)),w!=document.body&&f(w,"nprogress-custom-parent"),w.appendChild(v),v},n.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(o.parent),"nprogress-custom-parent");var g=document.getElementById("nprogress");g&&m(g)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var g=document.body.style,v="WebkitTransform"in g?"Webkit":"MozTransform"in g?"Moz":"msTransform"in g?"ms":"OTransform"in g?"O":"";return v+"Perspective"in g?"translate3d":v+"Transform"in g?"translate":"margin"};function r(g,v,y){return g<v?v:g>y?y:g}function a(g){return(-1+g)*100}function s(g,v,y){var b;return o.positionUsing==="translate3d"?b={transform:"translate3d("+a(g)+"%,0,0)"}:o.positionUsing==="translate"?b={transform:"translate("+a(g)+"%,0)"}:b={"margin-left":a(g)+"%"},b.transition="all "+v+"ms "+y,b}var i=function(){var g=[];function v(){var y=g.shift();y&&y(v)}return function(y){g.push(y),g.length==1&&v()}}(),c=function(){var g=["Webkit","O","Moz","ms"],v={};function y(k){return k.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(x,M){return M.toUpperCase()})}function b(k){var x=document.body.style;if(k in x)return k;for(var M=g.length,z=k.charAt(0).toUpperCase()+k.slice(1),$;M--;)if($=g[M]+z,$ in x)return $;return k}function w(k){return k=y(k),v[k]||(v[k]=b(k))}function C(k,x,M){x=w(x),k.style[x]=M}return function(k,x){var M=arguments,z,$;if(M.length==2)for(z in x)$=x[z],$!==void 0&&x.hasOwnProperty(z)&&C(k,z,$);else C(k,M[1],M[2])}}();function u(g,v){var y=typeof g=="string"?g:h(g);return y.indexOf(" "+v+" ")>=0}function f(g,v){var y=h(g),b=y+v;u(y,v)||(g.className=b.substring(1))}function d(g,v){var y=h(g),b;u(g,v)&&(b=y.replace(" "+v+" "," "),g.className=b.substring(1,b.length-1))}function h(g){return(" "+(g.className||"")+" ").replace(/\s+/gi," ")}function m(g){g&&g.parentNode&&g.parentNode.removeChild(g)}return n})}(A7)),A7.exports}var Rwe=Vwe();const i$=Iwe(Rwe);function fo(t){const e=Z3(),n=io.useRouter();function o(d){const h=b3.create({baseURL:"/api/"}),{request:m,response:g}=h.interceptors;return m.use(v=>(v.headers.Client=e.client,v.headers.Auth=d||!1,v.headers.Authorization=`Bearer ${e.token}`,v),r),g.use(v=>{const{headers:y,data:b,status:w}=v,C=y.token;return e.token&&e.token!==C&&(e.logout(),Un.info("登录已过期,系统将跳转回主页。").finally(()=>n.push("/").then())),a(b)},r),h}function r(d){i$.done();const h=io.useRouter(),{response:m,status:g}=d,{data:v}=m||{},y=a(v);if(g===401)return e.logout(),h.push("/").then(),Promise.resolve(y);if(g===403)throw new Error("无数据访问权限");return Promise.reject(d)}function a(d){i$.done();const{payload:h,message:m,code:g}=d||{};return m&&CE(m,g),h}const s=l.ref(!1);function i(d,h,m){const g=o(m);return new Promise((v,y)=>{s.value=!0,g.post(d,h).then(v).catch(y).finally(()=>s.value=!1)})}function c(d){s.value=!0,u(d).then(({blob:h,fileName:m})=>{const g=document.createElement("a");g.download=m,g.style.display="none",g.href=URL.createObjectURL(h),document.body.appendChild(g),g.click(),URL.revokeObjectURL(g.href),document.body.removeChild(g)}).finally(()=>s.value=!1)}function u(d){return s.value=!0,new Promise(h=>{const m=b3.create({baseURL:t,responseType:"blob"}),g=`/data/find_file/${d}`;m.get(g).then(v=>{let{headers:y,data:b}=v;const w=y["content-disposition"].split("filename=")[1].replace(/"/g,"");h({blob:b,fileName:decodeURIComponent(w)})}).finally(()=>s.value=!1)})}function f(d){s.value=!0;const h={},m=[],g=[];return Object.entries(d).forEach(([v,y])=>{y instanceof Promise?(m.push(v),g.push(y)):h[v]=y}),new Promise(v=>{b3.all(g).then(y=>{m.forEach((b,w)=>{h[b]=y[w]}),v(h)}).finally(()=>s.value=!1)})}return{getHttpRequest:o,download:c,all:f,read:u,post:i,loading:s}}function Bwe(){const t=qn(),e=l.ref({}),n=l.reactive([]),{getHttpRequest:o}=fo(t.baseURL);function r(h){const{status:m,payload:g,resolve:v}=h,y=s(h),b=v?e.value[v]:null,w=i(y);if(w)w.status.loading=!["stop","done","error"].includes(m),w.status.payload=["start","stop","done","error"].includes(m)?null:g,m==="error"&&F2.error(g),b&&m==="done"&&(b(g),v&&delete e.value[v]),Object.values(w.mapping).forEach(C=>{const k=C[m];k&&k(g)});else throw new Error(`Unknown channel ${y}`)}function a(h,m){const g=["handler","url","auth","scope"];return U1.isEqual(U1.pick(h,g),U1.pick(m,g))}function s(h){return{handler:h.handler,url:h.url||`valar/socket/${h.handler}`,auth:h.auth||!1,broadcast:h.broadcast||!1}}function i(h){return n.find(m=>a(m,h))}function c(h){const m=n.findIndex(g=>a(g,h));m>-1&&n.splice(m,1)}function u(h){const m=s(h);let g=i(m);g||(g={...m,status:l.reactive({loading:!1,payload:null}),mapping:{}},n.push(g));const v=h.token||"default";return g.mapping[v]={start:h.start,stop:h.stop,proceed:h.proceed,done:h.done},g}function f(h){const m=s(h);let g=i(m);if(g){const v=h.token||"default";delete g.mapping[v],U1.isEmpty(g.mapping)&&c(m)}}function d(h,m,g){const v=s(h),y=i(v);if(y){y.status.loading=!0,y.status.payload=null;const b={...v,data:m};if(g){const C=$s();e.value[C]=g,b.resolve=C}o(v.auth).post(v.url,b).then().catch(C=>{y.status.loading=!1,y.status.payload=null,F2.error("无操作权限")})}else throw new Error(`Unknown channel ${v}`)}return{container:n,invoke:r,mount:u,unmount:f,execute:d}}function c$(t){const e=l.isRef(t)?t:l.ref(t),n=l.inject("hub"),o=l.ref();l.watch(e,(s,i)=>{i&&n.unmount(i),o.value=n.mount(s)},{deep:!0,immediate:!0}),l.onUnmounted(()=>n.unmount(e.value));const r=l.computed(()=>o.value?o.value.status:{loading:!1,payload:null});function a(s,i){n.execute(e.value,s,i)}return{execute:a,config:e,status:r}}function Fwe(t){const{container:e,invoke:n,mount:o,unmount:r,execute:a}=Bwe(),{data:s}=kE();return l.watch(s,()=>n(JSON.parse(s.value)),{deep:!0}),{container:e,mount:o,unmount:r,execute:a}}class hn{includes;excludes;constructor(e,n){this.includes=e||{},this.excludes=n||{}}}class u${db;entity;value;label;display;multiple;strict;remote;includes;excludes;root;isTree;constructor(e={}){this.db=e.db||"orm",this.entity=e.entity||null,this.value=e.value||"id",this.label=e.label||"name",this.display=e.display||"id",this.multiple=e.multiple||!1,this.strict=e.strict||!1,this.remote=e.remote||!1,this.includes=e.includes||{},this.excludes=e.excludes||{},this.root=e.root||0,this.isTree=e.isTree||!1}getCondition(){const e=f$(this.includes),n=f$(this.excludes);return new hn(e,n)}}function f$(t={}){const e=Object.entries(t).filter(([n,o])=>!o.startsWith("$"));return Object.fromEntries(e)}class d${$maxlength;maxlength;type;min;max;step;precision;step_strictly;frequency;maximum;accept;width;height;file_name_field;locked;set;multiple;constructor(e={}){this.maxlength=e.maxlength||0,this.$maxlength=e.$maxlength||0,this.type=e.type||"text",this.min=e.min==null?null:e.min,this.max=e.max==null?null:e.max,this.step=e.step==null?null:e.step,this.precision=e.precision==null?null:e.precision,this.step_strictly=e.step_strictly||!1,this.frequency=e.frequency||"date",this.maximum=e.maximum||5,this.accept=e.accept||[],this.width=e.width==null?null:e.width,this.height=e.height==null?null:e.height,this.file_name_field=e.file_name_field||null,this.locked=e.locked||!1,this.set=e.set||{},this.multiple=e.multiple||!1}}const ol=["ManyToManyField","ManyToManyRel","ManyToOneRel"],p$=["OneToOneField","OneToOneRel","ForeignKey"],cc=[...ol,...p$],Uwe=["IntegerField","FloatField","BigIntegerField","DecimalField","SmallIntegerField"],qwe=["DateField","DateTimeField","TimeField"],Hwe=["CharField","TextField",...Uwe,...qwe,"BigAutoField","Custom"],h$=["CharField","TextField","BooleanField","IntegerField","FloatField","DateField","DateTimeField","TimeField","JSONField"],Wwe={CharField:{tool:"text"},TextField:{tool:"rich",width:80,align:"center"},BooleanField:{tool:"boolean",width:80,align:"center"},IntegerField:{tool:"number",align:"right"},FloatField:{tool:"number",align:"right"},DateField:{tool:"date",width:120},DateTimeField:{tool:"date",width:120},TimeField:{tool:"time",width:120},JSONField:{tool:"object",width:80,align:"center"}},Ds={year:{label:"年度",value:"YYYY"},month:{label:"月度",value:"YYYY-MM-DD"},week:{label:"周度",value:"YYYY-MM-DD"},date:{label:"日度",value:"YYYY-MM-DD"},datetime:{label:"高频",value:"YYYY-MM-DD HH:mm:ss"},years:{label:"多个年",value:"YYYY"},months:{label:"多个月",value:"YYYY-MM-DD"},dates:{label:"多个日",value:"YYYY-MM-DD"},monthrange:{label:"月区间",value:"YYYY-MM-DD"},daterange:{label:"日区间",value:"YYYY-MM-DD"},datetimerange:{label:"高频区间",value:"YYYY-MM-DD HH:mm:ss"},time:{label:"时间",value:"HH:mm:ss"}};function Kwe(t,e){const n=e.prop,o=`${n}_set`,r=t[n],a=`${t[o]?.length}项`;return{value:r,content:a,valid:!0,message:""}}function Jwe(t,e){const n=e.prop,o=t[n],r=e.refer?.label||"name",a=n.replace("_id",""),s=(t[a]||{})[r];return{value:o,content:s,valid:!0,message:""}}function Gwe(t){let[e,n,o]=[t,!0,""];const r=[!0,"是",1,"1","TRUE","true","True","yes","YES","Yes"],a=[!1,"否",0,"0","FALSE","false","False","no","NO","No"];return r.includes(t)?(t=!0,e="是"):a.includes(t)?(t=!1,e="否"):(n=U1.isBoolean(t),n?e=t?"是":"否":o="非布尔型"),{value:t,content:e,valid:n,message:o}}function Ywe(t,e){let[n,o,r]=[t,!0,""];if(["NA","na","N/A","#N/A"].includes(t))t=null,n=null;else{const a=Number(t);if(o=U1.isNumber(a)&&!U1.isNaN(a),o){const s=e.domain==="FloatField"?e.format.precision||2:0;n=a.toFixed(s)}else r="非数值型"}return{value:t,content:n,valid:o,message:r}}function Fh(t,e,n){let[o,r,a]=[t,!0,""];const s=n.find(i=>ga(t,i,!0).isValid());return s?o=ga(t,s).format(e.value):(r=!1,a=`时期格式应为:${n.join(",")}`),{value:t,content:o,valid:r,message:a}}function m$(t,e){const n=["YYYY-MM-DD HH:mm:ss","YYYY/M/D HH:mm:ss","YYYY-MM-DD HH:mm","YYYY/M/D HH:mm"],o=e?.format.frequency||"datetime",r=Ds[o];return Fh(t,r,n)}function Uh(t,e){const n=["YYYY-MM-DD","YYYY/M/D"],o=e?.format.frequency||"date",r=Ds[o];return Fh(t,r,n)}function g$(t,e){const n=["HH:mm:ss","HH:mm"],o=Ds.time;return Fh(t,o,n)}function qh(t,e,n){let[o,r,a]=[t,!0,""];if(U1.isArray(t)&&t.length==2){const[s,i]=t,c=n(s,e),u=n(i,e);c.valid&&u.valid?o=[c.content,u.content].join("至"):(r=!1,a=c.message||u.message)}else r=!1,a="非数组或数组长度不等于2";return{value:t,content:o,valid:r,message:a}}function Xwe(t,e){return qh(t,e,g$)}function Qwe(t,e){return e.format.frequency==="datetimerange"?qh(t,e,m$):qh(t,e,Uh)}function Zwe(t,e){let[n,o,r]=[t,!0,""];if(U1.isArray(t)){const a=t.map(s=>Uh(s,e));o=a.map(s=>s.valid).reduce((s,i)=>s&&i,!0),o?n=a.map(s=>s.content):(o=!1,r="非日期")}else o=!1,r="非数组";return{value:t,content:n,valid:o,message:r}}function exe(t,e){let[n,o,r]=[t,!0,""];const a=(e.format||{}).set||{};if(console.log(a),e.format.multiple){const s=t.split(";"),i=[],c=[],u=[];s.forEach(f=>{const d=a[f];o=o&&!!d,d?(u.push(f),i.push(d)):c.push(f)}),t=u.join(";"),n=i.join(";"),o||(r=`"${c.join(";")}"不是合法值`)}else{const s=a[t];o=o&&!!s,n=s||null,o||(r=`"${t}"不是合法值`),t=s?t:null}return{value:t,content:n,valid:o,message:r}}function txe(t,e){let[n,o]=[!0,""];const r=t&&t.split("/").pop();return{value:t,content:r,valid:n,message:o}}function nxe(t,e){let[n,o,r]=[t,!0,""];return o=/^#([0-9a-fA-F]{3}){1,2}$/.test(t),o?n=`<b style="color: ${t}">${t}</b>`:r="不是十六进制字符",{value:t,content:n,valid:o,message:r}}function oxe(t){let[e,n,o]=[t,!0,""];return{value:t,content:e,valid:n,message:o}}function Hh(t){return{value:null,content:null,valid:!t.not_null,message:t.not_null?"不能为空":""}}class Wh{$minio;$db;$entity;$code;id;prop;label;name;domain;tool;refer;format;disabled;not_null;allow_edit;allow_order;allow_search;allow_download;allow_upload;allow_update;unit;column_width;align;fixed;header_color;cell_color;edit_on_table;hide_on_table;span;hide_on_form;hide_on_form_edit;hide_on_form_insert;hide_on_form_branch;hide_on_form_leaf;constructor(e={}){this.$minio=e.$minio||"/minio",this.$db=e.$db,this.$entity=e.$entity,this.$code=e.$code,this.id=e.id,this.prop=e.prop||$s(),this.label=e.label,this.name=e.name||e.label||this.prop,this.domain=e.domain||"CharField",this.tool=e.tool||"text",this.refer=new u$(e.refer),this.format=new d$(e.format),this.disabled=e.disable||!1,this.not_null=e.not_null||!1,this.allow_edit=e.allow_edit||!1,this.allow_order=e.allow_order||!1,this.allow_search=e.allow_search||!1,this.allow_download=e.allow_download||!1,this.allow_upload=e.allow_upload||!1,this.allow_update=e.allow_update||!1,this.unit=e.unit||"",this.column_width=e.column_width||0,this.align=e.align||"left",this.fixed=e.fixed||"",this.header_color=e.header_color||"",this.cell_color=e.cell_color||"",this.edit_on_table=e.edit_on_table||!1,this.hide_on_table=e.hide_on_table||!1,this.span=e.span||0,this.hide_on_form=e.hide_on_form||!1,this.hide_on_form_edit=e.hide_on_form_edit||!1,this.hide_on_form_insert=e.hide_on_form_insert||!1,this.hide_on_form_branch=e.hide_on_form_branch||!1,this.hide_on_form_leaf=e.hide_on_form_leaf||!1}parseValue(e){return e==null?Hh(this):["boolean","switch"].includes(this.tool)?Gwe(e):["number"].includes(this.tool)?Ywe(e,this):["date"].includes(this.tool)?this.domain==="DateTimeField"?m$(e,this):Uh(e,this):["time"].includes(this.tool)?g$(e):["timerange"].includes(this.tool)?Xwe(e,this):["daterange"].includes(this.tool)?Qwe(e,this):["dates"].includes(this.tool)?Zwe(e,this):["set"].includes(this.tool)?exe(e,this):["color"].includes(this.tool)?nxe(e):["file"].includes(this.tool)?txe(e):oxe(e)}parseRow(e){if(p$.includes(this.domain))return e[this.prop]==null&&this.not_null?Hh(this):Jwe(e,this);if(ol.includes(this.domain)){const n=e[this.prop];return U1.isEmpty(n)&&this.not_null?Hh(this):Kwe(e,this)}else{const n=e[this.prop];return this.parseValue(n)}}}const rxe=l.defineComponent({__name:"CharCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["confirm","update:modelValue"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:a=>o("update:modelValue",a||null)});return(a,s)=>{const i=l.resolveComponent("el-input");return l.openBlock(),l.createBlock(i,{modelValue:r.value,"onUpdate:modelValue":s[0]||(s[0]=c=>r.value=c),disabled:a.disabled||!a.field.allow_edit,type:a.field.tool,maxlength:a.field.format?.maxlength||void 0,clearable:!a.field.not_null,"show-word-limit":"",rows:1,style:{width:"100%"},onKeydown:s[1]||(s[1]=l.withKeys(c=>a.$emit("confirm"),["enter"]))},null,8,["modelValue","disabled","type","maxlength","clearable"])}}}),axe=l.defineComponent({__name:"DefaultCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue"],setup(t,{emit:e}){const n=t,o=l.computed(()=>n.row[n.field.prop]);return(r,a)=>{const s=l.resolveComponent("el-text");return l.openBlock(),l.createBlock(s,{type:"info",truncated:"",size:"small"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(o.value||"${no-value}"),1)]),_:1})}}}),Vs=(t,e)=>{const n=t.__vccOpts||t;for(const[o,r]of e)n[o]=r;return n},sxe=Vs(axe,[["__scopeId","data-v-60c5df71"]]),lxe=l.defineComponent({__name:"BooleanCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue","confirm"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:a=>o("update:modelValue",a)});return(a,s)=>{const i=l.resolveComponent("el-text"),c=l.resolveComponent("el-col"),u=l.resolveComponent("el-checkbox"),f=l.resolveComponent("el-option"),d=l.resolveComponent("el-select");return a.field.not_null?(l.openBlock(),l.createBlock(u,{key:0,border:"",modelValue:r.value,"onUpdate:modelValue":s[0]||(s[0]=h=>r.value=h),disabled:a.disabled||!a.field.allow_edit,style:{width:"100%"},onChange:s[1]||(s[1]=h=>a.$emit("confirm"))},{default:l.withCtx(()=>[l.createVNode(c,{span:12},{default:l.withCtx(()=>[l.createVNode(i,{tag:"b"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(r.value?"是":"否"),1)]),_:1})]),_:1})]),_:1},8,["modelValue","disabled"])):(l.openBlock(),l.createBlock(d,{key:1,modelValue:r.value,"onUpdate:modelValue":s[2]||(s[2]=h=>r.value=h),disabled:a.disabled||!a.field.allow_edit,clearable:"",teleported:!1,style:{width:"100%"},onChange:s[3]||(s[3]=h=>a.$emit("confirm")),"value-on-clear":null},{default:l.withCtx(()=>[l.createVNode(f,{value:!0,label:"是"}),l.createVNode(f,{value:!1,label:"否"})]),_:1},8,["modelValue","disabled"]))}}}),ixe=l.defineComponent({__name:"NumberCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["confirm","update:modelValue"],setup(t,{emit:e}){l.ref();const n=t,o=e,r=l.computed({get:()=>{if(n.modelValue===null)return null;try{return Number(n.modelValue)}catch{return null}},set:s=>o("update:modelValue",s)}),a=l.computed(()=>{const s=n.field.format||{},i=s.min===null?void 0:s.min,c=s.max===null?void 0:s.max,u=s.precision===null?void 0:s.precision,{step:f,step_strictly:d}=s;return{min:i,max:c,step:f,precision:u,step_strictly:d}});return(s,i)=>{const c=l.resolveComponent("el-input-number");return l.openBlock(),l.createBlock(c,{modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=u=>r.value=u),disabled:s.disabled||!s.field.allow_edit,clearable:!s.field.not_null,"controls-position":"right",style:{width:"100%"},min:a.value.min,max:a.value.max,step:a.value.step,precision:a.value.precision,"step-strictly":a.value.step_strictly,"value-on-clear":s.field.not_null?0:null,onKeydown:i[1]||(i[1]=l.withKeys(u=>s.$emit("confirm"),["enter"]))},null,8,["modelValue","disabled","clearable","min","max","step","precision","step-strictly","value-on-clear"])}}});class uc{label;value;display;sort;disabled;isLeaf;icon;children;pid;constructor(e){this.value=e?.value||"id",this.label=e?.label||"name",this.sort=e?.sort||"sort",this.display=e?.display||"display",this.disabled=e?.disabled||"disabled",this.children=e?.children||"children",this.isLeaf=e?.isLeaf||"isLeaf",this.icon=e?.icon||"icon",this.pid=e?.pid||"pid"}}class Ma{$minio;$db;$entity;$code;$modes;$isTree;$meta_name;$fields;$validators;$source;lock;id;name;property;form_width;form_height;table_width;table_height;enable;show_header;allow_search;allow_order;allow_insert;allow_edit;allow_edit_on_form;allow_edit_on_cell;allow_edit_on_sort;allow_remove;allow_download;allow_upload;setEnable(e){this.enable=e,this.allow_download=!!this.$source?.allow_download&&this.enable,this.allow_insert=!!this.$source?.allow_insert&&this.enable,this.allow_remove=!!this.$source?.allow_remove&&this.enable,this.allow_upload=!!this.$source?.allow_upload&&this.enable,this.allow_edit=!!this.$source?.allow_edit&&this.enable,this.allow_edit_on_form=!!this.$source?.allow_edit_on_form&&this.allow_edit,this.allow_edit_on_cell=!!this.$source?.allow_edit_on_cell&&this.allow_edit,this.allow_edit_on_sort=!!this.$source?.allow_edit_on_sort&&this.allow_edit}constructor(e){this.$source=e,this.$minio=e?.$minio||"/minio",this.$db=e?.$db||"orm",this.$entity=e?.$entity,this.$code=e?.$code,this.$isTree=e?.$isTree,this.$meta_name=e?.$meta_name,this.$fields=this.createMetaField(e?.$fields),this.$modes=e?.$modes||{},this.id=e?.id,this.name=e?.name,this.lock=e?.lock,this.property=new uc(e?.property),this.$validators=e?.$validators||[],this.form_width=e?.form_width||void 0,this.form_height=e?.form_height||void 0,this.table_width=e?.table_width||void 0,this.table_height=e?.table_height||void 0,this.show_header=e?.show_header||!1,this.allow_search=e?.allow_search||!0,this.allow_order=e?.allow_order||!0,this.enable=e?.enable||!1,this.allow_download=!!e?.allow_download&&this.enable,this.allow_insert=!!e?.allow_insert&&this.enable,this.allow_remove=!!e?.allow_remove&&this.enable,this.allow_upload=!!e?.allow_upload&&this.enable,this.allow_edit=!!e?.allow_edit&&this.enable,this.allow_edit_on_form=!!e?.allow_edit_on_form&&this.allow_edit,this.allow_edit_on_cell=!!e?.allow_edit_on_cell&&this.allow_edit,this.allow_edit_on_sort=!!e?.allow_edit_on_sort&&this.allow_edit}createMetaField(e={}){const n={};for(const o in e){const r=e[o];n[o]=new Wh(r)}return n}getField(e){return this.$fields[e]||{}}toBean(e){const n=U1.cloneDeep(e),o=Object.values(this.$fields).map(r=>r.prop).filter(r=>!["id","sort","create_time","modify_time","saved"].includes(r));return U1.pick(n,o)}toAoa(e,n){let o=[],r=[];n&&(o=this.$isTree?["ID","SORT","PID","IS_LEAF"]:["ID, SORT"],r=this.$isTree?["id","sort","pid","isLeaf"]:["id, sort"]),Object.values(this.$fields).map(s=>{const{prop:i,name:c,domain:u}=s;r.includes(i)||(o.push(c),r.push(i))});const a=e.map(s=>r.map(i=>{const c=this.$fields[i]||{},u=c.domain;if(ol.includes(u)){const f=`${i}_set`,d=s[f],{label:h}=c.refer;return d.map(m=>m[h]).join(";")}else if(cc.includes(u)){const f=i.replace("_id",""),d=s[f],{label:h}=c.refer;return d?d[h]:null}else return u==="JSONField"?JSON.stringify(s[i]):s[i]}));return[o,...a]}}class Kh{type;conditions;orders;page;size;root;constructor(e,n){this.type=e?.type||"table",this.orders=e?.orders||{sort:-1},this.page=e?.page||1,this.size=e?.size==null?10:e.size,this.root=e?.root||0,this.conditions=n||[]}}function en(t){const e=l.isRef(t)?t:l.ref(t),{save_many:n,delete_many:o,post:r,code:a,loading:s,payload:i}=uxe(e);return{config:e,manager:{save_many:n,delete_many:o,insert_one:(u,f)=>r("insert_one",u),save_one:(u,f)=>r("save_one",u),delete_one:u=>r("delete_one",{id:u}),find_one:u=>r("find_one",{id:u}),update:(u,...f)=>r("update",{conditions:f,template:u}),find:(...u)=>r("find",u),search:(u,f)=>r("search",{...new Kh(u,f),code:e.value.code}),values:(u,f)=>r("values",{conditions:u,props:f}),meta_view:u=>r("meta_view",{code:a.value},f=>{const d=new Ma(f);return u?u(d):d})},loading:s,payload:i}}function cxe(t){const{post:e,loading:n}=fo(),o=l.computed(()=>`${t.value.db||"orm"}/${t.value.entity}`);function r(a,s,i){return new Promise((c,u)=>{const f=`valar/${o.value}/${a}`;e(f,s,t.value.auth).then(d=>{const h=i?i(d):d;c(h)}).catch(u)})}return{post:r,$loading:n,path:o}}function uxe(t){const e=l.computed(()=>t.value.code||"default"),{post:n,$loading:o,path:r}=cxe(t),a=$s();if(!t.value.batch){const m=y=>F2.warning("this Dao is not allow save_many"),g=y=>F2.warning("this Dao is not allow delete_many"),v=l.computed(()=>({}));return{save_many:m,delete_many:g,loading:o,payload:v,post:n,code:e}}const s=l.computed(()=>({handler:`${r.value}`,url:"valar/batch",auth:t.value.auth,token:a,broadcast:t.value.broadcast,done:t.value.done})),{status:i,execute:c}=c$(s),u=(m,g)=>{c({db:t.value.db||"orm",entity:t.value.entity,array:m,method:"save_many"},g)},f=(m,g)=>c({db:t.value.db||"orm",entity:t.value.entity,conditions:m,method:"delete_many"}),d=l.computed(()=>i.value.loading||o.value),h=l.computed(()=>i.value.payload);return{save_many:u,delete_many:f,loading:d,payload:h,post:n,code:e}}function fc(t,e,n,o){const r=t.refer||{},a={includes:v$(r.includes,e),excludes:v$(r.excludes,e)},s={clearable:!t.not_null,disabled:!t.allow_edit||!r.entity,multiple:!!r.multiple,strict:!!r.strict,props:{label:r.label||"name",value:r.value||"id",display:r.display||"id"}},i={entity:r.entity||"",db:t.$db},{manager:c,loading:u}=en(i),f=l.ref({});return l.onMounted(()=>{r.entity?c.search({type:n,root:r.root,page:1,size:0},[a]).then(d=>{d.convertor=o,f.value=d}):(F2.error("该字段未配置元数据"),f.value={})}),{$model:f,loading:u,param:s,manager:c,condition:a}}function v$(t={},e){const n=/\${(.*?)}/,o=Object.entries(t).map(([r,a])=>{if(typeof a=="string"){const s=a.match(n);if(s){const i=s[1];a=e[i]}}return[r,a]});return Object.fromEntries(o)}const y$=["0","1","2","3","4","5","6","7","8","9","a","ad","add","address-book","address-card","adjust","air-freshener","align-center","align-justify","align-left","align-right","allergies","ambulance","american-sign-language-interpreting","anchor","anchor-circle-check","anchor-circle-exclamation","anchor-circle-xmark","anchor-lock","angle-double-down","angle-double-left","angle-double-right","angle-double-up","angle-down","angle-left","angle-right","angle-up","angles-down","angles-left","angles-right","angles-up","angry","ankh","apple-alt","apple-whole","archive","archway","area-chart","arrow-alt-circle-down","arrow-alt-circle-left","arrow-alt-circle-right","arrow-alt-circle-up","arrow-circle-down","arrow-circle-left","arrow-circle-right","arrow-circle-up","arrow-down","arrow-down-1-9","arrow-down-9-1","arrow-down-a-z","arrow-down-long","arrow-down-short-wide","arrow-down-up-across-line","arrow-down-up-lock","arrow-down-wide-short","arrow-down-z-a","arrow-left","arrow-left-long","arrow-left-rotate","arrow-pointer","arrow-right","arrow-right-arrow-left","arrow-right-from-bracket","arrow-right-from-file","arrow-right-long","arrow-right-rotate","arrow-right-to-bracket","arrow-right-to-city","arrow-right-to-file","arrow-rotate-back","arrow-rotate-backward","arrow-rotate-forward","arrow-rotate-left","arrow-rotate-right","arrow-trend-down","arrow-trend-up","arrow-turn-down","arrow-turn-up","arrow-up","arrow-up-1-9","arrow-up-9-1","arrow-up-a-z","arrow-up-from-bracket","arrow-up-from-ground-water","arrow-up-from-water-pump","arrow-up-long","arrow-up-right-dots","arrow-up-right-from-square","arrow-up-short-wide","arrow-up-wide-short","arrow-up-z-a","arrows","arrows-alt","arrows-alt-h","arrows-alt-v","arrows-down-to-line","arrows-down-to-people","arrows-h","arrows-left-right","arrows-left-right-to-line","arrows-rotate","arrows-spin","arrows-split-up-and-left","arrows-to-circle","arrows-to-dot","arrows-to-eye","arrows-turn-right","arrows-turn-to-dots","arrows-up-down","arrows-up-down-left-right","arrows-up-to-line","arrows-v","asl-interpreting","assistive-listening-systems","asterisk","at","atlas","atom","audio-description","austral-sign","automobile","award","b","baby","baby-carriage","backspace","backward","backward-fast","backward-step","bacon","bacteria","bacterium","bag-shopping","bahai","baht-sign","balance-scale","balance-scale-left","balance-scale-right","ban","ban-smoking","band-aid","bandage","bangladeshi-taka-sign","bank","bar-chart","barcode","bars","bars-progress","bars-staggered","baseball","baseball-ball","baseball-bat-ball","basket-shopping","basketball","basketball-ball","bath","bathtub","battery","battery-0","battery-2","battery-3","battery-4","battery-5","battery-car","battery-empty","battery-full","battery-half","battery-quarter","battery-three-quarters","bed","bed-pulse","beer","beer-mug-empty","bell","bell-concierge","bell-slash","bezier-curve","bible","bicycle","biking","binoculars","biohazard","birthday-cake","bitcoin-sign","blackboard","blender","blender-phone","blind","blog","bold","bolt","bolt-lightning","bomb","bone","bong","book","book-atlas","book-bible","book-bookmark","book-dead","book-journal-whills","book-medical","book-open","book-open-reader","book-quran","book-reader","book-skull","book-tanakh","bookmark","border-all","border-none","border-style","border-top-left","bore-hole","bottle-droplet","bottle-water","bowl-food","bowl-rice","bowling-ball","box","box-archive","box-open","box-tissue","boxes","boxes-alt","boxes-packing","boxes-stacked","braille","brain","brazilian-real-sign","bread-slice","bridge","bridge-circle-check","bridge-circle-exclamation","bridge-circle-xmark","bridge-lock","bridge-water","briefcase","briefcase-clock","briefcase-medical","broadcast-tower","broom","broom-ball","brush","bucket","bug","bug-slash","bugs","building","building-circle-arrow-right","building-circle-check","building-circle-exclamation","building-circle-xmark","building-columns","building-flag","building-lock","building-ngo","building-shield","building-un","building-user","building-wheat","bullhorn","bullseye","burger","burn","burst","bus","bus-alt","bus-simple","business-time","c","cab","cable-car","cake","cake-candles","calculator","calendar","calendar-alt","calendar-check","calendar-day","calendar-days","calendar-minus","calendar-plus","calendar-times","calendar-week","calendar-xmark","camera","camera-alt","camera-retro","camera-rotate","campground","cancel","candy-cane","cannabis","capsules","car","car-alt","car-battery","car-burst","car-crash","car-on","car-rear","car-side","car-tunnel","caravan","caret-down","caret-left","caret-right","caret-square-down","caret-square-left","caret-square-right","caret-square-up","caret-up","carriage-baby","carrot","cart-arrow-down","cart-flatbed","cart-flatbed-suitcase","cart-plus","cart-shopping","cash-register","cat","cedi-sign","cent-sign","certificate","chain","chain-broken","chain-slash","chair","chalkboard","chalkboard-teacher","chalkboard-user","champagne-glasses","charging-station","chart-area","chart-bar","chart-column","chart-diagram","chart-gantt","chart-line","chart-pie","chart-simple","check","check-circle","check-double","check-square","check-to-slot","cheese","chess","chess-bishop","chess-board","chess-king","chess-knight","chess-pawn","chess-queen","chess-rook","chevron-circle-down","chevron-circle-left","chevron-circle-right","chevron-circle-up","chevron-down","chevron-left","chevron-right","chevron-up","child","child-combatant","child-dress","child-reaching","child-rifle","children","church","circle","circle-arrow-down","circle-arrow-left","circle-arrow-right","circle-arrow-up","circle-check","circle-chevron-down","circle-chevron-left","circle-chevron-right","circle-chevron-up","circle-dollar-to-slot","circle-dot","circle-down","circle-exclamation","circle-h","circle-half-stroke","circle-info","circle-left","circle-minus","circle-nodes","circle-notch","circle-pause","circle-play","circle-plus","circle-question","circle-radiation","circle-right","circle-stop","circle-up","circle-user","circle-xmark","city","clapperboard","clinic-medical","clipboard","clipboard-check","clipboard-list","clipboard-question","clipboard-user","clock","clock-four","clock-rotate-left","clone","close","closed-captioning","cloud","cloud-arrow-down","cloud-arrow-up","cloud-bolt","cloud-download","cloud-download-alt","cloud-meatball","cloud-moon","cloud-moon-rain","cloud-rain","cloud-showers-heavy","cloud-showers-water","cloud-sun","cloud-sun-rain","cloud-upload","cloud-upload-alt","clover","cny","cocktail","code","code-branch","code-commit","code-compare","code-fork","code-merge","code-pull-request","coffee","cog","cogs","coins","colon-sign","columns","comment","comment-alt","comment-dollar","comment-dots","comment-medical","comment-nodes","comment-slash","comment-sms","commenting","comments","comments-dollar","compact-disc","compass","compass-drafting","compress","compress-alt","compress-arrows-alt","computer","computer-mouse","concierge-bell","contact-book","contact-card","cookie","cookie-bite","copy","copyright","couch","cow","credit-card","credit-card-alt","crop","crop-alt","crop-simple","cross","crosshairs","crow","crown","crutch","cruzeiro-sign","cube","cubes","cubes-stacked","cut","cutlery","d","dashboard","database","deaf","deafness","dedent","delete-left","democrat","desktop","desktop-alt","dharmachakra","diagnoses","diagram-next","diagram-predecessor","diagram-project","diagram-successor","diamond","diamond-turn-right","dice","dice-d20","dice-d6","dice-five","dice-four","dice-one","dice-six","dice-three","dice-two","digging","digital-tachograph","directions","disease","display","divide","dizzy","dna","dog","dollar","dollar-sign","dolly","dolly-box","dolly-flatbed","donate","dong-sign","door-closed","door-open","dot-circle","dove","down-left-and-up-right-to-center","down-long","download","drafting-compass","dragon","draw-polygon","drivers-license","droplet","droplet-slash","drum","drum-steelpan","drumstick-bite","dumbbell","dumpster","dumpster-fire","dungeon","e","ear-deaf","ear-listen","earth","earth-africa","earth-america","earth-americas","earth-asia","earth-europe","earth-oceania","edit","egg","eject","elevator","ellipsis","ellipsis-h","ellipsis-v","ellipsis-vertical","envelope","envelope-circle-check","envelope-open","envelope-open-text","envelope-square","envelopes-bulk","equals","eraser","ethernet","eur","euro","euro-sign","exchange","exchange-alt","exclamation","exclamation-circle","exclamation-triangle","expand","expand-alt","expand-arrows-alt","explosion","external-link","external-link-alt","external-link-square","external-link-square-alt","eye","eye-dropper","eye-dropper-empty","eye-low-vision","eye-slash","eyedropper","f","face-angry","face-dizzy","face-flushed","face-frown","face-frown-open","face-grimace","face-grin","face-grin-beam","face-grin-beam-sweat","face-grin-hearts","face-grin-squint","face-grin-squint-tears","face-grin-stars","face-grin-tears","face-grin-tongue","face-grin-tongue-squint","face-grin-tongue-wink","face-grin-wide","face-grin-wink","face-kiss","face-kiss-beam","face-kiss-wink-heart","face-laugh","face-laugh-beam","face-laugh-squint","face-laugh-wink","face-meh","face-meh-blank","face-rolling-eyes","face-sad-cry","face-sad-tear","face-smile","face-smile-beam","face-smile-wink","face-surprise","face-tired","fan","faucet","faucet-drip","fax","feather","feather-alt","feather-pointed","feed","female","ferry","fighter-jet","file","file-alt","file-archive","file-arrow-down","file-arrow-up","file-audio","file-circle-check","file-circle-exclamation","file-circle-minus","file-circle-plus","file-circle-question","file-circle-xmark","file-clipboard","file-code","file-contract","file-csv","file-download","file-edit","file-excel","file-export","file-fragment","file-half-dashed","file-image","file-import","file-invoice","file-invoice-dollar","file-lines","file-medical","file-medical-alt","file-pdf","file-pen","file-powerpoint","file-prescription","file-shield","file-signature","file-text","file-upload","file-video","file-waveform","file-word","file-zipper","fill","fill-drip","film","filter","filter-circle-dollar","filter-circle-xmark","fingerprint","fire","fire-alt","fire-burner","fire-extinguisher","fire-flame-curved","fire-flame-simple","first-aid","fish","fish-fins","fist-raised","flag","flag-checkered","flag-usa","flask","flask-vial","floppy-disk","florin-sign","flushed","folder","folder-blank","folder-closed","folder-minus","folder-open","folder-plus","folder-tree","font","font-awesome","font-awesome-flag","font-awesome-logo-full","football","football-ball","forward","forward-fast","forward-step","franc-sign","frog","frown","frown-open","funnel-dollar","futbol","futbol-ball","g","gamepad","gas-pump","gauge","gauge-high","gauge-med","gauge-simple","gauge-simple-high","gauge-simple-med","gavel","gbp","gear","gears","gem","genderless","ghost","gift","gifts","glass-cheers","glass-martini","glass-martini-alt","glass-water","glass-water-droplet","glass-whiskey","glasses","globe","globe-africa","globe-americas","globe-asia","globe-europe","globe-oceania","golf-ball","golf-ball-tee","gopuram","graduation-cap","greater-than","greater-than-equal","grimace","grin","grin-alt","grin-beam","grin-beam-sweat","grin-hearts","grin-squint","grin-squint-tears","grin-stars","grin-tears","grin-tongue","grin-tongue-squint","grin-tongue-wink","grin-wink","grip","grip-horizontal","grip-lines","grip-lines-vertical","grip-vertical","group-arrows-rotate","guarani-sign","guitar","gun","h","h-square","hamburger","hammer","hamsa","hand","hand-back-fist","hand-dots","hand-fist","hand-holding","hand-holding-dollar","hand-holding-droplet","hand-holding-hand","hand-holding-heart","hand-holding-medical","hand-holding-usd","hand-holding-water","hand-lizard","hand-middle-finger","hand-paper","hand-peace","hand-point-down","hand-point-left","hand-point-right","hand-point-up","hand-pointer","hand-rock","hand-scissors","hand-sparkles","hand-spock","handcuffs","hands","hands-american-sign-language-interpreting","hands-asl-interpreting","hands-bound","hands-bubbles","hands-clapping","hands-helping","hands-holding","hands-holding-child","hands-holding-circle","hands-praying","hands-wash","handshake","handshake-alt","handshake-alt-slash","handshake-angle","handshake-simple","handshake-simple-slash","handshake-slash","hanukiah","hard-drive","hard-hat","hard-of-hearing","hashtag","hat-cowboy","hat-cowboy-side","hat-hard","hat-wizard","haykal","hdd","head-side-cough","head-side-cough-slash","head-side-mask","head-side-virus","header","heading","headphones","headphones-alt","headphones-simple","headset","heart","heart-broken","heart-circle-bolt","heart-circle-check","heart-circle-exclamation","heart-circle-minus","heart-circle-plus","heart-circle-xmark","heart-crack","heart-music-camera-bolt","heart-pulse","heartbeat","helicopter","helicopter-symbol","helmet-safety","helmet-un","hexagon-nodes","hexagon-nodes-bolt","highlighter","hiking","hill-avalanche","hill-rockslide","hippo","history","hockey-puck","holly-berry","home","home-alt","home-lg","home-lg-alt","home-user","horse","horse-head","hospital","hospital-alt","hospital-symbol","hospital-user","hospital-wide","hot-tub","hot-tub-person","hotdog","hotel","hourglass","hourglass-1","hourglass-2","hourglass-3","hourglass-empty","hourglass-end","hourglass-half","hourglass-start","house","house-chimney","house-chimney-crack","house-chimney-medical","house-chimney-user","house-chimney-window","house-circle-check","house-circle-exclamation","house-circle-xmark","house-crack","house-damage","house-fire","house-flag","house-flood-water","house-flood-water-circle-arrow-right","house-laptop","house-lock","house-medical","house-medical-circle-check","house-medical-circle-exclamation","house-medical-circle-xmark","house-medical-flag","house-signal","house-tsunami","house-user","hryvnia","hryvnia-sign","hurricane","i","i-cursor","ice-cream","icicles","icons","id-badge","id-card","id-card-alt","id-card-clip","igloo","ils","image","image-portrait","images","inbox","indent","indian-rupee","indian-rupee-sign","industry","infinity","info","info-circle","inr","institution","italic","j","jar","jar-wheat","jedi","jet-fighter","jet-fighter-up","joint","journal-whills","jpy","jug-detergent","k","kaaba","key","keyboard","khanda","kip-sign","kiss","kiss-beam","kiss-wink-heart","kit-medical","kitchen-set","kiwi-bird","krw","l","ladder-water","land-mine-on","landmark","landmark-alt","landmark-dome","landmark-flag","language","laptop","laptop-code","laptop-file","laptop-house","laptop-medical","lari-sign","laugh","laugh-beam","laugh-squint","laugh-wink","layer-group","leaf","left-long","left-right","legal","lemon","less-than","less-than-equal","level-down","level-down-alt","level-up","level-up-alt","life-ring","lightbulb","line-chart","lines-leaning","link","link-slash","lira-sign","list","list-1-2","list-alt","list-check","list-dots","list-numeric","list-ol","list-squares","list-ul","litecoin-sign","location","location-arrow","location-crosshairs","location-dot","location-pin","location-pin-lock","lock","lock-open","locust","long-arrow-alt-down","long-arrow-alt-left","long-arrow-alt-right","long-arrow-alt-up","long-arrow-down","long-arrow-left","long-arrow-right","long-arrow-up","low-vision","luggage-cart","lungs","lungs-virus","m","magic","magic-wand-sparkles","magnet","magnifying-glass","magnifying-glass-arrow-right","magnifying-glass-chart","magnifying-glass-dollar","magnifying-glass-location","magnifying-glass-minus","magnifying-glass-plus","mail-bulk","mail-forward","mail-reply","mail-reply-all","male","manat-sign","map","map-location","map-location-dot","map-marked","map-marked-alt","map-marker","map-marker-alt","map-pin","map-signs","marker","mars","mars-and-venus","mars-and-venus-burst","mars-double","mars-stroke","mars-stroke-h","mars-stroke-right","mars-stroke-up","mars-stroke-v","martini-glass","martini-glass-citrus","martini-glass-empty","mask","mask-face","mask-ventilator","masks-theater","mattress-pillow","maximize","medal","medkit","meh","meh-blank","meh-rolling-eyes","memory","menorah","mercury","message","meteor","microchip","microphone","microphone-alt","microphone-alt-slash","microphone-lines","microphone-lines-slash","microphone-slash","microscope","mill-sign","minimize","minus","minus-circle","minus-square","mitten","mobile","mobile-alt","mobile-android","mobile-android-alt","mobile-button","mobile-phone","mobile-retro","mobile-screen","mobile-screen-button","money-bill","money-bill-1","money-bill-1-wave","money-bill-alt","money-bill-transfer","money-bill-trend-up","money-bill-wave","money-bill-wave-alt","money-bill-wheat","money-bills","money-check","money-check-alt","money-check-dollar","monument","moon","mortar-board","mortar-pestle","mosque","mosquito","mosquito-net","motorcycle","mound","mountain","mountain-city","mountain-sun","mouse","mouse-pointer","mug-hot","mug-saucer","multiply","museum","music","n","naira-sign","navicon","network-wired","neuter","newspaper","not-equal","notdef","note-sticky","notes-medical","o","object-group","object-ungroup","oil-can","oil-well","om","otter","outdent","p","pager","paint-brush","paint-roller","paintbrush","palette","pallet","panorama","paper-plane","paperclip","parachute-box","paragraph","parking","passport","pastafarianism","paste","pause","pause-circle","paw","peace","pen","pen-alt","pen-clip","pen-fancy","pen-nib","pen-ruler","pen-square","pen-to-square","pencil","pencil-alt","pencil-ruler","pencil-square","people-arrows","people-arrows-left-right","people-carry","people-carry-box","people-group","people-line","people-pulling","people-robbery","people-roof","pepper-hot","percent","percentage","person","person-arrow-down-to-line","person-arrow-up-from-line","person-biking","person-booth","person-breastfeeding","person-burst","person-cane","person-chalkboard","person-circle-check","person-circle-exclamation","person-circle-minus","person-circle-plus","person-circle-question","person-circle-xmark","person-digging","person-dots-from-line","person-dress","person-dress-burst","person-drowning","person-falling","person-falling-burst","person-half-dress","person-harassing","person-hiking","person-military-pointing","person-military-rifle","person-military-to-person","person-praying","person-pregnant","person-rays","person-rifle","person-running","person-shelter","person-skating","person-skiing","person-skiing-nordic","person-snowboarding","person-swimming","person-through-window","person-walking","person-walking-arrow-loop-left","person-walking-arrow-right","person-walking-dashed-line-arrow-right","person-walking-luggage","person-walking-with-cane","peseta-sign","peso-sign","phone","phone-alt","phone-flip","phone-slash","phone-square","phone-square-alt","phone-volume","photo-film","photo-video","pie-chart","piggy-bank","pills","ping-pong-paddle-ball","pizza-slice","place-of-worship","plane","plane-arrival","plane-circle-check","plane-circle-exclamation","plane-circle-xmark","plane-departure","plane-lock","plane-slash","plane-up","plant-wilt","plate-wheat","play","play-circle","plug","plug-circle-bolt","plug-circle-check","plug-circle-exclamation","plug-circle-minus","plug-circle-plus","plug-circle-xmark","plus","plus-circle","plus-minus","plus-square","podcast","poll","poll-h","poo","poo-bolt","poo-storm","poop","portrait","pound-sign","power-off","pray","praying-hands","prescription","prescription-bottle","prescription-bottle-alt","prescription-bottle-medical","print","procedures","project-diagram","pump-medical","pump-soap","puzzle-piece","q","qrcode","question","question-circle","quidditch","quidditch-broom-ball","quote-left","quote-left-alt","quote-right","quote-right-alt","quran","r","radiation","radiation-alt","radio","rainbow","random","ranking-star","receipt","record-vinyl","rectangle-ad","rectangle-list","rectangle-times","rectangle-xmark","recycle","redo","redo-alt","refresh","registered","remove","remove-format","reorder","repeat","reply","reply-all","republican","restroom","retweet","ribbon","right-from-bracket","right-left","right-long","right-to-bracket","ring","rmb","road","road-barrier","road-bridge","road-circle-check","road-circle-exclamation","road-circle-xmark","road-lock","road-spikes","robot","rocket","rod-asclepius","rod-snake","rotate","rotate-back","rotate-backward","rotate-forward","rotate-left","rotate-right","rouble","route","rss","rss-square","rub","ruble","ruble-sign","rug","ruler","ruler-combined","ruler-horizontal","ruler-vertical","running","rupee","rupee-sign","rupiah-sign","s","sack-dollar","sack-xmark","sad-cry","sad-tear","sailboat","satellite","satellite-dish","save","scale-balanced","scale-unbalanced","scale-unbalanced-flip","school","school-circle-check","school-circle-exclamation","school-circle-xmark","school-flag","school-lock","scissors","screwdriver","screwdriver-wrench","scroll","scroll-torah","sd-card","search","search-dollar","search-location","search-minus","search-plus","section","seedling","server","shapes","share","share-alt","share-alt-square","share-from-square","share-nodes","share-square","sheet-plastic","shekel","shekel-sign","sheqel","sheqel-sign","shield","shield-alt","shield-blank","shield-cat","shield-dog","shield-halved","shield-heart","shield-virus","ship","shipping-fast","shirt","shoe-prints","shop","shop-lock","shop-slash","shopping-bag","shopping-basket","shopping-cart","shower","shrimp","shuffle","shuttle-space","shuttle-van","sign","sign-hanging","sign-in","sign-in-alt","sign-language","sign-out","sign-out-alt","signal","signal-5","signal-perfect","signature","signing","signs-post","sim-card","sink","sitemap","skating","skiing","skiing-nordic","skull","skull-crossbones","slash","sleigh","sliders","sliders-h","smile","smile-beam","smile-wink","smog","smoking","smoking-ban","sms","snowboarding","snowflake","snowman","snowplow","soap","soccer-ball","socks","solar-panel","sort","sort-alpha-asc","sort-alpha-desc","sort-alpha-down","sort-alpha-down-alt","sort-alpha-up","sort-alpha-up-alt","sort-amount-asc","sort-amount-desc","sort-amount-down","sort-amount-down-alt","sort-amount-up","sort-amount-up-alt","sort-asc","sort-desc","sort-down","sort-numeric-asc","sort-numeric-desc","sort-numeric-down","sort-numeric-down-alt","sort-numeric-up","sort-numeric-up-alt","sort-up","spa","space-shuttle","spaghetti-monster-flying","spell-check","spider","spinner","splotch","spoon","spray-can","spray-can-sparkles","sprout","square","square-arrow-up-right","square-binary","square-caret-down","square-caret-left","square-caret-right","square-caret-up","square-check","square-envelope","square-full","square-h","square-minus","square-nfi","square-parking","square-pen","square-person-confined","square-phone","square-phone-flip","square-plus","square-poll-horizontal","square-poll-vertical","square-root-alt","square-root-variable","square-rss","square-share-nodes","square-up-right","square-virus","square-xmark","staff-aesculapius","staff-snake","stairs","stamp","stapler","star","star-and-crescent","star-half","star-half-alt","star-half-stroke","star-of-david","star-of-life","step-backward","step-forward","sterling-sign","stethoscope","sticky-note","stop","stop-circle","stopwatch","stopwatch-20","store","store-alt","store-alt-slash","store-slash","stream","street-view","strikethrough","stroopwafel","subscript","subtract","subway","suitcase","suitcase-medical","suitcase-rolling","sun","sun-plant-wilt","superscript","surprise","swatchbook","swimmer","swimming-pool","synagogue","sync","sync-alt","syringe","t","t-shirt","table","table-cells","table-cells-column-lock","table-cells-large","table-cells-row-lock","table-cells-row-unlock","table-columns","table-list","table-tennis","table-tennis-paddle-ball","tablet","tablet-alt","tablet-android","tablet-button","tablet-screen-button","tablets","tachograph-digital","tachometer","tachometer-alt","tachometer-alt-average","tachometer-alt-fast","tachometer-average","tachometer-fast","tag","tags","tanakh","tape","tarp","tarp-droplet","tasks","tasks-alt","taxi","teeth","teeth-open","teletype","television","temperature-0","temperature-1","temperature-2","temperature-3","temperature-4","temperature-arrow-down","temperature-arrow-up","temperature-down","temperature-empty","temperature-full","temperature-half","temperature-high","temperature-low","temperature-quarter","temperature-three-quarters","temperature-up","tenge","tenge-sign","tent","tent-arrow-down-to-line","tent-arrow-left-right","tent-arrow-turn-left","tent-arrows-down","tents","terminal","text-height","text-slash","text-width","th","th-large","th-list","theater-masks","thermometer","thermometer-0","thermometer-1","thermometer-2","thermometer-3","thermometer-4","thermometer-empty","thermometer-full","thermometer-half","thermometer-quarter","thermometer-three-quarters","thumb-tack","thumb-tack-slash","thumbs-down","thumbs-up","thumbtack","thumbtack-slash","thunderstorm","ticket","ticket-alt","ticket-simple","timeline","times","times-circle","times-rectangle","times-square","tint","tint-slash","tired","toggle-off","toggle-on","toilet","toilet-paper","toilet-paper-slash","toilet-portable","toilets-portable","toolbox","tools","tooth","torah","torii-gate","tornado","tower-broadcast","tower-cell","tower-observation","tractor","trademark","traffic-light","trailer","train","train-subway","train-tram","tram","transgender","transgender-alt","trash","trash-alt","trash-arrow-up","trash-can","trash-can-arrow-up","trash-restore","trash-restore-alt","tree","tree-city","triangle-circle-square","triangle-exclamation","trophy","trowel","trowel-bricks","truck","truck-arrow-right","truck-droplet","truck-fast","truck-field","truck-field-un","truck-front","truck-loading","truck-medical","truck-monster","truck-moving","truck-pickup","truck-plane","truck-ramp-box","try","tshirt","tty","turkish-lira","turkish-lira-sign","turn-down","turn-up","tv","tv-alt","u","umbrella","umbrella-beach","underline","undo","undo-alt","universal-access","university","unlink","unlock","unlock-alt","unlock-keyhole","unsorted","up-down","up-down-left-right","up-long","up-right-and-down-left-from-center","up-right-from-square","upload","usd","user","user-alt","user-alt-slash","user-astronaut","user-check","user-circle","user-clock","user-cog","user-doctor","user-edit","user-friends","user-gear","user-graduate","user-group","user-injured","user-large","user-large-slash","user-lock","user-md","user-minus","user-ninja","user-nurse","user-pen","user-plus","user-secret","user-shield","user-slash","user-tag","user-tie","user-times","user-xmark","users","users-between-lines","users-cog","users-gear","users-line","users-rays","users-rectangle","users-slash","users-viewfinder","utensil-spoon","utensils","v","van-shuttle","vault","vcard","vector-square","venus","venus-double","venus-mars","vest","vest-patches","vial","vial-circle-check","vial-virus","vials","video","video-camera","video-slash","vihara","virus","virus-covid","virus-covid-slash","virus-slash","viruses","voicemail","volcano","volleyball","volleyball-ball","volume-control-phone","volume-down","volume-high","volume-low","volume-mute","volume-off","volume-times","volume-up","volume-xmark","vote-yea","vr-cardboard","w","walkie-talkie","walking","wallet","wand-magic","wand-magic-sparkles","wand-sparkles","warehouse","warning","water","water-ladder","wave-square","web-awesome","weight","weight-hanging","weight-scale","wheat-alt","wheat-awn","wheat-awn-circle-exclamation","wheelchair","wheelchair-alt","wheelchair-move","whiskey-glass","wifi","wifi-3","wifi-strong","wind","window-close","window-maximize","window-minimize","window-restore","wine-bottle","wine-glass","wine-glass-alt","wine-glass-empty","won","won-sign","worm","wrench","x","x-ray","xmark","xmark-circle","xmark-square","xmarks-lines","y","yen","yen-sign","yin-yang","z","zap"];function b$(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable})),n.push.apply(n,o)}return n}function d4(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?b$(Object(n),!0).forEach(function(o){Kn(t,o,n[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):b$(Object(n)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(n,o))})}return t}function fxe(t,e){if(typeof t!="object"||!t)return t;var n=t[Symbol.toPrimitive];if(n!==void 0){var o=n.call(t,e);if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function dxe(t){var e=fxe(t,"string");return typeof e=="symbol"?e:e+""}function E7(t){"@babel/helpers - typeof";return E7=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},E7(t)}function Kn(t,e,n){return e=dxe(e),e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function pxe(t,e){if(t==null)return{};var n={};for(var o in t)if(Object.prototype.hasOwnProperty.call(t,o)){if(e.indexOf(o)>=0)continue;n[o]=t[o]}return n}function hxe(t,e){if(t==null)return{};var n=pxe(t,e),o,r;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)o=a[r],!(e.indexOf(o)>=0)&&Object.prototype.propertyIsEnumerable.call(t,o)&&(n[o]=t[o])}return n}function Jh(t){return mxe(t)||gxe(t)||vxe(t)||yxe()}function mxe(t){if(Array.isArray(t))return Gh(t)}function gxe(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function vxe(t,e){if(t){if(typeof t=="string")return Gh(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Gh(t,e)}}function Gh(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function yxe(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
582
582
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var bxe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},w$={exports:{}};(function(t){(function(e){var n=function(b,w,C){if(!u(w)||d(w)||h(w)||m(w)||c(w))return w;var k,x=0,M=0;if(f(w))for(k=[],M=w.length;x<M;x++)k.push(n(b,w[x],C));else{k={};for(var z in w)Object.prototype.hasOwnProperty.call(w,z)&&(k[b(z,C)]=n(b,w[z],C))}return k},o=function(b,w){w=w||{};var C=w.separator||"_",k=w.split||/(?=[A-Z])/;return b.split(k).join(C)},r=function(b){return g(b)?b:(b=b.replace(/[\-_\s]+(.)?/g,function(w,C){return C?C.toUpperCase():""}),b.substr(0,1).toLowerCase()+b.substr(1))},a=function(b){var w=r(b);return w.substr(0,1).toUpperCase()+w.substr(1)},s=function(b,w){return o(b,w).toLowerCase()},i=Object.prototype.toString,c=function(b){return typeof b=="function"},u=function(b){return b===Object(b)},f=function(b){return i.call(b)=="[object Array]"},d=function(b){return i.call(b)=="[object Date]"},h=function(b){return i.call(b)=="[object RegExp]"},m=function(b){return i.call(b)=="[object Boolean]"},g=function(b){return b=b-0,b===b},v=function(b,w){var C=w&&"process"in w?w.process:w;return typeof C!="function"?b:function(k,x){return C(k,b,x)}},y={camelize:r,decamelize:s,pascalize:a,depascalize:s,camelizeKeys:function(b,w){return n(v(r,w),b)},decamelizeKeys:function(b,w){return n(v(s,w),b,w)},pascalizeKeys:function(b,w){return n(v(a,w),b)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};t.exports?t.exports=y:e.humps=y})(bxe)})(w$);var wxe=w$.exports,xxe=["class","style"];function Cxe(t){return t.split(";").map(function(e){return e.trim()}).filter(function(e){return e}).reduce(function(e,n){var o=n.indexOf(":"),r=wxe.camelize(n.slice(0,o)),a=n.slice(o+1).trim();return e[r]=a,e},{})}function kxe(t){return t.split(/\s+/).reduce(function(e,n){return e[n]=!0,e},{})}function Yh(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(typeof t=="string")return t;var o=(t.children||[]).map(function(c){return Yh(c)}),r=Object.keys(t.attributes||{}).reduce(function(c,u){var f=t.attributes[u];switch(u){case"class":c.class=kxe(f);break;case"style":c.style=Cxe(f);break;default:c.attrs[u]=f}return c},{attrs:{},class:{},style:{}});n.class;var a=n.style,s=a===void 0?{}:a,i=hxe(n,xxe);return l.h(t.tag,d4(d4(d4({},e),{},{class:r.class,style:d4(d4({},r.style),s)},r.attrs),i),o)}var x$=!1;try{x$=process.env.NODE_ENV==="production"}catch{}function zxe(){if(!x$&&console&&typeof console.error=="function"){var t;(t=console).error.apply(t,arguments)}}function dc(t,e){return Array.isArray(e)&&e.length>0||!Array.isArray(e)&&e?Kn({},t,e):{}}function Mxe(t){var e,n=(e={"fa-spin":t.spin,"fa-pulse":t.pulse,"fa-fw":t.fixedWidth,"fa-border":t.border,"fa-li":t.listItem,"fa-inverse":t.inverse,"fa-flip":t.flip===!0,"fa-flip-horizontal":t.flip==="horizontal"||t.flip==="both","fa-flip-vertical":t.flip==="vertical"||t.flip==="both"},Kn(Kn(Kn(Kn(Kn(Kn(Kn(Kn(Kn(Kn(e,"fa-".concat(t.size),t.size!==null),"fa-rotate-".concat(t.rotation),t.rotation!==null),"fa-pull-".concat(t.pull),t.pull!==null),"fa-swap-opacity",t.swapOpacity),"fa-bounce",t.bounce),"fa-shake",t.shake),"fa-beat",t.beat),"fa-fade",t.fade),"fa-beat-fade",t.beatFade),"fa-flash",t.flash),Kn(Kn(e,"fa-spin-pulse",t.spinPulse),"fa-spin-reverse",t.spinReverse));return Object.keys(n).map(function(o){return n[o]?o:null}).filter(function(o){return o})}function C$(t){if(t&&E7(t)==="object"&&t.prefix&&t.iconName&&t.icon)return t;if(F5.icon)return F5.icon(t);if(t===null)return null;if(E7(t)==="object"&&t.prefix&&t.iconName)return t;if(Array.isArray(t)&&t.length===2)return{prefix:t[0],iconName:t[1]};if(typeof t=="string")return{prefix:"fas",iconName:t}}var Lxe=l.defineComponent({name:"FontAwesomeIcon",props:{border:{type:Boolean,default:!1},fixedWidth:{type:Boolean,default:!1},flip:{type:[Boolean,String],default:!1,validator:function(e){return[!0,!1,"horizontal","vertical","both"].indexOf(e)>-1}},icon:{type:[Object,Array,String],required:!0},mask:{type:[Object,Array,String],default:null},maskId:{type:String,default:null},listItem:{type:Boolean,default:!1},pull:{type:String,default:null,validator:function(e){return["right","left"].indexOf(e)>-1}},pulse:{type:Boolean,default:!1},rotation:{type:[String,Number],default:null,validator:function(e){return[90,180,270].indexOf(Number.parseInt(e,10))>-1}},swapOpacity:{type:Boolean,default:!1},size:{type:String,default:null,validator:function(e){return["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"].indexOf(e)>-1}},spin:{type:Boolean,default:!1},transform:{type:[String,Object],default:null},symbol:{type:[Boolean,String],default:!1},title:{type:String,default:null},titleId:{type:String,default:null},inverse:{type:Boolean,default:!1},bounce:{type:Boolean,default:!1},shake:{type:Boolean,default:!1},beat:{type:Boolean,default:!1},fade:{type:Boolean,default:!1},beatFade:{type:Boolean,default:!1},flash:{type:Boolean,default:!1},spinPulse:{type:Boolean,default:!1},spinReverse:{type:Boolean,default:!1}},setup:function(e,n){var o=n.attrs,r=l.computed(function(){return C$(e.icon)}),a=l.computed(function(){return dc("classes",Mxe(e))}),s=l.computed(function(){return dc("transform",typeof e.transform=="string"?F5.transform(e.transform):e.transform)}),i=l.computed(function(){return dc("mask",C$(e.mask))}),c=l.computed(function(){return FQ(r.value,d4(d4(d4(d4({},a.value),s.value),i.value),{},{symbol:e.symbol,title:e.title,titleId:e.titleId,maskId:e.maskId}))});l.watch(c,function(f){if(!f)return zxe("Could not find one or more icon(s)",r.value,i.value)},{immediate:!0});var u=l.computed(function(){return c.value?Yh(c.value.abstract[0],{},o):null});return function(){return u.value}}});l.defineComponent({name:"FontAwesomeLayers",props:{fixedWidth:{type:Boolean,default:!1}},setup:function(e,n){var o=n.slots,r=IC.familyPrefix,a=l.computed(function(){return["".concat(r,"-layers")].concat(Jh(e.fixedWidth?["".concat(r,"-fw")]:[]))});return function(){return l.h("div",{class:a.value},o.default?o.default():[])}}}),l.defineComponent({name:"FontAwesomeLayersText",props:{value:{type:[String,Number],default:""},transform:{type:[String,Object],default:null},counter:{type:Boolean,default:!1},position:{type:String,default:null,validator:function(e){return["bottom-left","bottom-right","top-left","top-right"].indexOf(e)>-1}}},setup:function(e,n){var o=n.attrs,r=IC.familyPrefix,a=l.computed(function(){return dc("classes",[].concat(Jh(e.counter?["".concat(r,"-layers-counter")]:[]),Jh(e.position?["".concat(r,"-layers-").concat(e.position)]:[])))}),s=l.computed(function(){return dc("transform",typeof e.transform=="string"?F5.transform(e.transform):e.transform)}),i=l.computed(function(){var u=UQ(e.value.toString(),d4(d4({},s.value),a.value)),f=u.abstract;return e.counter&&(f[0].attributes.class=f[0].attributes.class.replace("fa-layers-text","")),f[0]}),c=l.computed(function(){return Yh(i.value,{},o)});return function(){return c.value}}});const Jt=l.defineComponent({__name:"MIcon",props:{type:{},truncate:{type:Boolean},disabled:{type:Boolean},margin:{},icon:{},border:{type:Boolean},fixedWidth:{type:Boolean},flip:{},mask:{},maskId:{},listItem:{type:Boolean},pull:{},pulse:{type:Boolean},rotation:{},swapOpacity:{type:Boolean},size:{},spin:{type:Boolean},transform:{},symbol:{type:[Boolean,String]},title:{},titleId:{},inverse:{type:Boolean},bounce:{type:Boolean},shake:{type:Boolean},beat:{type:Boolean},fade:{type:Boolean},beatFade:{type:Boolean},spinPulse:{type:Boolean},spinReverse:{type:Boolean}},setup(t){const e=t,n=l.useSlots(),o=l.computed(()=>n.default?e.margin||"6px":0),r=l.computed(()=>{const a=e.truncate?"truncate":"",s=e.disabled?`${e.type}-plain`:e.type;return[a,s]});return(a,s)=>(l.openBlock(),l.createElementBlock("span",{class:l.normalizeClass(r.value)},[a.icon&&l.unref(y$).includes(a.icon)?(l.openBlock(),l.createBlock(l.unref(Lxe),l.mergeProps({key:0},{...a.$props},{icon:a.icon,fixedWidth:!0,style:{marginRight:o.value}}),null,16,["icon","style"])):l.createCommentVNode("",!0),l.renderSlot(a.$slots,"default")],2))}}),_xe={class:"full justified"},Sxe={style:{"margin-left":"30px","font-size":"10px",color:"#999999"}},po=l.defineComponent({__name:"MOption",props:{icon:{},type:{},disabled:{type:Boolean},left:{},right:{}},setup(t){const e=t,n=l.computed(()=>({fontWeight:e.disabled?"normal":"bolder",marginLeft:e.icon?"8px":"0"}));return(o,r)=>(l.openBlock(),l.createElementBlock("div",_xe,[l.createElementVNode("div",null,[o.icon?(l.openBlock(),l.createBlock(Jt,{key:0,icon:o.icon,type:o.type,disabled:o.disabled,style:{margin:"0 3px"}},null,8,["icon","type","disabled"])):l.createCommentVNode("",!0),l.createElementVNode("span",{style:l.normalizeStyle(n.value)},[l.renderSlot(o.$slots,"left",{},()=>[l.createTextVNode(l.toDisplayString(o.left),1)])],4)]),l.createElementVNode("b",Sxe,[l.renderSlot(o.$slots,"right",{},()=>[l.createTextVNode(l.toDisplayString(o.right),1)])])]))}}),jxe=l.defineComponent({__name:"SelectCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue","confirm"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:c=>o("update:modelValue",c||null)}),{param:a,$model:s,loading:i}=fc(n.field,n.row,"table");return(c,u)=>{const f=l.resolveComponent("el-option"),d=l.resolveComponent("el-select"),h=l.resolveDirective("loading");return l.withDirectives((l.openBlock(),l.createBlock(d,{modelValue:r.value,"onUpdate:modelValue":u[0]||(u[0]=m=>r.value=m),disabled:l.unref(a).disabled||c.disabled,clearable:l.unref(a).clearable,teleported:!1,filterable:"","value-on-clear":null,multiple:l.unref(a).multiple,"collapse-tags":l.unref(a).multiple,"collapse-tags-tooltip":l.unref(a).multiple,"show-checkbox":l.unref(a).multiple,"check-strictly":l.unref(a).strict},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(s).results,m=>(l.openBlock(),l.createBlock(f,{label:m[l.unref(a).props.label],value:m[l.unref(a).props.value]},{default:l.withCtx(()=>[l.createVNode(po,{left:m[l.unref(a).props.label],right:m[l.unref(a).props.display]},null,8,["left","right"])]),_:2},1032,["label","value"]))),256))]),_:1},8,["modelValue","disabled","clearable","multiple","collapse-tags","collapse-tags-tooltip","show-checkbox","check-strictly"])),[[h,l.unref(i)]])}}});function Xh(t,e,n){const{property:o,$validators:r,$fields:a}=e,{value:s,sort:i}=o,c=U1.cloneDeep(t);let u=c[s]||n,f=c[i]||u||n;c[s]=/^-?\d+$/.test(u)?parseInt(u):u,c[i]=/^-?\d+$/.test(f)?parseInt(f):f;const d={valid:!0,cells:{},messages:[]};Object.values(a).forEach(g=>{const v=g.parseRow(c),y=g.prop;c[y]=v.value,d.cells[y]=v,d.valid&&=v.valid});const m=r.map(g=>g(c,e)).filter(g=>!g.valid).map(g=>g.message);return m.length&&(d.valid=!1,d.messages=m),c.$valid=d.valid,{key:u,sort:f,tableRow:d,item:c}}function k$(t){const e=t.results||[],n=new uc(t.view?.property),o={};e.forEach(s=>{const i=U1.cloneDeep(s);i[n.children]=[];const c=i[n.value];o[c]=i});const r=t.root||0,a=o[r]||Object.fromEntries([[n.value,r],[n.children,[]],[n.pid,null]]);return o[r]=a,Object.values(o).forEach(s=>{const i=s[n.pid];if(i!=null){const c=o[i];c&&c.children.push(s)}}),Object.values(o).forEach(s=>{t.convertor&&t.convertor(s),s.children.sort((i,c)=>c[n.sort]-i[n.sort])}),{options:a.children,mapping:o,root:r}}function pc(t){const e=l.isRef(t)?t:l.ref(t),n=l.ref(k$(e.value));return l.watch(e,()=>{n.value=k$(e.value)},{deep:!0}),{model:n}}function z$(t,e){const n=l.isRef(t)?t:l.ref(t),o=l.ref({total:0,options:[],counter:0,frame:{}});l.watch(n,()=>{const{results:a,view:s}=n.value,i=[],c=n.value.total||a?.length||0,u=a?.length||0,f={};a?.forEach((d,h)=>{const{key:m,tableRow:g,item:v}=Xh(d,s,u+h);f[m]=g,i.push(v)}),o.value={total:c,options:i,counter:u,frame:f},e||r()},{deep:!0,immediate:!0});function r(a={}){const s=n.value.view?.property.sort||"sort",[i,c]=Object.entries(a)[0]||[s,-1];o.value.options.sort((u,f)=>{const d=u[i],h=f[i];return typeof d=="number"&&typeof h=="number"?c*(d-h):c*String(d).localeCompare(String(h))})}return{model:o,order:r}}function Nxe(t){const e=l.isRef(t)?t:l.ref(t),{model:n,order:o}=z$(e),r=l.computed(()=>new uc(e.value.view?.property)),a=l.computed(()=>e.value.view||new Ma),s=l.computed(()=>U1.keyBy(n.value.options,r.value.value));function i(g){let{counter:v,options:y,frame:b}=n.value;const w=[],C={};g.forEach((k,x)=>{const M=k[r.value.value],z=s.value[M];if(z){const $=U1.merge(z,k),{tableRow:L}=Xh($,a.value,v+x);C[M]=L,U1.merge(z,{$valid:L.valid})}else{const{key:$,item:L,tableRow:P}=Xh(k,a.value,v+x);w.push(L),C[$]=P}}),n.value.options=[...y,...w],n.value.frame={...b,...C},n.value.total+=g.length,n.value.counter+=g.length,o()}function c(g){return s.value[g]}function u(g){n.value.options=n.value.options.filter(v=>!g.includes(v[r.value.value])),n.value.total-=g.length}function f(g){u([g])}function d(g){return g.map(v=>{const y=c(v),{value:b,label:w}=r.value;return U1.pick(y,[b,w])})}function h(){n.value.options=[],n.value.total=0,n.value.counter=0}return{model:n,manager:{order:o,find_one:c,save_many:i,delete_one:f,delete_many:u,values:d,clear:h}}}const Axe=l.defineComponent({__name:"CascadeCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue","confirm"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:f=>o("update:modelValue",f||null)}),a=f=>{f.children.length===0&&!f.isLeaf&&!s.strict&&(f.disabled=!0)},{param:s,$model:i,loading:c}=fc(n.field,n.row,"tree",a),{model:u}=pc(i);return(f,d)=>{const h=l.resolveComponent("el-cascader");return l.openBlock(),l.createBlock(h,{modelValue:r.value,"onUpdate:modelValue":d[0]||(d[0]=m=>r.value=m),disabled:l.unref(s).disabled||f.disabled||l.unref(c),options:l.unref(u).options,style:{width:"100%"},props:{label:l.unref(s).props.label,value:l.unref(s).props.value,emitPath:!1,checkStrictly:l.unref(s).strict,multiple:l.unref(s).multiple},clearable:l.unref(s).clearable,filterable:"","show-all-levels":!1,"collapse-tags":l.unref(s).multiple,"collapse-tags-tooltip":l.unref(s).multiple,"value-on-clear":null},{default:l.withCtx(({data:m})=>[l.createVNode(po,{left:m[l.unref(s).props.label],right:m[l.unref(s).props.display],type:m.isLeaf?"success":"warning",icon:m.isLeaf?"leaf":m.children.length?"folder-open":"folder"},null,8,["left","right","type","icon"])]),_:1},8,["modelValue","disabled","options","props","clearable","collapse-tags","collapse-tags-tooltip"])}}}),Exe={class:"justified"},$xe=l.defineComponent({__name:"IconCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:u=>o("update:modelValue",u||null)}),a=l.ref(y$.map(u=>({value:u}))),s=(u,f)=>{const d=u?a.value.filter(i(u)):a.value.slice(0,100);f(d)},i=u=>f=>f.value.toLowerCase().indexOf(u.toLowerCase())===0;function c(u){r.value=u.value}return(u,f)=>{const d=l.resolveComponent("el-autocomplete");return l.openBlock(),l.createBlock(d,{disabled:u.disabled||!u.field.allow_edit,modelValue:r.value,"onUpdate:modelValue":f[0]||(f[0]=h=>r.value=h),"fetch-suggestions":s,clearable:"",onChange:c},l.createSlots({default:l.withCtx(({item:h})=>[l.createElementVNode("div",Exe,[l.createElementVNode("span",null,l.toDisplayString(h.value),1),l.createVNode(Jt,{icon:h.value},null,8,["icon"])])]),_:2},[r.value?{name:"prefix",fn:l.withCtx(()=>[l.createVNode(Jt,{icon:r.value},null,8,["icon"])]),key:"0"}:void 0]),1032,["disabled","modelValue"])}}}),Oxe=l.defineComponent({__name:"TreeCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue","confirm"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:d=>o("update:modelValue",d||null)}),a=d=>{d.children.length===0&&!d.isLeaf&&!s.strict&&(d.disabled=!0)},{param:s,$model:i,loading:c}=fc(n.field,n.row,"tree",a),{model:u}=pc(i),f=l.computed(()=>({label:s.props.label,value:s.props.value,emitPath:!1}));return(d,h)=>{const m=l.resolveDirective("loading");return l.withDirectives((l.openBlock(),l.createBlock(l.unref(_n.ElTreeSelect),{disabled:d.disabled||l.unref(s).disabled,clearable:l.unref(s).clearable,style:{width:"100%"},filterable:"",modelValue:r.value,"onUpdate:modelValue":h[0]||(h[0]=g=>r.value=g),data:l.unref(u).options,props:f.value,"default-expand-all":"","render-after-expand":!1,multiple:l.unref(s).multiple,"check-strictly":l.unref(s).strict,"collapse-tags":l.unref(s).multiple,"collapse-tags-tooltip":l.unref(s).multiple,"value-on-clear":null},{default:l.withCtx(({data:g})=>[l.createVNode(po,{left:g[l.unref(s).props.label],right:g[l.unref(s).props.display],disabled:g.disabled,icon:g.isLeaf?"leaf":"folder",type:g.isLeaf?"success":"warning"},null,8,["left","right","disabled","icon","type"])]),_:1},8,["disabled","clearable","modelValue","data","props","multiple","check-strictly","collapse-tags","collapse-tags-tooltip"])),[[m,l.unref(c)]])}}}),Txe=l.defineComponent({__name:"SetCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:s=>o("update:modelValue",s||null)}),a=l.computed(()=>(n.field.format||{}).set||{});return(s,i)=>{const c=l.resolveComponent("el-option"),u=l.resolveComponent("el-select");return l.openBlock(),l.createBlock(u,{disabled:s.disabled||!s.field.allow_edit,filterable:"",clearable:"",modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=f=>r.value=f)},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(a.value,(f,d)=>(l.openBlock(),l.createBlock(c,{label:f,value:d},{default:l.withCtx(()=>[l.createVNode(po,{left:f,right:d},null,8,["left","right"])]),_:2},1032,["label","value"]))),256))]),_:1},8,["disabled","modelValue"])}}}),Pxe={type:"info",style:{width:"100%"}},Ixe=l.defineComponent({__name:"ColorCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["confirm","update:modelValue"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:i=>o("update:modelValue",i||null)}),{copy:a}=H6();function s(){a(r.value),F2.info("颜色代码已复制")}return(i,c)=>{const u=l.resolveComponent("el-color-picker"),f=l.resolveComponent("el-col"),d=l.resolveComponent("el-row");return l.openBlock(),l.createBlock(d,{align:"middle",style:{width:"100%"},gutter:10},{default:l.withCtx(()=>[l.createVNode(f,{span:15},{default:l.withCtx(()=>[l.createVNode(u,{disabled:i.disabled||!i.field.allow_edit,style:{width:"100%"},onChange:c[0]||(c[0]=h=>i.$emit("confirm")),modelValue:r.value,"onUpdate:modelValue":c[1]||(c[1]=h=>r.value=h)},null,8,["disabled","modelValue"])]),_:1}),l.createVNode(f,{span:9,align:"center"},{default:l.withCtx(()=>[l.createElementVNode("div",Pxe,[l.createElementVNode("b",{style:l.normalizeStyle([{"font-size":"12px",cursor:"pointer","font-weight":"bolder"},{color:r.value||"#dddddd"}]),onClick:s},l.toDisplayString(r.value||"无颜色"),5)])]),_:1})]),_:1})}}}),M$=l.defineComponent({__name:"FieldTransfer",props:{modelValue:{},disabled:{type:Boolean},field:{},row:{}},emits:["update:modelValue"],setup(t,{emit:e}){const n=e,o=t,r=l.computed({get:()=>o.modelValue,set:u=>n("update:modelValue",u)}),{param:a,$model:s,loading:i}=fc(o.field,o.row,"table"),c=l.computed(()=>{const u={key:a.props.value,label:a.props.label};return o.disabled&&(u.disabled="saved"),u});return(u,f)=>{const d=l.resolveComponent("el-transfer"),h=l.resolveDirective("loading");return l.withDirectives((l.openBlock(),l.createBlock(d,{disabled:u.disabled,modelValue:r.value,"onUpdate:modelValue":f[0]||(f[0]=m=>r.value=m),data:l.unref(s).results,filterable:"",props:c.value,titles:["备选","已选"]},null,8,["disabled","modelValue","data","props"])),[[h,l.unref(i)]])}}}),Dxe=l.defineComponent({__name:"MDialogHeader",props:{config:{},control:{},show:{}},setup(t){return(e,n)=>{const o=l.resolveComponent("el-col"),r=l.resolveComponent("el-space"),a=l.resolveComponent("el-row");return l.openBlock(),l.createBlock(a,{align:"middle",style:{"border-bottom":"0.001em solid #cccccc","padding-bottom":"15px"}},{default:l.withCtx(()=>[l.createVNode(o,{span:12},{default:l.withCtx(()=>[l.renderSlot(e.$slots,"default")]),_:3}),l.createVNode(o,{ref:"right",span:12,class:"right"},{default:l.withCtx(()=>[l.createVNode(r,{size:"large"},{default:l.withCtx(()=>[l.renderSlot(e.$slots,"tool"),l.createVNode(Jt,{icon:"expand",onClick:n[0]||(n[0]=s=>e.control.expand()),class:"warning pointer"}),l.createVNode(Jt,{icon:"close",onClick:n[1]||(n[1]=s=>e.control.cancel()),class:"danger pointer"})]),_:3})]),_:3},512)]),_:3})}}}),Vxe={class:"justified",style:{"border-top":"0.001em solid #cccccc","padding-top":"15px"}},Rxe=l.defineComponent({__name:"MDialogFooter",props:{config:{},control:{},show:{}},setup(t){return(e,n)=>{const o=l.resolveComponent("el-button"),r=l.resolveComponent("el-space");return l.openBlock(),l.createElementBlock("div",Vxe,[l.createElementVNode("div",null,[l.renderSlot(e.$slots,"tool")]),e.show.footerTool?(l.openBlock(),l.createBlock(r,{key:0},{default:l.withCtx(()=>[l.createVNode(o,{size:"small",type:"success",plain:"",onClick:n[0]||(n[0]=a=>e.control.confirm())},{default:l.withCtx(()=>[l.createVNode(Jt,{icon:"check-circle"},{default:l.withCtx(()=>n[2]||(n[2]=[l.createTextVNode("确认")])),_:1,__:[2]})]),_:1}),l.createVNode(o,{size:"small",type:"info",plain:"",onClick:n[1]||(n[1]=a=>e.control.cancel())},{default:l.withCtx(()=>[l.createVNode(Jt,{icon:"cancel"},{default:l.withCtx(()=>n[3]||(n[3]=[l.createTextVNode("取消")])),_:1,__:[3]})]),_:1})]),_:1})):l.createCommentVNode("",!0)])}}}),Bxe=["element-loading-text"],c3=l.defineComponent({__name:"MDialog",props:{width:{default:600},top:{default:"30px"},loadingText:{default:"对话框锁定中..."},confirm:{},cancel:{type:Function,default:(t,e)=>e()},title:{},info:{}},emits:["closed"],setup(t,{expose:e,emit:n}){let o=n,r=t;const a=l.ref(!1),s=l.useSlots(),i=l.computed(()=>({header:!!s.header,headerTool:!!s.tool,footer:!!s.footer,footerTool:!!r.confirm})),c=l.reactive({visible:!1,loading:!1,fullscreen:!1}),u=l.ref(),f=l.ref({title:"",info:"",data:{}});function d(x){f.value.data=x}function h(x,M){f.value={title:M?.title||r.title||"对话框",info:M?.info||r.info,data:U1.cloneDeep(x||{}),raw:x,width:M?.width||r.width},c.visible=!0}function m(){a.value=!1,c.loading=!1,c.visible=!1}function g(){c.loading=!0,r.confirm&&r.confirm(f.value.data,(x=!0)=>x?m():v())}function v(){c.loading=!1}function y(){c.loading=!0}function b(){c.loading||(c.loading=!0,r.cancel(f.value.data,m))}function w(){return f.value.data}function C(){c.fullscreen=!c.fullscreen}const k={open:h,close:m,confirm:g,cancel:b,getData:w,expand:C,unload:v};return e({open:h,close:m,confirm:g,cancel:b,getData:w,expand:C,load:y}),(x,M)=>{const z=l.resolveComponent("el-text"),$=l.resolveComponent("el-space"),L=l.resolveComponent("el-dialog"),P=l.resolveDirective("loading");return l.openBlock(),l.createBlock(L,{ref_key:"dialog",ref:u,class:"m-dialog",modelValue:c.visible,"onUpdate:modelValue":M[0]||(M[0]=D=>c.visible=D),width:f.value.width,top:x.top,fullscreen:c.fullscreen,"modal-class":"m-dialog-modal","header-class":"m-dialog-header","body-class":"m-dialog-body","footer-class":"m-dialog-footer","append-to-body":!0,"destroy-on-close":!0,"open-delay":0,"close-delay":0,"close-on-click-modal":!1,"close-on-press-escape":!1,"show-close":!1,draggable:!0,onOpened:M[1]||(M[1]=D=>a.value=!0),onClose:M[2]||(M[2]=D=>l.unref(o)("closed")),onKeydown:M[3]||(M[3]=l.withKeys(D=>b(),["esc"]))},l.createSlots({header:l.withCtx(()=>[l.withDirectives((l.openBlock(),l.createBlock(Dxe,{"element-loading-text":"","element-loading-svg":"-","element-loading-background":"rgba(255,255,255,0.6)",config:f.value,control:k,show:i.value},{tool:l.withCtx(()=>[l.renderSlot(x.$slots,"tool",{raw:f.value.raw,data:f.value.data,controller:k,update:d})]),default:l.withCtx(()=>[l.renderSlot(x.$slots,"header",{data:f.value.data,raw:f.value.raw,controller:k,update:d},()=>[l.createVNode($,{size:"large"},{default:l.withCtx(()=>[l.createVNode(z,{tag:"b"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(f.value.title),1)]),_:1}),l.createVNode(z,{size:"small",type:"info"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(f.value.info),1)]),_:1})]),_:1})])]),_:3},8,["config","show"])),[[P,c.loading]])]),_:2},[c.visible?{name:"default",fn:l.withCtx(()=>[a.value?l.withDirectives((l.openBlock(),l.createElementBlock("div",{key:0,class:"m-dialog-body-wrapper","element-loading-text":x.loadingText,"element-loading-custom-class":"m-dialog-loading","element-loading-background":"rgba(255,255,255,0.6)",style:{"min-height":"80px"}},[l.renderSlot(x.$slots,"default",{raw:f.value.raw,data:f.value.data,controller:k,update:d})],8,Bxe)),[[P,c.loading]]):l.createCommentVNode("",!0)]),key:"0"}:void 0,i.value.footer||i.value.footerTool?{name:"footer",fn:l.withCtx(()=>[l.withDirectives(l.createVNode(Rxe,{"element-loading-text":"","element-loading-svg":"-","element-loading-background":"rgba(255,255,255,0.6)",config:f.value,control:k,show:i.value},null,8,["config","show"]),[[P,c.loading]])]),key:"1"}:void 0]),1032,["modelValue","width","top","fullscreen"])}}}),Fxe=l.defineComponent({__name:"TransferCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue","confirm"],setup(t,{emit:e}){const n=l.ref(),o=t,r=e,a=l.computed({get:()=>o.modelValue,set:i=>r("update:modelValue",i||null)});function s(i,c){r("confirm"),c()}return(i,c)=>{const u=l.resolveComponent("el-button"),f=l.resolveComponent("el-badge"),d=l.resolveComponent("el-card");return l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createVNode(f,{value:(a.value||[]).length,style:{width:"100%"},type:"info",max:99},{default:l.withCtx(()=>[l.createVNode(u,{style:{width:"100%"},type:"info",plain:"",onClick:c[0]||(c[0]=h=>n.value?.open())},{default:l.withCtx(()=>[l.createVNode(Jt,{icon:"exchange-alt"},{default:l.withCtx(()=>c[2]||(c[2]=[l.createTextVNode(" 打开多选编辑器")])),_:1,__:[2]})]),_:1})]),_:1},8,["value"]),l.createVNode(c3,{ref_key:"dialog",ref:n,confirm:s,title:"选项",width:650},{default:l.withCtx(()=>[l.createVNode(d,{class:"center"},{default:l.withCtx(()=>[l.createVNode(M$,{modelValue:a.value,"onUpdate:modelValue":c[1]||(c[1]=h=>a.value=h),field:i.field,row:i.row},null,8,["modelValue","field","row"])]),_:1})]),_:1},512)],64)}}}),Uxe=l.defineComponent({__name:"DateCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:i=>o("update:modelValue",i||null)}),a=l.computed(()=>{const i=n.field.domain,c=n.field.format||{};switch(i){case"DateTimeField":return"datetime";case"DateField":case"CharField":return c.frequency||"date";default:return"date"}}),s=l.computed(()=>Ds[a.value].value||"YYYY-MM-DD");return(i,c)=>{const u=l.resolveComponent("el-date-picker");return l.openBlock(),l.createBlock(u,{modelValue:r.value,"onUpdate:modelValue":c[0]||(c[0]=f=>r.value=f),style:{width:"100%"},disabled:i.disabled||!i.field.allow_edit,teleported:!1,clearable:!i.field.not_null,type:a.value,"value-format":s.value},null,8,["modelValue","disabled","clearable","type","value-format"])}}}),qxe=l.defineComponent({__name:"TimeCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:a=>o("update:modelValue",a||null)});return(a,s)=>{const i=l.resolveComponent("el-time-picker");return l.openBlock(),l.createBlock(i,{modelValue:r.value,"onUpdate:modelValue":s[0]||(s[0]=c=>r.value=c),style:{width:"100%"},disabled:a.disabled||!a.field.allow_edit,teleported:!1,clearable:!a.field.not_null,"value-format":"HH:mm:ss"},null,8,["modelValue","disabled","clearable"])}}}),Hxe=l.defineComponent({__name:"TimeRangeCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue","confirm"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>{try{const a=JSON.parse(n.modelValue),[s,i]=a,c=ga(s,"HH:mm:ss",!0),u=ga(i,"HH:mm:ss",!0);return c.isValid()&&u.isValid()?a:[]}catch{return[]}},set:a=>{o("update:modelValue",a||null)}});return(a,s)=>{const i=l.resolveComponent("el-time-picker"),c=l.resolveComponent("el-space");return l.openBlock(),l.createBlock(c,null,{default:l.withCtx(()=>[l.createVNode(i,{modelValue:r.value,"onUpdate:modelValue":s[0]||(s[0]=u=>r.value=u),style:{width:"100%"},disabled:a.disabled||!a.field.allow_edit,teleported:!1,clearable:!a.field.not_null,format:"HH:mm:ss","value-format":"HH:mm:ss","is-range":"",onChange:s[1]||(s[1]=u=>a.$emit("confirm"))},null,8,["modelValue","disabled","clearable"])]),_:1})}}}),Wxe=l.defineComponent({__name:"DateRangeCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue","confirm"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>{try{const c=JSON.parse(n.modelValue),[u,f]=c,d=ga(u,i.value,!0),h=ga(f,i.value,!0);return d.isValid()&&h.isValid()?c:[]}catch{return[]}},set:c=>o("update:modelValue",c||null)}),a=["monthrange","daterange","datetimerange"],s=l.computed(()=>{const{frequency:c}=n.field.format||{};return a.includes(c||"--")?c:"daterange"}),i=l.computed(()=>Ds[s.value].value||"YYYY-MM-DD");return(c,u)=>{const f=l.resolveComponent("el-date-picker"),d=l.resolveComponent("el-space");return l.openBlock(),l.createBlock(d,null,{default:l.withCtx(()=>[l.createVNode(f,{style:{width:"100%"},modelValue:r.value,"onUpdate:modelValue":u[0]||(u[0]=h=>r.value=h),disabled:c.disabled||!c.field.allow_edit,teleported:!1,clearable:!c.field.not_null,type:s.value,format:i.value,"value-format":i.value},null,8,["modelValue","disabled","clearable","type","format","value-format"])]),_:1})}}}),Kxe=l.defineComponent({__name:"DateArrayCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>{try{const c=JSON.parse(n.modelValue);return c.map(f=>ga(f,i.value,!0).isValid()).reduce((f,d)=>f&&d,!0)?c:[]}catch{return[]}},set:c=>o("update:modelValue",c||null)}),a=["years","months","dates"],s=l.computed(()=>{const{frequency:c}=n.field.format||{};return a.includes(c||"--")?c:"dates"}),i=l.computed(()=>Ds[s.value].value||"YYYY-MM-DD");return(c,u)=>{const f=l.resolveComponent("el-date-picker");return l.openBlock(),l.createBlock(f,{modelValue:r.value,"onUpdate:modelValue":u[0]||(u[0]=d=>r.value=d),style:{width:"100%"},disabled:c.disabled||!c.field.allow_edit,teleported:!1,clearable:!c.field.not_null,type:s.value,format:i.value,"value-format":i.value},null,8,["modelValue","disabled","clearable","type","format","value-format"])}}}),Rs=Vs(l.defineComponent({__name:"MObjectEditor",props:{modelValue:{},disabled:{type:Boolean},height:{default:"400px"}},emits:["update:modelValue"],setup(t,{emit:e}){const n=l.defineAsyncComponent(()=>Promise.resolve().then(()=>HGe)),o=t,r=e,a=l.computed({get:()=>o.modelValue||{},set:s=>{try{r("update:modelValue",JSON.parse(s))}catch{r("update:modelValue",{})}}});return(s,i)=>(l.openBlock(),l.createBlock(l.unref(n),{modelValue:a.value,"onUpdate:modelValue":i[0]||(i[0]=c=>a.value=c),mode:"text",class:"object-editor",style:l.normalizeStyle({background:o.disabled?"rgba(234,168,68,0.3)":"rgba(103,194,58,0.3)"}),height:s.height,"read-only":s.disabled,"main-menu-bar":!1,"navigation-bar":!1,"ask-to-format":!1},null,8,["modelValue","style","height","read-only"]))}}),[["__scopeId","data-v-436a7cf6"]]),Jxe=l.defineComponent({__name:"ObjectCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue","confirm"],setup(t,{emit:e}){const n=l.ref(),o=t,r=e,a=l.computed({get:()=>o.modelValue,set:i=>r("update:modelValue",i)});function s(i,c){c(),F2.info("JSON结果已暂存")}return(i,c)=>{const u=l.resolveComponent("el-button");return l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createVNode(u,{type:"info",plain:"",style:{width:"100%"},onClick:c[0]||(c[0]=f=>n.value.open())},{default:l.withCtx(()=>[l.createVNode(Jt,{icon:"code","margin-left":"10"},{default:l.withCtx(()=>c[2]||(c[2]=[l.createTextVNode("打开对象编辑器")])),_:1,__:[2]})]),_:1}),l.createVNode(c3,{ref_key:"dialog",ref:n,title:"对象编辑器",confirm:s},{default:l.withCtx(()=>[l.createVNode(Rs,{modelValue:a.value,"onUpdate:modelValue":c[1]||(c[1]=f=>a.value=f),disabled:i.disabled},null,8,["modelValue","disabled"])]),_:1},512)],64)}}}),$7=l.defineComponent({__name:"MRichEditor",props:{modelValue:{},disabled:{type:Boolean}},emits:["update:modelValue"],setup(t,{emit:e}){const n=l.defineAsyncComponent(()=>import("@wangeditor/editor-for-vue").then(g=>g.Editor)),o=l.defineAsyncComponent(()=>import("@wangeditor/editor-for-vue").then(g=>g.Toolbar)),r=t,a=e,s=l.ref("default"),i=l.shallowRef(),c=l.computed({get:()=>r.modelValue,set:g=>a("update:modelValue",g)}),u=l.ref({}),f=l.ref({placeholder:"请输入内容...",readOnly:r.disabled}),d=(g,v)=>{F2.info(`${g}-${v}`)},h=(g,v,y)=>{y(!0)};l.onBeforeUnmount(()=>{const g=i.value;g?.destroy()});const m=g=>{i.value=g};return(g,v)=>(l.openBlock(),l.createElementBlock(l.Fragment,null,[g.disabled?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(l.unref(o),{key:0,editor:i.value,defaultConfig:u.value,mode:s.value,style:{"border-bottom":"1px solid #ccc"}},null,8,["editor","defaultConfig","mode"])),l.createVNode(l.unref(n),{defaultConfig:f.value,mode:s.value,modelValue:c.value,"onUpdate:modelValue":v[0]||(v[0]=y=>c.value=y),style:{height:"400px","overflow-y":"hidden"},onOnCreated:m,onCustomAlert:d,onCustomPaste:h},null,8,["defaultConfig","mode","modelValue"])],64))}}),Gxe=l.defineComponent({__name:"RichCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["confirm","update:modelValue"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:c=>o("update:modelValue",c||null)}),a=l.ref(),s=l.ref();function i(c,u){F2.info("富文本结果已暂存"),u()}return(c,u)=>{const f=l.resolveComponent("el-button");return l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createVNode(f,{type:"info",plain:"",style:{width:"100%"},onClick:u[0]||(u[0]=d=>a.value.open())},{default:l.withCtx(()=>[l.createVNode(Jt,{icon:"file-text","margin-left":"10"},{default:l.withCtx(()=>u[2]||(u[2]=[l.createTextVNode("打开富文本编辑器")])),_:1,__:[2]})]),_:1}),l.createVNode(c3,{ref_key:"dialog",ref:a,confirm:i,width:"80%"},{default:l.withCtx(()=>[l.createVNode($7,{ref_key:"editor",ref:s,modelValue:r.value,"onUpdate:modelValue":u[1]||(u[1]=d=>r.value=d),disabled:c.disabled||!c.field.allow_edit},null,8,["modelValue","disabled"])]),_:1},512)],64)}}}),Yxe=l.defineComponent({__name:"AutoCell",props:{modelValue:{},disabled:{type:Boolean},field:{},row:{}},emits:["update:modelValue","confirm"],setup(t,{emit:e}){const n=e,o=t,r=l.computed({get:()=>o.modelValue,set:d=>n("update:modelValue",d)}),a=o.field.refer||{},{param:s,manager:i,condition:c}=fc(o.field,o.row,"table"),u=(d,h)=>{const{label:m}=s.props,g=Object.fromEntries([[m,1]]),v=U1.cloneDeep(c);v.includes[`${m}__icontains`]=d,i.search({type:"table",orders:g,size:6,page:1},[v]).then(y=>{const b=(y?.results||[]).map(w=>({value:w[m],label:w[m]}));h(b)})};function f(d){r.value=d.label}return(d,h)=>{const m=l.resolveComponent("el-autocomplete");return l.openBlock(),l.createBlock(m,{modelValue:r.value,"onUpdate:modelValue":h[0]||(h[0]=g=>r.value=g),disabled:d.disabled||!d.field.allow_edit||!l.unref(a).entity,"hide-loading":"","fetch-suggestions":u,clearable:"",onChange:f,"popper-append-to-body":""},{default:l.withCtx(({item:g})=>[l.createVNode(po,{left:g.label,right:g.value},null,8,["left","right"])]),_:1},8,["modelValue","disabled"])}}}),Xxe=l.defineComponent({__name:"MultiSetCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean}},emits:["update:modelValue"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>{const i=(n.modelValue||"").split(";"),c=Object.keys(n.field.format.set).map(u=>String(u));return i.map(u=>u.trim()).filter(u=>c.includes(u))},set:s=>{const i=s.join(";");o("update:modelValue",i)}}),a=l.computed(()=>(n.field.format||{}).set||{});return(s,i)=>{const c=l.resolveComponent("el-option"),u=l.resolveComponent("el-select");return l.openBlock(),l.createBlock(u,{disabled:s.disabled||!s.field.allow_edit,filterable:"",clearable:"",multiple:"",modelValue:r.value,"onUpdate:modelValue":i[0]||(i[0]=f=>r.value=f)},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(a.value,(f,d)=>(l.openBlock(),l.createBlock(c,{label:f,value:d},{default:l.withCtx(()=>[l.createVNode(po,{left:f,right:d},null,8,["left","right"])]),_:2},1032,["label","value"]))),256))]),_:1},8,["disabled","modelValue"])}}}),Gt=l.defineComponent({__name:"CtrlButton",props:{icon:{},disabled:{type:Boolean},title:{},shake:{type:Boolean},type:{},size:{}},emits:["click","contextmenu"],setup(t,{emit:e}){const n=e;function o(i){i.preventDefault(),i.stopPropagation(),n("click",i)}function r(i){i.preventDefault(),i.stopPropagation(),n("contextmenu",i)}const a=l.useSlots(),s=l.computed(()=>({marginRight:a.default?"6px":"0"}));return(i,c)=>{const u=l.resolveComponent("el-button"),f=l.resolveComponent("el-tooltip");return l.openBlock(),l.createBlock(f,{"popper-options":{},disabled:!i.title||i.disabled,"popper-class":"m-button-tooltip",effect:"light","show-arrow":!1,offset:3,content:i.title,placement:"bottom",enterable:!1},{default:l.withCtx(()=>[l.createVNode(u,{link:"",style:{padding:"0"},type:i.type,disabled:i.disabled,size:i.size||"small",onClick:o,onContextmenu:r},{default:l.withCtx(()=>[i.icon?(l.openBlock(),l.createBlock(Jt,{key:0,icon:i.icon,style:l.normalizeStyle(s.value),"fixed-width":"",shake:i.shake},null,8,["icon","style","shake"])):l.createCommentVNode("",!0),l.renderSlot(i.$slots,"default")]),_:3},8,["type","disabled","size"])]),_:3},8,["disabled","content"])}}}),L$=l.defineComponent({__name:"FileCell",props:{modelValue:{},field:{},row:{},disabled:{type:Boolean},simple:{type:Boolean}},emits:["update:modelValue","confirm","reload"],setup(t,{emit:e}){const n=t,o=e,r=l.computed({get:()=>n.modelValue,set:w=>o("update:modelValue",w)}),a=l.ref(),s=l.computed(()=>`/api/valar/${n.field.$db}/${n.field.$entity}/save_file`),i=l.computed(()=>n.field.format||{}),c=l.computed(()=>({id:n.row.id,prop:n.field.prop,field:i.value.file_name_field})),u=l.computed(()=>i.value.accept.length?i.value.accept.join(","):"*"),f=l.computed(()=>r.value?r.value.split("/").pop().split("-").slice(2).join("-"):null),{post:d}=fo(),h=()=>a.value?.$el.querySelector("input").click();function m(){const w=`/valar/${n.field.$db}/${n.field.$entity}/remove_file`;Un.warning(`是否删除文件:${r.value}`).then(()=>d(w,c.value)).then(()=>{r.value=null,o("reload")}).catch(()=>F2.info("取消删除文件"))}function g(){window.open(`${n.field.$minio}/${r.value}`,"_blank")}function v(w){const{name:C,size:k}=w,x=C.indexOf(".")!==-1?`.${C.split(".").pop()}`:"",M=[];return(u.value==="*"?!0:i.value.accept.includes(x))||M.push(`文件类型不符合:${u.value}`),k/1e6<=i.value.maximum||M.push(`文件大小不超过${i.value.maximum}Mb`),M.length>0?(F2.error(M.join(";")),!1):!0}function y(w){w.payload?(r.value=w.payload,o("reload"),F2.success("上传成功!")):b(),a.value?.clearFiles()}function b(){F2.error("上传失败")}return(w,C)=>{const k=l.resolveComponent("el-upload"),x=l.resolveComponent("el-text"),M=l.resolveComponent("el-tooltip"),z=l.resolveComponent("el-divider"),$=l.resolveComponent("el-space"),L=l.resolveComponent("el-input");return l.openBlock(),l.createElementBlock(l.Fragment,null,[l.withDirectives(l.createVNode(k,{ref_key:"upload",ref:a,action:s.value,data:c.value,limit:1,"show-file-list":!1,"auto-upload":"",accept:u.value,"before-upload":v,"on-success":y,"on-error":b},null,8,["action","data","accept"]),[[l.vShow,!1]]),w.simple?(l.openBlock(),l.createBlock($,{key:0,size:"small"},{default:l.withCtx(()=>[l.createVNode(M,null,{content:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(f.value),1)]),default:l.withCtx(()=>[l.createVNode(x,{size:"small",truncated:"",style:{width:"100px"}},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(f.value),1)]),_:1})]),_:1}),l.createVNode(z,{direction:"vertical"}),w.field.allow_edit&&!w.disabled?(l.openBlock(),l.createBlock(Gt,{key:0,icon:"folder-open",type:"warning",onClick:h},{default:l.withCtx(()=>C[0]||(C[0]=[l.createTextVNode(" 打开 ")])),_:1,__:[0]})):l.createCommentVNode("",!0),!w.field.not_null&&!w.disabled?(l.openBlock(),l.createBlock(Gt,{key:1,disabled:!r.value,icon:"trash",type:"danger",onClick:m},{default:l.withCtx(()=>C[1]||(C[1]=[l.createTextVNode(" 删除 ")])),_:1,__:[1]},8,["disabled"])):l.createCommentVNode("",!0),i.value.locked?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(Gt,{key:2,disabled:!r.value,icon:"download",type:"primary",onClick:g},{default:l.withCtx(()=>C[2]||(C[2]=[l.createTextVNode(" 下载 ")])),_:1,__:[2]},8,["disabled"]))]),_:1})):(l.openBlock(),l.createBlock(L,{key:1,"model-value":f.value,readonly:"",placeholder:"无文件..."},{suffix:l.withCtx(()=>[l.createVNode(z,{direction:"vertical"}),l.createVNode(Gt,{icon:"folder-open",type:"warning",onClick:h},{default:l.withCtx(()=>C[3]||(C[3]=[l.createTextVNode(" 打开 ")])),_:1,__:[3]}),w.field.not_null?l.createCommentVNode("",!0):(l.openBlock(),l.createBlock(Gt,{key:0,disabled:!r.value,icon:"trash",type:"danger",onClick:m},{default:l.withCtx(()=>C[4]||(C[4]=[l.createTextVNode(" 删除 ")])),_:1,__:[4]},8,["disabled"])),l.createVNode(Gt,{disabled:!r.value,icon:"download",type:"primary",onClick:g},{default:l.withCtx(()=>C[5]||(C[5]=[l.createTextVNode(" 下载 ")])),_:1,__:[5]},8,["disabled"])]),_:1},8,["model-value"]))],64)}}}),O7=l.defineComponent({__name:"MCell",props:{field:{},row:{},bean:{},disabled:{type:Boolean}},emits:["confirm","change"],setup(t,{expose:e,emit:n}){const o=n,r=t,a=l.computed(()=>r.bean[r.field.prop]);l.watch(a,()=>{const{prop:f,not_null:d,domain:h}=r.field,m=r.row[f],g=[...ol,"BooleanField"].includes(h)?!1:(a.value==null||a.value==="")&&d,v=!U1.isEqual(m,a.value),y={prop:f,value:a.value,changed:v,invalid:g};o("change",y)},{deep:!0,immediate:!0});function s(){const{field:f,row:d,bean:h}=r,m=f.prop;let g=null;U1.isEqual(d[m],h[m])||(g=Object.assign({id:d.id,saved:!0},U1.pick(h,[f.prop])));const v=h[m];f.not_null&&v==null&&f.not_null?F2.warning("不能为空"):o("confirm",g,d,f)}const i=l.computed(()=>r.field?.prop),c=l.computed(()=>u());function u(){switch(r.field.tool){case"boolean":case"switch":return lxe;case"number":return ixe;case"set":return r.field.format.multiple?Xxe:Txe;case"color":return Ixe;case"icon":return $xe;case"auto":return Yxe;case"text":case"textarea":return rxe;case"select":return jxe;case"tree":return Oxe;case"cascade":return Axe;case"transfer":return Fxe;case"rich":return Gxe;case"object":return Jxe;case"time":return qxe;case"date":return Uxe;case"timerange":return Hxe;case"daterange":return Wxe;case"dates":return Kxe;case"file":return L$;default:return sxe}}return e({confirm:s}),(f,d)=>i.value?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[i.value?(l.openBlock(),l.createBlock(l.resolveDynamicComponent(c.value),{key:0,modelValue:f.bean[i.value],"onUpdate:modelValue":d[0]||(d[0]=h=>f.bean[i.value]=h),field:f.field,disabled:f.disabled||f.field.disabled,row:f.row,onConfirm:s},null,40,["modelValue","field","disabled","row"])):l.createCommentVNode("",!0)],64)):l.createCommentVNode("",!0)}}),_$=l.defineComponent({__name:"MFormLabel",props:{field:{},changed:{type:Boolean},invalid:{type:Boolean}},emits:["reset"],setup(t){return(e,n)=>{const o=l.resolveComponent("el-text"),r=l.resolveComponent("el-space");return l.openBlock(),l.createBlock(r,{onClick:n[1]||(n[1]=a=>{a.stopPropagation(),a.preventDefault()}),style:{width:"100%",height:"25px"}},{default:l.withCtx(()=>[l.createVNode(o,{tag:"b"},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(e.field.name),1)]),_:1}),e.changed?(l.openBlock(),l.createBlock(Gt,{key:0,title:"恢复默认值",type:"primary",icon:"refresh",onClick:n[0]||(n[0]=a=>e.$emit("reset",e.field.prop))})):l.createCommentVNode("",!0),e.invalid?(l.openBlock(),l.createBlock(Jt,{key:1,type:"danger",shake:"",icon:"exclamation-triangle"},{default:l.withCtx(()=>n[2]||(n[2]=[l.createElementVNode("b",{style:{"font-size":"10px"}},"不能为空",-1)])),_:1,__:[2]})):l.createCommentVNode("",!0)]),_:1})}}});function S$(t,e){const n=l.ref({}),o=l.ref(U1.cloneDeep(t)),r=l.ref({}),a=l.ref({}),s=l.computed(()=>Object.entries(n.value).map(([f,d])=>{const h=r.value[f]||!1,m=a.value[f]||!1;return{prop:f,value:d,changed:h,invalid:m}}));function i(f){const{prop:d,value:h,changed:m,invalid:g}=f;o.value[d]=h,m?n.value[d]=h:delete n.value[d],r.value[d]=m,a.value[d]=(e||[])?.length>1?!1:g}function c(f){o.value[f]=t[f]}function u(){return Object.values(a.value).reduce((d,h)=>d||h,!1)?null:s.value.length?n.value:{}}return{bean:n,$item:o,$changed:r,$invalid:a,status:s,change:i,reset:c,load:u}}const T7=l.defineComponent({__name:"MForm",props:{item:{},keys:{},view:{},insert:{type:Boolean},core:{},disabled:{type:Boolean}},emits:["change","reload"],setup(t,{expose:e,emit:n}){const o=n,r=t,a=l.ref(),{$item:s,$changed:i,$invalid:c,change:u,reset:f,load:d}=S$(r.item,r.keys),h=l.computed(()=>{const b=r.keys||[];return b.length===1?{id:b[0],...r.item}:null});function m(b){u(b),o("change",b)}l.ref(),l.computed(()=>(r.keys||[]).length===1?Object.values(r.view.$fields).filter(b=>b.domain==="FileField").length:0);const g=l.computed(()=>Object.values(r.view.$fields).filter(b=>b.domain==="FileField"&&b.allow_edit)),v=l.computed(()=>Object.values(r.view.$fields).filter(b=>{const w=!["id","sort","create_time","modify_time","saved"].includes(b.prop),C=!b.hide_on_form,k=r.insert?!b.hide_on_form_insert:!b.hide_on_form_edit,x=r.view.$isTree?r.item.isLeaf?!b.hide_on_form_leaf:r.item.isLeaf==!1?!b.hide_on_form_branch:!0:!0,M=!["FileField","Custom"].includes(b.domain);return w&&C&&k&&x&&M}));function y(){const b=d();return b?U1.isEmpty(b)?[]:(r.keys||[r.item.id]).map(C=>Object.assign({id:C,saved:!0},b)):null}return e({getData:y}),(b,w)=>{const C=l.resolveComponent("el-form-item"),k=l.resolveComponent("el-col"),x=l.resolveComponent("el-row"),M=l.resolveComponent("el-form");return l.openBlock(),l.createBlock(M,{ref_key:"form",ref:a,"label-position":"top"},{default:l.withCtx(()=>[l.createVNode(x,{gutter:10},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(v.value,z=>(l.openBlock(),l.createBlock(k,{span:z.span||12},{default:l.withCtx(()=>[l.createVNode(C,{prop:z.prop,size:"default"},{label:l.withCtx(()=>[l.createVNode(_$,{field:z,changed:l.unref(i)[z.prop],invalid:l.unref(c)[z.prop],onReset:l.unref(f)},null,8,["field","changed","invalid","onReset"])]),default:l.withCtx(()=>[l.createVNode(O7,{field:z,disabled:(b.core||{})[z.prop]!=null||!z.allow_edit||b.disabled,bean:l.unref(s),row:b.item,onChange:m},null,8,["field","disabled","bean","row"])]),_:2},1032,["prop"])]),_:2},1032,["span"]))),256)),h.value?(l.openBlock(!0),l.createElementBlock(l.Fragment,{key:0},l.renderList(g.value,z=>(l.openBlock(),l.createBlock(k,null,{default:l.withCtx(()=>[l.createVNode(C,{prop:z.prop,size:"default"},{label:l.withCtx(()=>[l.createVNode(_$,{field:z,changed:!1,invalid:l.unref(c)[z.prop],onReset:l.unref(f)},null,8,["field","invalid","onReset"])]),default:l.withCtx(()=>[l.createVNode(O7,{field:z,disabled:!z.allow_edit||b.disabled,bean:l.unref(s),row:h.value,onChange:m},null,8,["field","disabled","bean","row"])]),_:2},1032,["prop"])]),_:2},1024))),256)):l.createCommentVNode("",!0)]),_:1})]),_:1},512)}}}),Qxe={key:0,style:{padding:"8px","border-bottom":"1px dashed #cccccc"}},Zxe={key:1,style:{padding:"5px 5px 0 5px"}},P7=l.defineComponent({__name:"DForm",props:{db:{default:"orm"},entity:{},codes:{},item:{},disabled:{type:Boolean},convertor:{}},emits:["change"],setup(t,{expose:e,emit:n}){const o=n,r=t;function a(y,b,w=!0,C=!1){h({prop:y,value:b,changed:w,invalid:C})}const s=l.computed(()=>r.codes||[]),i=l.ref({entity:r.entity,code:s.value[0]||"default"}),{manager:c}=en(i),u=l.ref([]),f=l.ref(new Ma);l.onMounted(()=>{if(s.value.length>1){const{manager:y}=en({entity:"valar.MetaView"}),b=[new hn({meta__entity:r.entity,meta__db:r.db})];y.values(b,["code","name"]).then(w=>{const C=U1.fromPairs(w.map(k=>[k.code,k.name]));u.value=s.value.map(k=>({value:k,label:C[k]||k}))})}}),l.watch(i,()=>{c.meta_view(r.convertor).then(y=>{f.value=y})},{deep:!0,immediate:!0});const{$item:d,change:h,load:m}=S$(r.item),g=l.computed(()=>{const y=m();return y?U1.isEmpty(y)?{}:Object.assign({id:r.item.id,saved:!0},y):null});l.watch(g,()=>o("change",g.value),{deep:!0});function v(){return g.value}return e({getData:v}),(y,b)=>{const w=l.resolveComponent("el-segmented");return l.openBlock(),l.createElementBlock(l.Fragment,null,[s.value.length>1?(l.openBlock(),l.createElementBlock("div",Qxe,[l.createVNode(w,{options:u.value,modelValue:i.value.code,"onUpdate:modelValue":b[0]||(b[0]=C=>i.value.code=C)},null,8,["options","modelValue"])])):l.createCommentVNode("",!0),f.value?(l.openBlock(),l.createElementBlock("div",Zxe,[l.createVNode(T7,{ref:"form",view:f.value,item:y.item,onChange:l.unref(h),disabled:y.disabled},null,8,["view","item","onChange","disabled"]),l.renderSlot(y.$slots,"default",{view:f.value,item:l.unref(d),update:a})])):l.createCommentVNode("",!0)],64)}}}),j$=["iexact","icontains","istartswith","iendswith"],N$=["gte","lte"],A$=["exact","contains","startswith","endswith","gt","lt","isnull","in","range"],eCe=[...j$,...N$,...A$],tCe={contains:"部分",exact:"精准",startswith:"开头",endswith:"结尾",gt:"大于",lt:"小于",isnull:"空值",in:"多值",range:"范围"};class nCe{type;prop;lookup;value;affix;constructor(e,n,o,r="contains",a=!0){this.type=e,this.prop=n,this.value=o,this.lookup=r,this.affix=a}}function E$(t={}){const e=l.isRef(t)?t:l.ref(t),n=l.computed(()=>oCe(e.value.includes)),o=l.ref($$(e.value));return l.watch(e,()=>{o.value=$$(e.value)},{deep:!0,immediate:!0}),{core:n,finder:o}}function $$(t){const e={includes:{},excludes:{}};return["includes","excludes"].forEach(o=>{const r=t[o]||{};Object.entries(r).filter(([a,s])=>s!=null).forEach(([a,s])=>{const i=rCe(o,a,s,t.modes);i&&(e[o][i.prop]=i)})}),e}function oCe(t={}){const e=Object.entries(t).filter(([n,o])=>!n.includes("__")&&o!=null);return Object.fromEntries(e)}function rCe(t,e,n,o={}){let r=!1,a="exact",s=eCe.filter(i=>e.endsWith(`__${i}`))[0];if(!(s==="isnull"&&!U1.isBoolean(n)||["in","range"].includes(s)&&!U1.isArray(n))){if(s)e=e.slice(0,-`__${s}`.length),j$.includes(s)?(r=!0,a=s.slice(1)):N$.includes(s)?(r=!0,a=s.slice(0,-1)):A$.includes(s)&&(a=s);else if(n instanceof Array){const i=(o[e]||{}).domain;ol.includes(i||"")&&(a="in")}return new nCe(t,e,n,a,r)}}function O$(t={}){const e=l.isRef(t)?t:l.ref(t),{core:n,finder:o}=E$(e),r=l.ref([]),a=l.computed(()=>aCe(o.value,r.value));return{config:e,core:n,finder:o,finders:r,conditions:a}}function aCe(t,e){const n=new hn(I7(t.includes),I7(t.excludes)),o=e.map(r=>U1.merge(new hn(I7(r.includes),I7(r.excludes)),n));return o.length?o:[n]}function I7(t){return Object.values(t).filter(e=>e.value!=null&&e.value!=="").map(e=>sCe(e)).reduce((e,n)=>Object.assign(e,n),{})}function sCe(t){let e=t.prop,n=t.value;if(["gt","lt"].includes(t.lookup)){const o=t.affix?"e":"";e=`${t.prop}__${t.lookup}${o}`}else if(["exact","contains","startswith","endswith"].includes(t.lookup)){const o=t.affix?"i":"";e=`${t.prop}__${o}${t.lookup}`}else["in","range","isnull"].includes(t.lookup)&&(e=`${t.prop}__${t.lookup}`);return Object.fromEntries([[e,n]])}function hc(t){const e=t?.cell||" ",n=t?.line||`\r
583
- `;function o(i){return i.split(n).filter(c=>!!c.trim()).map(c=>c.split(e))}function r(i){return i.map(c=>c.join(e)).join(n)}function a(i,c){const u=i.map((f,d)=>[f,c[d]]);return Object.fromEntries(u)}function s(i,c){if(c){const u=i[0]||[],f=[],d=[];u.forEach(m=>{f.push(m),d.push({prop:m,domain:"CharField"})});const h=i.slice(1).map(m=>a(f,m));return{columns:d,data:h}}else{const u=i[0]||[],f=U1.range(u.length).map(m=>`C${m}`),d=f.map(m=>({prop:m,domain:"CharField"})),h=i.map(m=>a(f,m));return{columns:d,data:h}}}return{fromText:o,toText:r,toPlain:s}}function mc(){function t(c){return new Promise(u=>{fetch(c).then(f=>f.arrayBuffer()).then(f=>{const d=s(f);u(d)})})}function e(c){return new Promise(u=>{const f=new FileReader;f.onload=d=>{const h=d.target?.result,m=s(h);u(m)},f.readAsArrayBuffer(c)})}async function n(c,...u){const{utils:f,writeFile:d}=await import("xlsx"),h=f.book_new();u.forEach((m,g)=>{const v=m.headers?[m.headers,...m.data]:m.data,y=f.aoa_to_sheet(v);y["!merges"]=m.merges||[];const b=m.name||`Sheet${g+1}`;f.book_append_sheet(h,y,b)}),d(h,c+".xlsx")}const o={s:"CharField",n:"FloatField",b:"BooleanField",d:"DateField"};function r(c){const u=[...new Set(c)],f=u.length===1?u[0]:"s";return o[f]}function a(c){const u={};return Object.keys(c).forEach(f=>{const d=f.match(/^([A-Za-z]+)(\d+)$/);if(!d)return;const h=d[1],{t:m}=c[f],g=u[h]||[];g.push(m),u[h]=g}),Object.entries(u).map(f=>{const d=f[0],h=f[1],m=r(h);h.splice(0,1);const g=r(h);return{key:d,domain:m,$domain:g}})}async function s(c){const{utils:u,read:f}=await import("xlsx"),d=f(c,{type:"binary",cellDates:!0}),h={};return d.SheetNames.forEach(m=>{const g=d.Sheets[m],v=a(g),y=v.map(w=>w.key),b=u.sheet_to_json(g,{header:y,raw:!0});h[m]={columns:v,data:b}}),h}function i(c,u){if(!c)return{columns:[],data:[]};const{columns:f,data:d}=c;if(u){const h=d[0]||{},m=Object.fromEntries(f.map(g=>[g.key,h[g.key]]));return{columns:f.map(g=>({prop:m[g.key],domain:g.$domain})),data:d.slice(1).map(g=>{const v=Object.entries(g).map(([y,b])=>[m[y],b]);return Object.fromEntries(v)})}}else return{columns:f.map(h=>({prop:h.key,domain:h.domain})),data:d}}return{readFile:e,write:n,readURL:t,toPlain:i}}function T$(){const t=l.ref(!1);function e(){return t.value=!0,new Promise(o=>{document.addEventListener("paste",r=>{const a=r.clipboardData?.getData("text/plain")||"";o(a),t.value=!1},{once:!0})})}function n(){const o=navigator.clipboard;return new Promise(r=>{o?navigator.clipboard.readText().then(a=>r(a)):r("浏览器不支持剪切板")})}return{openPaster:e,pending:t,getClipboardData:n}}/*! js-cookie v3.0.5 | MIT */function D7(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)t[o]=n[o]}return t}var lCe={read:function(t){return t[0]==='"'&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function Qh(t,e){function n(r,a,s){if(!(typeof document>"u")){s=D7({},e,s),typeof s.expires=="number"&&(s.expires=new Date(Date.now()+s.expires*864e5)),s.expires&&(s.expires=s.expires.toUTCString()),r=encodeURIComponent(r).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var i="";for(var c in s)s[c]&&(i+="; "+c,s[c]!==!0&&(i+="="+s[c].split(";")[0]));return document.cookie=r+"="+t.write(a,r)+i}}function o(r){if(!(typeof document>"u"||arguments.length&&!r)){for(var a=document.cookie?document.cookie.split("; "):[],s={},i=0;i<a.length;i++){var c=a[i].split("="),u=c.slice(1).join("=");try{var f=decodeURIComponent(c[0]);if(s[f]=t.read(u,f),r===f)break}catch{}}return r?s[r]:s}}return Object.create({set:n,get:o,remove:function(r,a){n(r,"",D7({},a,{expires:-1}))},withAttributes:function(r){return Qh(this.converter,D7({},this.attributes,r))},withConverter:function(r){return Qh(D7({},this.converter,r),this.attributes)}},{attributes:{value:Object.freeze(e)},converter:{value:Object.freeze(t)}})}var V7=Qh(lCe,{path:"/"});function Zh(){function t(r){const a=em(r),s=tm(a),i=r.substring(r.indexOf(".")+1);return a===r?s:U1.get(s,i)}function e(r,a){const s=em(r);if(a==null)o(s);else if(s===r)V7.set(s,JSON.stringify(a));else{const i=tm(s)||{},c=r.substring(r.indexOf(".")+1),u=U1.set(i,c,a);V7.set(s,JSON.stringify(u))}}function n(r,a){return t(r)==null&&e(r,a),t(r)}function o(r){const a=em(r);if(a===r)V7.remove(a);else{const s=tm(a),i=r.substring(r.indexOf(".")+1);U1.unset(s,i),e(a,s)}}return{get:t,set:e,remove:o,load:n}}function em(t){let n=t.split(".")[0],o=n.indexOf("[");return o===-1?n:n.substring(0,o)}function tm(t){const e=V7.get(t);try{return JSON.parse(e)}catch{return e}}function iCe(t,e){const n=[{label:"删除",type:"danger",icon:"remove",handler(r){t.value?.delete_one(r.id)}},{label:"编辑",type:"warning",icon:"edit",handler(r){t.value?.edit(r)}}];function o(){t.value?.open()}return{buttons:n,insert:o}}function P$(){const{height:t}=Bge();return{frame:l.computed(()=>{const n={header:60,body:100,footer:25,neck:35};return n.body=t.value-n.header-n.footer-n.neck,n})}}const cCe={type:"FeatureCollection",features:JSON.parse('[{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[124.450531,-9.18019],[124.03004,-9.341974],[125.061615,-9.485772],[124.919507,-8.962016],[124.450531,-9.18019]]],[[[117.567149,4.159654],[115.878849,4.352139],[114.500638,1.436037],[112.180057,1.449034],[110.553903,0.85137],[109.645274,2.083238],[108.855479,0.832221],[109.273204,-0.853611],[110.068533,-1.43255],[110.263194,-3.002862],[112.618012,-3.423761],[113.182628,-3.077081],[114.611095,-3.683852],[115.967947,-3.608819],[116.32488,-1.703871],[117.595958,-0.422621],[118.063487,2.366929],[117.352712,3.182807],[117.567149,4.159654]]],[[[140.974457,-2.600518],[137.794444,-1.484145],[136.403819,-2.219659],[135.47047,-3.363051],[134.19337,-2.379083],[133.977224,-0.72324],[132.709158,-0.36004],[131.243012,-0.819431],[131.20574,-1.523614],[132.325694,-2.946547],[135.185557,-4.448907],[137.706309,-5.221938],[139.093028,-7.559991],[140.97698,-9.106134],[140.974457,-2.600518]]],[[[109.906016,-7.83766],[110.476736,-8.111912],[114.197032,-8.645603],[112.582774,-6.989923],[110.730479,-6.456964],[110.355724,-6.972914],[108.605479,-6.761651],[108.216364,-6.237965],[106.495372,-6.034845],[106.522662,-7.410957],[109.906016,-7.83766]]],[[[119.846528,-0.874607],[118.757335,-2.775811],[120.323253,-5.509535],[120.446544,-3.728692],[122.107758,-4.519952],[122.675059,-4.122735],[121.692149,-1.908136],[119.846528,-0.874607]]],[[[100.947276,1.825385],[99.750743,3.180487],[98.305675,4.080308],[97.496837,5.251899],[95.42628,4.827338],[98.535167,1.936469],[99.089854,0.622016],[100.301443,-0.816339],[101.104828,-2.587091],[102.312511,-3.991469],[104.297699,-5.643324],[105.782563,-5.828546],[106.063162,-3.266697],[104.883311,-2.284926],[103.711192,0.311469],[100.947276,1.825385]]]]},"properties":{"name":"Indonesia","ISO3166-1-Alpha-3":"IDN","ISO3166-1-Alpha-2":"ID"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[102.07309,6.257514],[100.127289,6.442288],[100.720714,3.868069],[101.283051,2.9112],[103.367361,1.538398],[103.448578,4.795071],[102.07309,6.257514]]],[[[115.146169,4.908515],[115.029778,4.820642],[114.9817,4.889065],[114.586628,4.021435],[113.99879,4.601142],[112.974376,3.144232],[111.440278,2.680121],[110.967947,1.503241],[109.645274,2.083238],[110.553903,0.85137],[112.180057,1.449034],[114.500638,1.436037],[115.878849,4.352139],[117.567149,4.159654],[119.155935,5.106187],[116.973806,6.708075],[115.146169,4.908515]]]]},"properties":{"name":"Malaysia","ISO3166-1-Alpha-3":"MYS","ISO3166-1-Alpha-2":"MY"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-69.510089,-17.506588],[-70.394703,-18.337746],[-70.058695,-21.433377],[-70.562245,-23.059828],[-70.444814,-25.344903],[-71.521962,-28.940118],[-71.71345,-30.614923],[-71.412465,-32.369561],[-72.23058,-35.116143],[-73.671783,-37.362563],[-73.241567,-39.489516],[-73.946904,-40.972841],[-72.863596,-41.905938],[-73.27774,-44.11004],[-72.727651,-44.758559],[-74.266835,-46.781671],[-74.256418,-50.939386],[-73.530914,-52.456964],[-70.812123,-52.821384],[-68.44861,-52.346617],[-71.917699,-51.990055],[-72.302843,-50.648897],[-73.465098,-49.759959],[-73.457863,-49.307687],[-73.098247,-49.272754],[-71.311534,-45.299456],[-72.148537,-42.998718],[-71.955577,-40.720356],[-70.873835,-38.691436],[-71.145343,-36.68825],[-70.380325,-36.046016],[-69.787674,-33.379408],[-70.591371,-31.549598],[-70.042619,-29.363064],[-68.419876,-26.179279],[-68.572373,-24.769856],[-67.362369,-24.030367],[-67.193904,-22.822223],[-67.876343,-22.833592],[-69.510089,-17.506588]]],[[[-68.627617,-52.639572],[-70.473541,-53.309259],[-68.641882,-54.782971],[-68.627617,-52.639572]]]]},"properties":{"name":"Chile","ISO3166-1-Alpha-3":"CHL","ISO3166-1-Alpha-2":"CL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.510089,-17.506588],[-67.876343,-22.833592],[-67.193904,-22.822223],[-65.744613,-22.11405],[-62.650357,-22.234456],[-61.761213,-19.657765],[-59.089541,-19.286729],[-58.158797,-20.165125],[-57.551082,-18.183643],[-58.464721,-16.33125],[-60.129839,-16.273062],[-60.465271,-13.816572],[-61.847977,-13.530801],[-65.353009,-11.390621],[-65.304381,-9.825652],[-66.631871,-9.904304],[-68.61573,-11.112499],[-69.577635,-10.952302],[-68.684252,-12.502492],[-69.390669,-14.964408],[-69.001727,-16.422821],[-69.510089,-17.506588]]]},"properties":{"name":"Bolivia","ISO3166-1-Alpha-3":"BOL","ISO3166-1-Alpha-2":"BO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.510089,-17.506588],[-69.001727,-16.422821],[-69.390669,-14.964408],[-68.684252,-12.502492],[-69.577635,-10.952302],[-70.641342,-11.0108],[-70.680849,-9.527686],[-72.195666,-10.00559],[-73.526541,-8.372408],[-73.765493,-6.904177],[-72.917948,-5.132089],[-70.832235,-4.179434],[-69.96495,-4.236484],[-70.050629,-2.71513],[-70.874196,-2.229579],[-72.943269,-2.419024],[-73.63656,-1.255168],[-75.283488,-0.107021],[-75.560034,-1.502595],[-76.684591,-2.57364],[-78.362938,-3.488727],[-79.009281,-4.96011],[-80.079655,-4.309038],[-80.340729,-3.393498],[-81.252797,-4.238702],[-81.101457,-6.072068],[-79.96468,-6.787355],[-78.98574,-8.217421],[-77.174916,-12.071873],[-76.221102,-13.357556],[-76.282056,-14.140924],[-75.160797,-15.393324],[-71.514516,-17.284601],[-70.394703,-18.337746],[-69.510089,-17.506588]]]},"properties":{"name":"Peru","ISO3166-1-Alpha-3":"PER","ISO3166-1-Alpha-2":"PE"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-67.193904,-22.822223],[-67.362369,-24.030367],[-68.572373,-24.769856],[-68.419876,-26.179279],[-70.042619,-29.363064],[-70.591371,-31.549598],[-69.787674,-33.379408],[-70.380325,-36.046016],[-71.145343,-36.68825],[-70.873835,-38.691436],[-71.955577,-40.720356],[-72.148537,-42.998718],[-71.311534,-45.299456],[-73.098247,-49.272754],[-73.465098,-49.759959],[-72.302843,-50.648897],[-71.917699,-51.990055],[-68.44861,-52.346617],[-69.167778,-50.978225],[-67.556549,-49.015817],[-65.847068,-47.944417],[-67.622467,-46.163751],[-65.216885,-44.36641],[-64.513051,-42.936293],[-65.069569,-41.985772],[-62.337799,-40.872735],[-62.026723,-38.937595],[-59.063222,-38.69378],[-57.593577,-38.152765],[-56.664866,-36.851007],[-57.144909,-35.4842],[-58.154872,-34.7504],[-58.549387,-33.683038],[-58.200124,-32.447201],[-57.642466,-30.193092],[-57.611698,-30.182963],[-55.772534,-28.231971],[-53.819217,-27.139738],[-54.600203,-25.574945],[-54.706475,-26.441796],[-56.124554,-27.298901],[-58.653289,-27.156274],[-57.556921,-25.45984],[-60.033669,-24.007009],[-61.006349,-23.805471],[-62.650357,-22.234456],[-65.744613,-22.11405],[-67.193904,-22.822223]]],[[[-68.641882,-54.782971],[-66.482213,-54.4658],[-68.627617,-52.639572],[-68.641882,-54.782971]]]]},"properties":{"name":"Argentina","ISO3166-1-Alpha-3":"ARG","ISO3166-1-Alpha-2":"AR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[33.701508,34.972886],[33.891841,34.958139],[33.898116,35.061272],[33.906505,35.069105],[33.679435,35.033899],[33.702935,34.987943],[33.701508,34.972886]]]},"properties":{"name":"Dhekelia Sovereign Base Area","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[33.702935,34.987943],[32.691549,35.183705],[32.659813,35.187082],[32.584809,35.172512],[32.760671,34.653225],[32.832294,34.700948],[33.015635,34.634425],[33.701508,34.972886],[33.702935,34.987943]]],[[[33.898116,35.061272],[33.891841,34.958139],[34.021961,35.057009],[33.898116,35.061272]]]]},"properties":{"name":"Cyprus","ISO3166-1-Alpha-3":"CYP","ISO3166-1-Alpha-2":"CY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[77.800346,35.495406],[77.048971,35.110442],[75.777111,34.503812],[74.285832,34.768887],[74.002335,33.177692],[75.023668,32.466262],[74.329757,30.899614],[71.860864,27.950207],[70.341939,28.01147],[69.465093,26.80777],[71.063858,24.682577],[68.183035,23.842108],[68.994151,22.203925],[70.982432,20.71015],[72.60613,21.266588],[72.650076,19.841986],[73.447032,16.068915],[74.614594,13.835517],[76.543956,8.912502],[77.510916,8.075995],[78.956798,9.274848],[80.332774,13.198147],[80.263194,15.674547],[84.077403,18.271552],[84.872081,19.219875],[86.268565,19.910346],[87.200938,21.551988],[89.060395,22.129869],[88.737508,24.287097],[88.074396,25.908135],[88.656273,26.415133],[90.364644,25.149991],[92.001753,25.18296],[92.575879,21.977574],[93.169021,22.246912],[95.139546,26.029937],[97.323496,28.217478],[96.141966,29.368467],[94.63043,29.319452],[92.574977,27.847806],[91.628339,27.852694],[92.03586,26.854848],[89.822093,26.701007],[88.892331,27.315543],[88.118218,27.860885],[88.074189,26.453942],[85.821614,26.571713],[84.577039,27.329031],[82.752137,27.494964],[80.036386,28.837026],[80.996017,30.196969],[78.744578,31.9642],[79.456096,33.250399],[77.800346,35.495406]]]},"properties":{"name":"India","ISO3166-1-Alpha-3":"IND","ISO3166-1-Alpha-2":"IN"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[77.800346,35.495406],[79.456096,33.250399],[78.744578,31.9642],[80.996017,30.196969],[81.591588,30.414269],[85.98026,27.885172],[88.118218,27.860885],[88.892331,27.315543],[90.261804,28.335354],[91.628339,27.852694],[92.574977,27.847806],[94.63043,29.319452],[96.141966,29.368467],[97.323496,28.217478],[98.679279,27.577336],[98.692404,25.87899],[97.536093,24.745028],[98.503269,24.121268],[99.95026,21.721156],[101.159024,21.552691],[102.118655,22.397549],[106.667473,22.86752],[106.722354,22.006978],[107.991222,21.485663],[109.135753,21.602973],[110.156749,20.986029],[112.608002,21.775092],[114.082367,22.529364],[114.229828,22.555813],[116.494688,22.939352],[119.558442,25.563788],[120.835297,27.955959],[121.840587,29.161119],[121.821945,31.952486],[120.911199,32.630121],[120.257091,34.311835],[119.207286,35.048407],[120.75058,36.459174],[119.441173,37.120551],[118.840099,38.152574],[119.535592,39.890826],[121.361339,40.939643],[122.30185,40.502346],[121.674083,39.088039],[124.369965,40.098293],[126.887118,41.784918],[130.530771,42.53048],[131.280906,43.380221],[131.065829,44.682028],[132.953362,45.024385],[133.902452,46.258986],[134.38635,48.381337],[131.023351,47.682284],[129.711183,49.274151],[127.508113,49.822335],[125.621355,53.062137],[123.639564,53.551254],[120.874255,53.28016],[120.77917,52.117595],[117.758838,49.512741],[116.684278,49.823265],[115.852701,47.705565],[118.542252,47.966246],[119.699959,47.159526],[116.603559,46.309319],[115.63783,45.444359],[113.635058,44.746262],[112.011488,45.087482],[111.933353,43.696636],[109.485131,42.449296],[106.767829,42.286619],[105.014809,41.596144],[101.637599,42.515442],[96.350635,42.740906],[95.379428,44.287117],[93.525278,44.951263],[90.90549,45.185977],[90.441228,47.493045],[87.942828,48.599489],[87.816324,49.165837],[87.323796,49.085274],[85.783683,48.407589],[85.498636,47.051832],[83.150356,47.211538],[82.291493,45.533191],[80.061707,45.018959],[80.773395,43.112925],[80.210328,42.189519],[76.860972,41.013208],[74.835359,40.511637],[73.632642,39.448343],[74.776345,38.510674],[74.892307,37.231114],[74.542354,37.021669],[76.777351,35.646112],[77.800346,35.495406]]],[[[111.010509,19.683783],[109.303722,19.921698],[108.631684,19.286282],[109.439952,18.288967],[111.010509,19.683783]]]]},"properties":{"name":"China","ISO3166-1-Alpha-3":"CHN","ISO3166-1-Alpha-2":"CN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.248351,31.211449],[34.886729,29.490058],[34.955577,29.558987],[35.458125,31.491929],[34.958223,32.186454],[35.560961,32.384717],[35.75759,32.744347],[35.8211,33.406722],[35.105235,33.089016],[34.481204,31.583141],[34.248351,31.211449]]]},"properties":{"name":"Israel","ISO3166-1-Alpha-3":"ISR","ISO3166-1-Alpha-2":"IL"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[34.481204,31.583141],[34.200269,31.314267],[34.248351,31.211449],[34.481204,31.583141]]],[[[35.560961,32.384717],[34.958223,32.186454],[35.458125,31.491929],[35.560961,32.384717]]]]},"properties":{"name":"Palestine","ISO3166-1-Alpha-3":"PSE","ISO3166-1-Alpha-2":"PS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.105235,33.089016],[35.8211,33.406722],[35.9699,34.649849],[35.105235,33.089016]]]},"properties":{"name":"Lebanon","ISO3166-1-Alpha-3":"LBN","ISO3166-1-Alpha-2":"LB"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.070698,9.454592],[33.970774,8.445377],[35.920835,4.619332],[38.101891,3.612649],[39.436176,3.462374],[40.763744,4.284933],[41.885019,3.977226],[43.968975,4.953962],[44.941525,4.911484],[47.979169,7.996567],[46.97923,7.996567],[44.023855,8.985525],[42.836279,10.208086],[42.923715,10.998787],[41.79872,10.970675],[42.379459,12.465907],[40.104559,14.465966],[36.52638,14.263523],[34.279489,10.565506],[34.070698,9.454592]]]},"properties":{"name":"Ethiopia","ISO3166-1-Alpha-3":"ETH","ISO3166-1-Alpha-2":"ET"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.920835,4.619332],[33.970774,8.445377],[34.070698,9.454592],[33.902096,10.192041],[32.414073,11.050851],[31.234817,9.792323],[30.012979,10.270485],[28.843841,9.324545],[26.556859,9.520454],[25.084081,10.293223],[24.170328,8.689327],[26.378007,6.65329],[27.441301,5.070725],[28.404137,4.277828],[29.494096,4.668295],[30.839543,3.490202],[33.977078,4.219692],[35.245726,4.98172],[35.920835,4.619332]]]},"properties":{"name":"South Sudan","ISO3166-1-Alpha-3":"SSD","ISO3166-1-Alpha-2":"SS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[47.979169,7.996567],[44.941525,4.911484],[43.968975,4.953962],[41.885019,3.977226],[40.965385,2.814145],[40.979751,-0.870798],[41.535085,-1.696303],[42.080903,-0.862888],[44.550059,1.559068],[46.027029,2.438137],[47.948497,4.457099],[49.036143,6.144232],[50.840343,9.456122],[51.12086,11.505316],[48.939112,11.24913],[48.939111,9.451233],[47.979169,7.996567]]]},"properties":{"name":"Somalia","ISO3166-1-Alpha-3":"SOM","ISO3166-1-Alpha-2":"SO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.920835,4.619332],[35.245726,4.98172],[33.977078,4.219692],[34.978671,1.675945],[33.893569,0.109814],[33.904214,-1.002573],[37.644865,-3.045963],[39.190603,-4.677504],[40.174978,-2.762628],[41.535085,-1.696303],[40.979751,-0.870798],[40.965385,2.814145],[41.885019,3.977226],[40.763744,4.284933],[39.436176,3.462374],[38.101891,3.612649],[35.920835,4.619332]]]},"properties":{"name":"Kenya","ISO3166-1-Alpha-3":"KEN","ISO3166-1-Alpha-2":"KE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.964615,-11.573556],[34.4833,-9.946162],[32.920863,-9.4079],[33.674203,-10.577028],[33.230302,-11.416563],[33.202707,-14.013872],[34.344084,-14.387389],[34.385219,-16.186453],[35.795675,-16.004965],[35.853036,-14.667476],[34.545312,-13.325749],[34.964615,-11.573556]]]},"properties":{"name":"Malawi","ISO3166-1-Alpha-3":"MWI","ISO3166-1-Alpha-2":"MW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[32.920863,-9.4079],[34.4833,-9.946162],[34.964615,-11.573556],[37.427824,-11.722591],[40.43686,-10.474786],[39.77947,-9.930108],[39.28004,-8.309259],[39.464529,-6.85768],[38.778005,-6.030694],[39.190603,-4.677504],[37.644865,-3.045963],[33.904214,-1.002573],[30.471786,-1.066837],[30.5546,-2.400628],[30.832205,-3.172777],[29.404179,-4.449805],[29.738629,-6.652409],[30.752107,-8.194124],[32.920863,-9.4079]]]},"properties":{"name":"United Republic of Tanzania","ISO3166-1-Alpha-3":"TZA","ISO3166-1-Alpha-2":"TZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.75759,32.744347],[36.819385,32.316788],[38.774511,33.371685],[41.195656,34.768473],[41.414867,36.527384],[42.357238,37.109984],[39.765252,36.742151],[38.190051,36.905526],[35.911305,35.91775],[35.9699,34.649849],[35.8211,33.406722],[35.75759,32.744347]]]},"properties":{"name":"Syria","ISO3166-1-Alpha-3":"SYR","ISO3166-1-Alpha-2":"SY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[48.939112,11.24913],[47.366873,11.172797],[44.274262,10.456732],[43.240733,11.48786],[42.923715,10.998787],[42.836279,10.208086],[44.023855,8.985525],[46.97923,7.996567],[47.979169,7.996567],[48.939111,9.451233],[48.939112,11.24913]]]},"properties":{"name":"Somaliland","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-54.615292,2.326267],[-52.707708,2.358927],[-51.683217,4.039374],[-52.994581,5.457624],[-54.170969,5.348375],[-53.988819,3.610995],[-54.615292,2.326267]]],[[[2.5218,51.087541],[-0.219472,49.280097],[-4.563629,48.629625],[-2.501698,47.526679],[-1.048695,46.038804],[-1.794075,43.386015],[1.429297,42.595386],[1.707006,42.502781],[3.18097,42.431484],[3.939301,43.532538],[6.027008,43.078195],[7.36575,43.72273],[7.406969,43.763506],[7.437454,43.743361],[7.502289,43.792222],[7.022083,45.92526],[6.064157,46.471118],[7.586028,47.584619],[8.18873,48.965746],[6.345307,49.455349],[5.790685,49.537753],[2.5218,51.087541]]]]},"properties":{"name":"France","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-54.615292,2.326267],[-53.988819,3.610995],[-54.170969,5.348375],[-54.77359,5.985256],[-56.956537,6.011574],[-57.24767,5.484931],[-58.067691,4.151143],[-56.481819,1.941614],[-54.615292,2.326267]]]},"properties":{"name":"Suriname","ISO3166-1-Alpha-3":"SUR","ISO3166-1-Alpha-2":"SR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-56.481819,1.941614],[-58.067691,4.151143],[-57.24767,5.484931],[-57.167307,6.08511],[-60.020985,8.55801],[-61.379608,5.9053],[-60.739854,5.202138],[-59.52923,3.931906],[-60.00008,2.694049],[-59.242141,1.377798],[-56.481819,1.941614]]]},"properties":{"name":"Guyana","ISO3166-1-Alpha-3":"GUY","ISO3166-1-Alpha-2":"GY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[128.364919,38.624335],[126.667459,37.82781],[126.733165,35.885565],[127.315926,34.444901],[129.4546,35.513251],[129.331065,37.282172],[128.364919,38.624335]]]},"properties":{"name":"South Korea","ISO3166-1-Alpha-3":"KOR","ISO3166-1-Alpha-2":"KR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[128.364919,38.624335],[127.378429,39.371487],[129.752997,40.90994],[130.699962,42.295111],[130.530771,42.53048],[126.887118,41.784918],[124.369965,40.098293],[125.431895,39.300727],[125.013194,37.905992],[126.667459,37.82781],[128.364919,38.624335]]]},"properties":{"name":"North Korea","ISO3166-1-Alpha-3":"PRK","ISO3166-1-Alpha-2":"KP"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-17.013743,21.419971],[-14.839813,21.450268],[-14.019992,23.410252],[-12.430141,24.830165],[-12.029752,26.03035],[-10.921835,27.009825],[-9.734362,26.860429],[-8.682385,27.661439],[-8.682385,28.6659],[-7.619453,29.389422],[-5.756156,29.614071],[-3.645529,30.711317],[-3.659507,31.647821],[-1.249557,32.08166],[-1.787716,34.756691],[-2.222564,35.089301],[-4.376047,35.151842],[-5.927235,35.780748],[-6.822092,34.039618],[-9.259918,32.57689],[-9.847524,31.402411],[-9.655141,30.126899],[-11.485585,28.325629],[-12.968088,27.914618],[-14.410146,26.260077],[-14.907826,24.685492],[-15.620107,24.026272],[-17.013743,21.419971]]]},"properties":{"name":"Morocco","ISO3166-1-Alpha-3":"MAR","ISO3166-1-Alpha-2":"MA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-8.682385,27.661439],[-9.734362,26.860429],[-10.921835,27.009825],[-12.029752,26.03035],[-12.430141,24.830165],[-14.019992,23.410252],[-14.839813,21.450268],[-17.013743,21.419971],[-17.056874,20.766913],[-16.958831,21.332859],[-13.015247,21.333428],[-13.015247,23.018002],[-12.015308,23.495182],[-12.015308,25.9949],[-8.707216,25.995004],[-8.682385,27.285416],[-8.682385,27.661439]]]},"properties":{"name":"Western Sahara","ISO3166-1-Alpha-3":"ESH","ISO3166-1-Alpha-2":"EH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.6965,10.936594],[-85.701736,11.08088],[-85.63858,9.905463],[-83.629872,9.035346],[-82.897629,8.034748],[-82.573598,9.576199],[-83.6965,10.936594]]]},"properties":{"name":"Costa Rica","ISO3166-1-Alpha-3":"CRI","ISO3166-1-Alpha-2":"CR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.701736,11.08088],[-83.6965,10.936594],[-83.767201,12.546698],[-83.130444,14.997012],[-84.77017,14.805144],[-87.314036,12.981553],[-85.701736,11.08088]]]},"properties":{"name":"Nicaragua","ISO3166-1-Alpha-3":"NIC","ISO3166-1-Alpha-2":"NI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.626387,3.476869],[16.567701,3.464389],[16.196665,2.236454],[15.76465,1.908722],[13.294568,2.161058],[14.183868,1.380847],[13.871225,0.196423],[14.498991,-0.630916],[14.226966,-2.323113],[11.55824,-2.349365],[11.114016,-3.936856],[12.009608,-5.019631],[13.073703,-4.635323],[14.831167,-4.815054],[16.207723,-3.361913],[16.231288,-2.129016],[17.749541,-0.523429],[18.072416,2.160024],[18.626387,3.476869]]]},"properties":{"name":"Republic of the Congo","ISO3166-1-Alpha-3":"COG","ISO3166-1-Alpha-2":"CG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.626387,3.476869],[18.072416,2.160024],[17.749541,-0.523429],[16.231288,-2.129016],[16.207723,-3.361913],[14.831167,-4.815054],[13.073703,-4.635323],[12.210541,-5.763442],[13.183849,-5.856459],[16.597364,-5.924702],[17.536531,-8.015117],[19.355542,-8.001991],[19.521836,-7.001949],[21.784954,-7.283379],[21.854097,-9.61781],[23.014336,-11.102474],[23.967457,-10.872307],[25.994051,-11.904802],[28.497154,-11.857363],[28.915268,-8.472867],[30.752107,-8.194124],[29.738629,-6.652409],[29.404179,-4.449805],[29.015365,-2.720711],[29.577915,-1.38839],[29.928281,0.785018],[31.242826,2.051168],[30.839543,3.490202],[29.494096,4.668295],[28.404137,4.277828],[27.441301,5.070725],[25.58126,5.374919],[22.492714,4.174036],[20.603114,4.409732],[19.71955,5.135967],[18.721058,4.377357],[18.626387,3.476869]]]},"properties":{"name":"Democratic Republic of the Congo","ISO3166-1-Alpha-3":"COD","ISO3166-1-Alpha-2":"CD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[91.628339,27.852694],[90.261804,28.335354],[88.892331,27.315543],[89.822093,26.701007],[92.03586,26.854848],[91.628339,27.852694]]]},"properties":{"name":"Bhutan","ISO3166-1-Alpha-3":"BTN","ISO3166-1-Alpha-2":"BT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[31.764345,52.100568],[30.14863,51.48443],[25.767915,51.928511],[23.606238,51.517399],[24.106466,50.538622],[22.539637,49.0722],[22.13284,48.404798],[22.877601,47.946739],[26.617889,48.258968],[29.123989,47.975987],[29.72695,46.455796],[28.199498,45.461774],[29.659028,45.215888],[30.991384,46.601264],[33.628517,46.124935],[35.001891,45.729003],[35.901622,46.652737],[38.216645,47.103258],[39.759051,47.832947],[39.570432,49.713297],[37.435265,50.424934],[35.425258,50.500485],[33.804065,52.354609],[31.764345,52.100568]]]},"properties":{"name":"Ukraine","ISO3166-1-Alpha-3":"UKR","ISO3166-1-Alpha-2":"UA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[23.606238,51.517399],[25.767915,51.928511],[30.14863,51.48443],[31.764345,52.100568],[30.912821,55.571596],[28.148907,56.142414],[26.594531,55.666991],[25.529997,54.346141],[23.485625,53.939293],[23.606238,51.517399]]]},"properties":{"name":"Belarus","ISO3166-1-Alpha-3":"BLR","ISO3166-1-Alpha-2":"BY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.487071,-28.572931],[19.081657,-28.959368],[19.981653,-28.422347],[19.981447,-24.752493],[19.978346,-22.000671],[20.97198,-22.000671],[20.975081,-18.319346],[25.259781,-17.794107],[23.381652,-17.641144],[20.806202,-18.031405],[18.453581,-17.389893],[13.942745,-17.408187],[13.363711,-16.964183],[11.766124,-17.252699],[11.849082,-18.143183],[14.508556,-22.548028],[14.473643,-24.159112],[15.295258,-27.322442],[16.487071,-28.572931]]]},"properties":{"name":"Namibia","ISO3166-1-Alpha-3":"NAM","ISO3166-1-Alpha-2":"NA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[19.981447,-24.752493],[19.981653,-28.422347],[19.081657,-28.959368],[16.487071,-28.572931],[18.172862,-31.663263],[17.852387,-32.829685],[18.475352,-33.899835],[19.953461,-34.808689],[22.629893,-33.995782],[24.583995,-34.178318],[27.897146,-33.039972],[30.392345,-30.847101],[32.379405,-28.55283],[32.893077,-26.846124],[32.113884,-26.840014],[31.157043,-27.205573],[31.119836,-25.910045],[31.949243,-25.958104],[31.986554,-24.423108],[31.288922,-22.39734],[29.350074,-22.186707],[28.338559,-22.584615],[24.79862,-25.829223],[23.006998,-25.310805],[21.687182,-26.855207],[19.981447,-24.752493]],[[28.980846,-28.909035],[29.144246,-29.919723],[27.366164,-30.311017],[27.747432,-28.908622],[28.980846,-28.909035]]]},"properties":{"name":"South Africa","ISO3166-1-Alpha-3":"ZAF","ISO3166-1-Alpha-2":"ZA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-63.017569,18.033391],[-63.017649,18.122138],[-63.107004,18.06212],[-63.017569,18.033391]]]},"properties":{"name":"Saint Martin","ISO3166-1-Alpha-3":"MAF","ISO3166-1-Alpha-2":"MF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-63.107004,18.06212],[-63.097646,18.035956],[-63.017569,18.033391],[-63.107004,18.06212]]]},"properties":{"name":"Sint Maarten","ISO3166-1-Alpha-3":"SXM","ISO3166-1-Alpha-2":"SX"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[56.383311,24.978217],[55.186843,22.703577],[55.637565,21.97897],[54.97838,19.995421],[51.978615,18.995638],[53.090343,16.642401],[55.026866,17.011135],[55.44516,17.84101],[57.709727,18.943996],[59.791759,22.198065],[58.786143,23.512112],[57.151541,23.953559],[56.383311,24.978217]]]},"properties":{"name":"Oman","ISO3166-1-Alpha-3":"OMN","ISO3166-1-Alpha-2":"OM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.958955,40.238372],[70.169288,41.578342],[70.947793,42.248146],[69.044447,41.379181],[66.688208,41.199192],[66.101267,42.990323],[64.956531,43.69736],[62.026115,43.480629],[61.036305,44.382822],[58.531445,45.558719],[55.978422,44.996221],[55.978422,41.321717],[58.612267,42.780852],[59.866351,42.304215],[60.414534,41.235262],[61.877907,41.124984],[62.452808,40.009239],[64.120613,38.96168],[66.554159,38.026853],[66.519588,37.36418],[67.780544,37.188868],[68.360664,38.174053],[67.764525,39.622596],[70.280392,40.877713],[70.958955,40.238372]]]},"properties":{"name":"Uzbekistan","ISO3166-1-Alpha-3":"UZB","ISO3166-1-Alpha-2":"UZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[87.323796,49.085274],[85.263095,49.581523],[83.433956,50.992651],[79.990083,50.788116],[77.866802,53.272331],[75.640375,54.09887],[74.213899,53.59704],[72.066743,54.222376],[70.665743,55.309183],[62.550579,54.026833],[61.193505,54.018254],[61.372098,50.782483],[59.774677,50.533712],[56.508003,51.066264],[55.659992,50.530043],[53.610298,51.388415],[50.581698,51.635299],[46.899907,49.820319],[46.479312,48.410225],[48.525079,47.410234],[49.227131,46.327879],[51.187022,47.116889],[53.188162,46.718004],[52.566661,45.400702],[50.299083,44.655341],[52.437671,41.748876],[54.047171,42.345401],[55.978422,41.321717],[55.978422,44.996221],[58.531445,45.558719],[61.036305,44.382822],[62.026115,43.480629],[64.956531,43.69736],[66.101267,42.990323],[66.688208,41.199192],[69.044447,41.379181],[70.947793,42.248146],[71.847738,42.834053],[73.41002,42.58965],[78.496118,42.875601],[80.210328,42.189519],[80.773395,43.112925],[80.061707,45.018959],[82.291493,45.533191],[83.150356,47.211538],[85.498636,47.051832],[85.783683,48.407589],[87.323796,49.085274]],[[63.383914,45.565824],[62.900274,46.208964],[63.754899,46.296658],[63.383914,45.565824]]]},"properties":{"name":"Kazakhstan","ISO3166-1-Alpha-3":"KAZ","ISO3166-1-Alpha-2":"KZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.958955,40.238372],[70.280392,40.877713],[67.764525,39.622596],[68.360664,38.174053],[67.780544,37.188868],[70.165205,37.889911],[71.597727,37.89836],[74.892307,37.231114],[74.776345,38.510674],[73.632642,39.448343],[70.958955,40.238372]]]},"properties":{"name":"Tajikistan","ISO3166-1-Alpha-3":"TJK","ISO3166-1-Alpha-2":"TJ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[26.594531,55.666991],[25.649679,56.143809],[22.094082,56.41741],[21.053396,56.072618],[21.267589,55.248684],[22.76722,54.35627],[23.485625,53.939293],[25.529997,54.346141],[26.594531,55.666991]]]},"properties":{"name":"Lithuania","ISO3166-1-Alpha-3":"LTU","ISO3166-1-Alpha-2":"LT"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-57.602793,-30.190517],[-56.831281,-30.102037],[-54.591521,-31.471049],[-53.126856,-32.754847],[-53.379095,-33.740676],[-52.621693,-33.101983],[-51.122548,-30.256036],[-48.815338,-28.610447],[-48.432729,-25.622491],[-46.966461,-24.299086],[-44.435658,-22.996759],[-42.058217,-22.95379],[-39.709788,-19.416111],[-38.864369,-15.843357],[-39.062489,-13.399998],[-38.320424,-12.935235],[-36.903066,-10.772882],[-35.14745,-8.911879],[-34.797353,-7.158461],[-35.510569,-5.143731],[-37.182932,-4.910903],[-39.985707,-2.848403],[-41.343088,-2.920343],[-43.311766,-2.346467],[-46.613796,-0.813236],[-47.584514,-0.578247],[-48.339711,-1.316013],[-50.372841,-1.973728],[-51.201568,-0.049086],[-49.978831,1.072211],[-51.683217,4.039374],[-52.707708,2.358927],[-54.615292,2.326267],[-56.481819,1.941614],[-59.242141,1.377798],[-60.00008,2.694049],[-59.52923,3.931906],[-60.739854,5.202138],[-61.542104,4.263023],[-64.063811,3.911597],[-64.080864,1.647394],[-66.346204,0.759386],[-66.875061,1.22251],[-68.163302,1.721291],[-69.848807,1.668892],[-70.073806,-0.124901],[-69.399454,-1.182717],[-69.96495,-4.236484],[-70.832235,-4.179434],[-72.917948,-5.132089],[-73.765493,-6.904177],[-73.526541,-8.372408],[-72.195666,-10.00559],[-70.680849,-9.527686],[-70.641342,-11.0108],[-69.577635,-10.952302],[-68.61573,-11.112499],[-66.631871,-9.904304],[-65.304381,-9.825652],[-65.353009,-11.390621],[-61.847977,-13.530801],[-60.465271,-13.816572],[-60.129839,-16.273062],[-58.464721,-16.33125],[-57.551082,-18.183643],[-58.158797,-20.165125],[-57.986818,-22.035295],[-55.89294,-22.306803],[-55.398035,-23.97683],[-54.245289,-24.050624],[-54.600203,-25.574945],[-53.819217,-27.139738],[-55.772534,-28.231971],[-57.611698,-30.182963],[-57.602793,-30.190517]]],[[[-48.462514,-0.576104],[-50.368153,-0.105645],[-50.405181,-1.830987],[-48.839223,-1.44256],[-48.462514,-0.576104]]]]},"properties":{"name":"Brazil","ISO3166-1-Alpha-3":"BRA","ISO3166-1-Alpha-2":"BR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-57.602793,-30.190517],[-57.642466,-30.193092],[-58.200124,-32.447201],[-58.388824,-33.942071],[-57.82251,-34.475109],[-54.93932,-34.969903],[-53.379095,-33.740676],[-53.126856,-32.754847],[-54.591521,-31.471049],[-56.831281,-30.102037],[-57.602793,-30.190517]]]},"properties":{"name":"Uruguay","ISO3166-1-Alpha-3":"URY","ISO3166-1-Alpha-2":"UY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[116.684278,49.823265],[114.286285,50.276881],[113.043673,49.588602],[110.731359,49.137674],[108.538057,49.32743],[107.946517,49.933491],[105.32864,50.476455],[103.601407,50.13353],[102.051217,51.383609],[98.855599,52.106691],[97.301688,49.725545],[94.624539,50.015191],[91.749779,50.684091],[87.816324,49.165837],[87.942828,48.599489],[90.441228,47.493045],[90.90549,45.185977],[93.525278,44.951263],[95.379428,44.287117],[96.350635,42.740906],[101.637599,42.515442],[105.014809,41.596144],[106.767829,42.286619],[109.485131,42.449296],[111.933353,43.696636],[112.011488,45.087482],[113.635058,44.746262],[115.63783,45.444359],[116.603559,46.309319],[119.699959,47.159526],[118.542252,47.966246],[115.852701,47.705565],[116.684278,49.823265]]]},"properties":{"name":"Mongolia","ISO3166-1-Alpha-3":"MNG","ISO3166-1-Alpha-2":"MN"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[87.816324,49.165837],[91.749779,50.684091],[94.624539,50.015191],[97.301688,49.725545],[98.855599,52.106691],[102.051217,51.383609],[103.601407,50.13353],[105.32864,50.476455],[107.946517,49.933491],[108.538057,49.32743],[110.731359,49.137674],[113.043673,49.588602],[114.286285,50.276881],[116.684278,49.823265],[117.758838,49.512741],[120.77917,52.117595],[120.874255,53.28016],[123.639564,53.551254],[125.621355,53.062137],[127.508113,49.822335],[129.711183,49.274151],[131.023351,47.682284],[134.38635,48.381337],[133.902452,46.258986],[132.953362,45.024385],[131.065829,44.682028],[131.280906,43.380221],[130.530771,42.53048],[130.699962,42.295111],[132.356212,43.285956],[133.157725,42.688422],[135.139903,43.508368],[138.100352,46.227973],[140.16505,48.449408],[141.432953,53.148871],[139.815929,54.215155],[138.502126,53.543524],[136.883311,54.591376],[137.571951,56.116523],[143.159679,59.353909],[148.393728,59.379299],[149.597725,59.758205],[153.369151,59.241278],[156.679463,61.524017],[159.359874,61.893012],[161.938555,60.416788],[159.023774,58.414781],[156.930675,57.658433],[155.551177,55.284205],[156.719698,50.886454],[159.922374,53.283637],[160.052989,54.175727],[162.153168,54.849921],[161.777081,55.608327],[163.32951,57.708945],[161.993228,58.087392],[163.651541,60.051663],[170.58074,60.433905],[176.594249,62.485826],[179.60906,62.705634],[178.399913,64.243354],[180,65.06619],[180,65.069252],[180,65.567867],[180,66.066482],[180,66.565097],[180,67.063712],[180,67.562327],[180,68.060942],[180,68.559557],[180,68.98105],[176.503917,69.754096],[170.61085,70.116278],[170.351085,68.82807],[164.027029,69.77383],[160.925548,69.642076],[159.689464,70.670966],[155.936371,71.099351],[152.613048,70.834621],[148.402029,72.31094],[141.550629,72.774319],[138.756033,71.643012],[130.300629,70.940131],[128.192149,72.228339],[127.987559,73.470852],[121.054698,72.931789],[118.450206,73.588772],[110.021495,74.014472],[113.605235,75.28498],[111.555431,76.684149],[104.023285,77.7331],[96.830577,75.915432],[89.132335,75.452826],[86.02003,74.262519],[80.832205,73.571763],[80.704112,72.545356],[73.52589,71.822211],[69.276622,72.840766],[66.927013,71.298407],[67.055512,68.78144],[63.410492,69.671291],[57.329845,68.564765],[53.437022,68.918158],[48.255707,67.682685],[45.943858,68.446234],[43.761404,67.221137],[39.712087,65.401842],[39.566524,64.545268],[34.955577,64.452216],[34.866222,65.877916],[40.444347,66.405504],[41.016612,67.697903],[35.330333,69.276068],[30.840954,69.805842],[28.954077,69.027261],[30.009413,67.685844],[29.089159,66.837549],[29.588147,64.991435],[31.569525,62.905929],[27.807872,60.553046],[28.019054,59.481757],[27.352935,57.527601],[28.148907,56.142414],[30.912821,55.571596],[31.764345,52.100568],[33.804065,52.354609],[35.425258,50.500485],[37.435265,50.424934],[39.570432,49.713297],[39.759051,47.832947],[38.216645,47.103258],[37.478282,44.677191],[39.985976,43.38899],[44.85936,42.75951],[46.430892,41.890442],[48.578949,41.845282],[46.700938,44.446194],[47.608735,45.638821],[49.227131,46.327879],[48.525079,47.410234],[46.479312,48.410225],[46.899907,49.820319],[50.581698,51.635299],[53.610298,51.388415],[55.659992,50.530043],[56.508003,51.066264],[59.774677,50.533712],[61.372098,50.782483],[61.193505,54.018254],[62.550579,54.026833],[70.665743,55.309183],[72.066743,54.222376],[74.213899,53.59704],[75.640375,54.09887],[77.866802,53.272331],[79.990083,50.788116],[83.433956,50.992651],[85.263095,49.581523],[87.323796,49.085274],[87.816324,49.165837]]],[[[22.76722,54.35627],[21.267589,55.248684],[19.609548,54.456732],[22.76722,54.35627]]],[[[33.628517,46.124935],[32.525157,45.458157],[33.957856,44.383002],[35.001891,45.729003],[33.628517,46.124935]]],[[[-180,65.066229],[-176.976552,65.608059],[-173.106265,64.24098],[-172.162487,65.420692],[-169.700917,66.128648],[-173.547078,67.090677],[-180,68.98237],[-180,68.559557],[-180,68.060942],[-180,67.562327],[-180,67.063712],[-180,66.565097],[-180,66.066482],[-180,65.567867],[-180,65.069252],[-180,65.066229]]],[[[142.529063,54.297187],[141.675548,51.912421],[143.174164,49.245998],[144.282725,49.25019],[142.529063,54.297187]]],[[[145.366222,75.540229],[138.138031,76.118842],[139.343435,74.687405],[145.366222,75.540229]]]]},"properties":{"name":"Russia","ISO3166-1-Alpha-3":"RUS","ISO3166-1-Alpha-2":"RU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.810393,50.858447],[12.336487,50.258587],[13.815725,48.76643],[16.945043,48.604166],[18.833196,49.510261],[16.331644,50.644042],[14.810393,50.858447]]]},"properties":{"name":"Czechia","ISO3166-1-Alpha-3":"CZE","ISO3166-1-Alpha-2":"CZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.815725,48.76643],[12.336487,50.258587],[14.810393,50.858447],[14.263901,53.699976],[12.501964,54.473578],[11.175059,54.018012],[9.437503,54.810411],[8.660776,54.896311],[8.860688,53.831],[7.194591,53.245022],[5.99491,50.749927],[6.117487,50.120456],[6.345307,49.455349],[8.18873,48.965746],[7.586028,47.584619],[9.547482,47.534547],[12.744834,47.66536],[13.815725,48.76643]]]},"properties":{"name":"Germany","ISO3166-1-Alpha-3":"DEU","ISO3166-1-Alpha-2":"DE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[24.306159,57.868186],[27.352935,57.527601],[28.019054,59.481757],[23.470876,59.212144],[24.306159,57.868186]]]},"properties":{"name":"Estonia","ISO3166-1-Alpha-3":"EST","ISO3166-1-Alpha-2":"EE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[27.352935,57.527601],[24.306159,57.868186],[22.483735,57.742499],[21.053396,56.072618],[22.094082,56.41741],[25.649679,56.143809],[26.594531,55.666991],[28.148907,56.142414],[27.352935,57.527601]]]},"properties":{"name":"Latvia","ISO3166-1-Alpha-3":"LVA","ISO3166-1-Alpha-2":"LV"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[20.623165,69.036356],[22.596481,68.724643],[28.954077,69.027261],[30.840954,69.805842],[27.568696,71.097235],[19.098318,69.736151],[14.22283,66.981513],[12.602224,65.432318],[4.964122,61.265692],[5.477951,58.754747],[6.99936,58.030707],[9.428071,58.893134],[11.437511,58.991726],[12.510946,60.117985],[11.992425,63.288903],[14.514287,65.318081],[14.540538,66.125448],[18.171841,68.535921],[20.623165,69.036356]]],[[[20.208751,78.638088],[16.616466,79.985053],[10.708018,79.561428],[16.336762,76.616441],[20.208751,78.638088]]]]},"properties":{"name":"Norway","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.623165,69.036356],[18.171841,68.535921],[14.540538,66.125448],[14.514287,65.318081],[11.992425,63.288903],[12.510946,60.117985],[11.437511,58.991726],[11.224864,58.370673],[13.000011,55.400092],[15.851736,56.086371],[17.093028,58.660834],[18.824474,60.068305],[17.097179,61.636135],[20.503429,63.822008],[22.360606,65.761217],[24.163097,65.822699],[23.052164,68.29821],[20.623165,69.036356]]]},"properties":{"name":"Sweden","ISO3166-1-Alpha-3":"SWE","ISO3166-1-Alpha-2":"SE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.954077,69.027261],[22.596481,68.724643],[20.623165,69.036356],[23.052164,68.29821],[24.163097,65.822699],[23.604503,64.027655],[21.113536,62.781195],[21.469981,60.608303],[23.237153,59.898017],[27.807872,60.553046],[31.569525,62.905929],[29.588147,64.991435],[29.089159,66.837549],[30.009413,67.685844],[28.954077,69.027261]]]},"properties":{"name":"Finland","ISO3166-1-Alpha-3":"FIN","ISO3166-1-Alpha-2":"FI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[107.520393,14.704582],[107.514295,12.343847],[106.01542,11.770497],[106.063066,11.093329],[104.451345,10.419664],[104.774595,8.817867],[106.575531,9.648627],[109.018077,11.355902],[109.465017,12.913316],[108.882823,15.336168],[106.763927,17.335517],[105.648285,18.892727],[106.755138,20.938544],[107.991222,21.485663],[106.722354,22.006978],[106.667473,22.86752],[102.118655,22.397549],[103.115287,20.868391],[104.600726,20.660549],[104.721959,18.792007],[107.116851,16.254616],[107.520393,14.704582]]]},"properties":{"name":"Vietnam","ISO3166-1-Alpha-3":"VNM","ISO3166-1-Alpha-2":"VN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[107.520393,14.704582],[105.184308,14.34574],[103.085005,14.295821],[102.328203,13.27516],[102.913585,11.645901],[103.095551,10.933987],[104.451345,10.419664],[106.063066,11.093329],[106.01542,11.770497],[107.514295,12.343847],[107.520393,14.704582]]]},"properties":{"name":"Cambodia","ISO3166-1-Alpha-3":"KHM","ISO3166-1-Alpha-2":"KH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.117487,50.120456],[5.790685,49.537753],[6.345307,49.455349],[6.117487,50.120456]]]},"properties":{"name":"Luxembourg","ISO3166-1-Alpha-3":"LUX","ISO3166-1-Alpha-2":"LU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[56.279055,25.627446],[56.077397,26.061048],[54.445974,24.316148],[51.569347,24.256171],[52.583074,22.931108],[55.186843,22.703577],[56.383311,24.978217],[56.279055,25.627446]]]},"properties":{"name":"United Arab Emirates","ISO3166-1-Alpha-3":"ARE","ISO3166-1-Alpha-2":"AE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.5218,51.087541],[5.790685,49.537753],[6.117487,50.120456],[5.99491,50.749927],[4.261068,51.369379],[4.221491,51.368001],[3.349415,51.375223],[2.5218,51.087541]]]},"properties":{"name":"Belgium","ISO3166-1-Alpha-3":"BEL","ISO3166-1-Alpha-2":"BE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[39.985976,43.38899],[41.500173,42.64057],[41.520763,41.514228],[43.440428,41.106588],[45.0024,41.290452],[46.430892,41.890442],[44.85936,42.75951],[39.985976,43.38899]]]},"properties":{"name":"Georgia","ISO3166-1-Alpha-3":"GEO","ISO3166-1-Alpha-2":"GE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.567147,41.873182],[20.965262,40.849394],[22.916978,41.335773],[22.345023,42.313439],[21.564066,42.246289],[20.567147,41.873182]]]},"properties":{"name":"North Macedonia","ISO3166-1-Alpha-3":"MKD","ISO3166-1-Alpha-2":"MK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.567147,41.873182],[20.064956,42.546758],[19.365082,41.852362],[19.999848,39.693508],[20.965262,40.849394],[20.567147,41.873182]]]},"properties":{"name":"Albania","ISO3166-1-Alpha-3":"ALB","ISO3166-1-Alpha-2":"AL"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[45.0024,41.290452],[46.514039,38.882176],[47.846877,39.685279],[48.874278,38.434068],[49.58961,40.62519],[48.578949,41.845282],[46.430892,41.890442],[45.0024,41.290452]]],[[[46.135871,38.863701],[44.774559,39.702797],[44.806993,39.639902],[46.135871,38.863701]]]]},"properties":{"name":"Azerbaijan","ISO3166-1-Alpha-3":"AZE","ISO3166-1-Alpha-2":"AZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.064956,42.546758],[20.567147,41.873182],[21.564066,42.246289],[20.345352,42.827439],[20.064956,42.546758]]]},"properties":{"name":"Kosovo","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[43.440428,41.106588],[41.520763,41.514228],[40.142751,40.922797],[37.504731,41.042914],[35.104503,42.021877],[33.324474,42.019029],[31.248871,41.105658],[29.231781,41.240709],[28.637706,40.36518],[26.735606,40.403551],[27.263194,36.963365],[30.440766,36.239325],[32.670665,36.046698],[34.770763,36.816067],[35.911305,35.91775],[38.190051,36.905526],[39.765252,36.742151],[42.357238,37.109984],[44.766135,37.14192],[44.061372,39.400284],[44.806993,39.639902],[44.774559,39.702797],[43.440428,41.106588]]],[[[28.016775,41.972561],[26.333359,41.713036],[26.043956,40.738471],[28.981944,41.001654],[28.016775,41.972561]]]]},"properties":{"name":"Turkey","ISO3166-1-Alpha-3":"TUR","ISO3166-1-Alpha-2":"TR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.794075,43.386015],[-4.734934,43.4171],[-8.059316,43.709418],[-9.2176,43.155341],[-8.750803,41.96898],[-6.656772,41.933075],[-7.313528,39.457438],[-7.414418,37.192816],[-5.358387,36.141109],[-5.338773,36.14112],[-4.433258,36.710679],[-2.071156,36.775336],[0.23406,38.75788],[-0.323354,39.516221],[0.990408,41.0397],[3.150165,41.845351],[3.18097,42.431484],[1.707006,42.502781],[1.447901,42.434646],[1.429297,42.595386],[-1.794075,43.386015]]]},"properties":{"name":"Spain","ISO3166-1-Alpha-3":"ESP","ISO3166-1-Alpha-2":"ES"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[102.118655,22.397549],[101.159024,21.552691],[100.099295,20.317805],[102.078503,18.213799],[104.000039,18.318444],[104.754515,16.528915],[105.650998,15.634602],[105.184308,14.34574],[107.520393,14.704582],[107.116851,16.254616],[104.721959,18.792007],[104.600726,20.660549],[103.115287,20.868391],[102.118655,22.397549]]]},"properties":{"name":"Laos","ISO3166-1-Alpha-3":"LAO","ISO3166-1-Alpha-2":"LA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[80.210328,42.189519],[78.496118,42.875601],[73.41002,42.58965],[71.847738,42.834053],[70.947793,42.248146],[70.169288,41.578342],[70.958955,40.238372],[73.632642,39.448343],[74.835359,40.511637],[76.860972,41.013208],[80.210328,42.189519]]]},"properties":{"name":"Kyrgyzstan","ISO3166-1-Alpha-3":"KGZ","ISO3166-1-Alpha-2":"KG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[45.0024,41.290452],[43.440428,41.106588],[44.774559,39.702797],[46.135871,38.863701],[46.514039,38.882176],[45.0024,41.290452]]]},"properties":{"name":"Armenia","ISO3166-1-Alpha-3":"ARM","ISO3166-1-Alpha-2":"AM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.660776,54.896311],[9.437503,54.810411],[10.245372,55.914618],[8.601085,56.501125],[8.660776,54.896311]]]},"properties":{"name":"Denmark","ISO3166-1-Alpha-3":"DNK","ISO3166-1-Alpha-2":"DK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.505112,33.181225],[11.444035,32.36849],[10.108096,31.411831],[9.519708,30.228905],[9.93591,27.866724],[9.401162,26.113394],[10.032028,24.856339],[11.567128,24.26684],[11.968861,23.517351],[14.979909,22.995664],[15.985101,23.44472],[19.164132,21.874893],[23.981306,19.496124],[24.968016,19.994956],[24.981245,21.995351],[24.981245,25.205439],[24.981245,29.181372],[24.688343,30.144156],[25.15089,31.65648],[21.608653,32.930732],[19.920665,31.717719],[19.056814,30.266181],[16.044607,31.275539],[15.195974,32.389797],[11.505112,33.181225]]]},"properties":{"name":"Libya","ISO3166-1-Alpha-3":"LBY","ISO3166-1-Alpha-2":"LY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.505112,33.181225],[10.12672,34.325629],[11.111578,35.205595],[10.146251,37.236518],[8.60251,36.939511],[8.236479,34.647654],[7.479832,33.893901],[9.045008,32.071842],[9.519708,30.228905],[10.108096,31.411831],[11.444035,32.36849],[11.505112,33.181225]]]},"properties":{"name":"Tunisia","ISO3166-1-Alpha-3":"TUN","ISO3166-1-Alpha-2":"TN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.877601,47.946739],[21.164527,46.318259],[20.242826,46.108091],[22.69164,44.228435],[25.35962,43.654287],[27.027476,44.177046],[28.57838,43.741278],[29.659028,45.215888],[28.199498,45.461774],[28.037027,47.016459],[26.617889,48.258968],[22.877601,47.946739]]]},"properties":{"name":"Romania","ISO3166-1-Alpha-3":"ROU","ISO3166-1-Alpha-2":"RO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.877601,47.946739],[22.13284,48.404798],[20.481674,48.526083],[17.825713,47.750006],[17.148338,48.005443],[16.094035,46.862774],[16.515302,46.501711],[18.901306,45.931203],[20.242826,46.108091],[21.164527,46.318259],[22.877601,47.946739]]]},"properties":{"name":"Hungary","ISO3166-1-Alpha-3":"HUN","ISO3166-1-Alpha-2":"HU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.539637,49.0722],[18.833196,49.510261],[16.945043,48.604166],[17.148338,48.005443],[17.825713,47.750006],[20.481674,48.526083],[22.13284,48.404798],[22.539637,49.0722]]]},"properties":{"name":"Slovakia","ISO3166-1-Alpha-3":"SVK","ISO3166-1-Alpha-2":"SK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.833196,49.510261],[22.539637,49.0722],[24.106466,50.538622],[23.606238,51.517399],[23.485625,53.939293],[22.76722,54.35627],[19.609548,54.456732],[17.885427,54.824123],[14.210053,53.938463],[14.200819,53.878157],[14.263901,53.699976],[14.810393,50.858447],[16.331644,50.644042],[18.833196,49.510261]]]},"properties":{"name":"Poland","ISO3166-1-Alpha-3":"POL","ISO3166-1-Alpha-2":"PL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.2471,55.069322],[-8.485951,54.288642],[-10.234609,51.85102],[-8.539174,51.648383],[-6.369862,52.179999],[-6.269887,54.097927],[-7.2471,55.069322]]]},"properties":{"name":"Ireland","ISO3166-1-Alpha-3":"IRL","ISO3166-1-Alpha-2":"IE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.665354,51.617255],[-2.864817,50.733791],[0.271007,50.747382],[1.771169,52.485907],[0.329845,53.086493],[-1.630849,55.58511],[-2.964345,56.205634],[-1.759348,57.473578],[-5.599436,57.279242],[-5.170806,55.008694],[-3.017568,53.931952],[-4.197133,52.279283],[-2.665354,51.617255]]]},"properties":{"name":"United Kingdom","ISO3166-1-Alpha-3":"GBR","ISO3166-1-Alpha-2":"GB"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.965262,40.849394],[19.999848,39.693508],[21.707367,36.81802],[23.095551,36.807034],[23.204926,38.682685],[22.5713,40.054267],[24.415538,40.945543],[26.043956,40.738471],[26.333359,41.713036],[22.916978,41.335773],[20.965262,40.849394]]]},"properties":{"name":"Greece","ISO3166-1-Alpha-3":"GRC","ISO3166-1-Alpha-2":"GR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[32.920863,-9.4079],[30.752107,-8.194124],[28.915268,-8.472867],[28.497154,-11.857363],[25.994051,-11.904802],[23.967457,-10.872307],[24.000633,-13.001479],[21.979878,-13.001479],[21.983805,-16.165886],[23.381652,-17.641144],[25.259781,-17.794107],[27.048457,-17.944278],[29.186311,-15.812832],[30.396263,-15.635995],[30.214465,-14.981462],[33.202707,-14.013872],[33.230302,-11.416563],[33.674203,-10.577028],[32.920863,-9.4079]]]},"properties":{"name":"Zambia","ISO3166-1-Alpha-3":"ZMB","ISO3166-1-Alpha-2":"ZM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-10.282236,8.484625],[-11.272666,9.996006],[-12.508327,9.860381],[-13.301096,9.04149],[-12.506581,7.389838],[-11.476186,6.91942],[-10.282236,8.484625]]]},"properties":{"name":"Sierra Leone","ISO3166-1-Alpha-3":"SLE","ISO3166-1-Alpha-2":"SL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-13.301096,9.04149],[-12.508327,9.860381],[-11.272666,9.996006],[-10.282236,8.484625],[-9.438101,7.421564],[-8.485446,7.557989],[-7.958915,8.781997],[-7.989663,10.161991],[-8.993839,12.387514],[-10.711357,11.890386],[-11.388422,12.403895],[-13.728279,12.673388],[-13.729932,11.709829],[-15.020985,10.967475],[-13.301096,9.04149]]]},"properties":{"name":"Guinea","ISO3166-1-Alpha-3":"GIN","ISO3166-1-Alpha-2":"GN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-11.476186,6.91942],[-9.278717,5.145738],[-7.540666,4.352845],[-7.446543,5.845949],[-8.566113,6.550919],[-8.485446,7.557989],[-9.438101,7.421564],[-10.282236,8.484625],[-11.476186,6.91942]]]},"properties":{"name":"Liberia","ISO3166-1-Alpha-3":"LBR","ISO3166-1-Alpha-2":"LR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.861064,10.919154],[20.359408,9.116421],[19.10057,9.015265],[18.589283,8.047882],[15.481049,7.523263],[14.523899,5.279679],[16.196665,2.236454],[16.567701,3.464389],[18.626387,3.476869],[18.721058,4.377357],[19.71955,5.135967],[20.603114,4.409732],[22.492714,4.174036],[25.58126,5.374919],[27.441301,5.070725],[26.378007,6.65329],[24.170328,8.689327],[22.861064,10.919154]]]},"properties":{"name":"Central African Republic","ISO3166-1-Alpha-3":"CAF","ISO3166-1-Alpha-2":"CF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.861064,10.919154],[24.170328,8.689327],[25.084081,10.293223],[26.556859,9.520454],[28.843841,9.324545],[30.012979,10.270485],[31.234817,9.792323],[32.414073,11.050851],[33.902096,10.192041],[34.070698,9.454592],[34.279489,10.565506],[36.52638,14.263523],[37.000459,17.072602],[38.601573,18.004828],[37.434337,18.861721],[36.883637,21.995714],[34.084179,21.995454],[33.558442,21.710957],[33.181136,21.995409],[28.290345,21.994783],[24.981245,21.995351],[24.968016,19.994956],[23.981306,19.496124],[23.984406,15.72116],[23.094642,15.704262],[22.073722,13.771357],[22.861064,10.919154]]]},"properties":{"name":"Sudan","ISO3166-1-Alpha-3":"SDN","ISO3166-1-Alpha-2":"SD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.240733,11.48786],[43.117686,12.707913],[42.379459,12.465907],[41.79872,10.970675],[42.923715,10.998787],[43.240733,11.48786]]]},"properties":{"name":"Djibouti","ISO3166-1-Alpha-3":"DJI","ISO3166-1-Alpha-2":"DJ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.117686,12.707913],[41.156098,14.641588],[39.718272,15.263902],[38.601573,18.004828],[37.000459,17.072602],[36.52638,14.263523],[40.104559,14.465966],[42.379459,12.465907],[43.117686,12.707913]]]},"properties":{"name":"Eritrea","ISO3166-1-Alpha-3":"ERI","ISO3166-1-Alpha-2":"ER"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.945043,48.604166],[13.815725,48.76643],[12.744834,47.66536],[9.547482,47.534547],[9.521155,47.262801],[9.581203,47.05687],[10.453811,46.864427],[13.700951,46.519746],[16.094035,46.862774],[17.148338,48.005443],[16.945043,48.604166]]]},"properties":{"name":"Austria","ISO3166-1-Alpha-3":"AUT","ISO3166-1-Alpha-2":"AT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[44.766135,37.14192],[42.357238,37.109984],[41.414867,36.527384],[41.195656,34.768473],[38.774511,33.371685],[39.146375,32.118144],[42.075395,31.079861],[44.691825,29.201836],[46.532436,29.095745],[47.948009,29.994045],[48.531016,29.96133],[47.831323,31.761835],[45.658794,33.681692],[46.165481,35.189946],[44.766135,37.14192]]]},"properties":{"name":"Iraq","ISO3166-1-Alpha-3":"IRQ","ISO3166-1-Alpha-2":"IQ"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[7.022083,45.92526],[7.502289,43.792222],[8.76238,44.432115],[10.105805,44.01675],[10.499522,42.940497],[13.044607,41.227525],[15.610199,40.073188],[17.049571,40.51911],[14.075369,42.598822],[12.368826,44.250678],[12.487804,45.456732],[13.711762,45.593207],[13.700951,46.519746],[10.453811,46.864427],[10.133417,46.414016],[7.022083,45.92526]],[[12.42945,43.892056],[12.385629,43.924534],[12.421389,43.967219],[12.490325,43.939159],[12.42945,43.892056]],[[12.453137,41.902752],[12.453031,41.903915],[12.453983,41.903862],[12.454035,41.902752],[12.453137,41.902752]]],[[[15.528656,38.302639],[12.427013,37.797024],[14.487315,36.793362],[15.528656,38.302639]]],[[[9.792247,40.556952],[8.1338,40.728909],[8.371755,39.230618],[9.557791,39.139716],[9.792247,40.556952]]]]},"properties":{"name":"Italy","ISO3166-1-Alpha-3":"ITA","ISO3166-1-Alpha-2":"IT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.453811,46.864427],[9.581203,47.05687],[9.484981,47.176346],[9.521155,47.262801],[9.547482,47.534547],[7.586028,47.584619],[6.064157,46.471118],[7.022083,45.92526],[10.133417,46.414016],[10.453811,46.864427]]]},"properties":{"name":"Switzerland","ISO3166-1-Alpha-3":"CHE","ISO3166-1-Alpha-2":"CH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[44.806993,39.639902],[44.061372,39.400284],[44.766135,37.14192],[46.165481,35.189946],[45.658794,33.681692],[47.831323,31.761835],[48.531016,29.96133],[50.144867,29.938056],[51.380271,27.991418],[53.716075,26.708564],[54.801524,26.498236],[56.353038,27.201606],[57.326182,25.777004],[61.588227,25.202094],[62.753564,26.644163],[62.735684,27.994985],[60.844379,29.858179],[61.7852,30.831401],[60.855024,31.482731],[60.486778,34.094277],[61.269676,35.618499],[58.861037,37.668089],[57.038409,38.187283],[55.423108,38.075894],[53.913748,37.34276],[51.909028,36.582709],[49.014496,37.739163],[48.874278,38.434068],[47.846877,39.685279],[46.514039,38.882176],[46.135871,38.863701],[44.806993,39.639902]]]},"properties":{"name":"Iran","ISO3166-1-Alpha-3":"IRN","ISO3166-1-Alpha-2":"IR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.194591,53.245022],[4.745453,52.967597],[4.261068,51.369379],[5.99491,50.749927],[7.194591,53.245022]]]},"properties":{"name":"Netherlands","ISO3166-1-Alpha-3":"NLD","ISO3166-1-Alpha-2":"NL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.521155,47.262801],[9.484981,47.176346],[9.581203,47.05687],[9.521155,47.262801]]]},"properties":{"name":"Liechtenstein","ISO3166-1-Alpha-3":"LIE","ISO3166-1-Alpha-2":"LI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.989663,10.161991],[-7.958915,8.781997],[-8.485446,7.557989],[-8.566113,6.550919],[-7.446543,5.845949],[-7.540666,4.352845],[-5.851308,5.029975],[-2.843699,5.149115],[-3.262509,6.617142],[-2.506328,8.209267],[-2.689211,9.488724],[-4.966075,9.901025],[-5.522578,10.425489],[-7.989663,10.161991]]]},"properties":{"name":"Ivory Coast","ISO3166-1-Alpha-3":"CIV","ISO3166-1-Alpha-2":"CI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.242826,46.108091],[18.901306,45.931203],[19.015821,44.865635],[19.195345,43.532796],[20.345352,42.827439],[21.564066,42.246289],[22.345023,42.313439],[22.69164,44.228435],[20.242826,46.108091]]]},"properties":{"name":"Republic of Serbia","ISO3166-1-Alpha-3":"SRB","ISO3166-1-Alpha-2":"RS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-12.26413,14.774939],[-11.388422,12.403895],[-10.711357,11.890386],[-8.993839,12.387514],[-7.989663,10.161991],[-5.522578,10.425489],[-5.167819,11.943665],[-3.984042,13.39647],[-2.023412,14.198643],[-0.752895,15.069727],[0.218467,14.910977],[1.331526,15.283616],[3.507103,15.353973],[4.183961,16.416053],[4.22861,19.142244],[1.778113,20.304291],[1.146524,21.101711],[-2.523226,23.500996],[-4.821613,24.995065],[-6.593107,24.994134],[-5.963533,19.620612],[-5.510951,15.495903],[-11.727057,15.541171],[-12.26413,14.774939]]]},"properties":{"name":"Mali","ISO3166-1-Alpha-3":"MLI","ISO3166-1-Alpha-2":"ML"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-12.26413,14.774939],[-14.343254,16.63666],[-16.327397,16.474551],[-16.542348,15.808824],[-17.178212,14.653144],[-16.561399,13.586914],[-15.518195,13.5831],[-15.833318,13.156847],[-16.753651,13.065009],[-16.728437,12.332531],[-13.728279,12.673388],[-11.388422,12.403895],[-12.26413,14.774939]]]},"properties":{"name":"Senegal","ISO3166-1-Alpha-3":"SEN","ISO3166-1-Alpha-2":"SN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5964,11.695773],[3.837419,10.599897],[2.769164,9.057045],[2.703841,6.368352],[4.405528,6.358873],[6.09669,4.278144],[8.594168,4.815294],[8.855872,5.847499],[10.119465,6.994406],[11.509767,6.612311],[13.98233,11.276264],[14.064908,13.077988],[13.607314,13.7041],[12.472706,13.064165],[10.674986,13.375102],[9.640734,12.822526],[7.755578,13.327146],[6.906637,13.006856],[5.554317,13.873418],[4.506732,13.694669],[3.5964,11.695773]]]},"properties":{"name":"Nigeria","ISO3166-1-Alpha-3":"NGA","ISO3166-1-Alpha-2":"NG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5964,11.695773],[2.390169,11.896536],[0.901474,10.992741],[1.601173,9.049526],[1.61964,6.213894],[2.703841,6.368352],[2.769164,9.057045],[3.837419,10.599897],[3.5964,11.695773]]]},"properties":{"name":"Benin","ISO3166-1-Alpha-3":"BEN","ISO3166-1-Alpha-2":"BJ"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[13.073703,-4.635323],[12.009608,-5.019631],[12.210541,-5.763442],[13.073703,-4.635323]]],[[[23.967457,-10.872307],[23.014336,-11.102474],[21.854097,-9.61781],[21.784954,-7.283379],[19.521836,-7.001949],[19.355542,-8.001991],[17.536531,-8.015117],[16.597364,-5.924702],[13.183849,-5.856459],[12.279447,-6.147705],[13.369395,-8.3235],[12.996349,-9.093845],[13.75294,-10.646173],[13.639822,-12.248712],[12.512706,-13.442071],[11.736618,-15.900203],[11.766124,-17.252699],[13.363711,-16.964183],[13.942745,-17.408187],[18.453581,-17.389893],[20.806202,-18.031405],[23.381652,-17.641144],[21.983805,-16.165886],[21.979878,-13.001479],[24.000633,-13.001479],[23.967457,-10.872307]]]]},"properties":{"name":"Angola","ISO3166-1-Alpha-3":"AGO","ISO3166-1-Alpha-2":"AO"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[16.515302,46.501711],[15.666051,45.831674],[13.589529,45.488837],[15.144542,44.195461],[17.580658,42.942084],[15.717314,44.786466],[16.93264,45.278788],[19.015821,44.865635],[18.901306,45.931203],[16.515302,46.501711]]],[[[18.437355,42.559212],[17.653331,42.890937],[18.49643,42.416327],[18.437355,42.559212]]]]},"properties":{"name":"Croatia","ISO3166-1-Alpha-3":"HRV","ISO3166-1-Alpha-2":"HR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.589529,45.488837],[15.666051,45.831674],[16.515302,46.501711],[16.094035,46.862774],[13.700951,46.519746],[13.711762,45.593207],[13.589529,45.488837]]]},"properties":{"name":"Slovenia","ISO3166-1-Alpha-3":"SVN","ISO3166-1-Alpha-2":"SI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[50.807872,24.746649],[51.215258,24.62585],[51.616547,25.137193],[51.577485,25.880845],[51.047374,26.053046],[50.807872,24.746649]]]},"properties":{"name":"Qatar","ISO3166-1-Alpha-3":"QAT","ISO3166-1-Alpha-2":"QA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[50.807872,24.746649],[49.699474,26.958238],[48.432781,28.54048],[46.532436,29.095745],[44.691825,29.201836],[42.075395,31.079861],[39.146375,32.118144],[36.959532,31.490999],[37.981071,30.499483],[36.016437,29.189951],[34.949385,29.351686],[35.051931,28.119574],[37.230479,25.193671],[38.600175,23.568249],[39.08074,21.315009],[40.522634,19.97248],[42.78948,16.370958],[43.165044,17.32592],[45.165387,17.428395],[46.970342,16.956847],[49.128815,18.612095],[51.978615,18.995638],[54.97838,19.995421],[55.637565,21.97897],[55.186843,22.703577],[52.583074,22.931108],[51.569347,24.256171],[51.215258,24.62585],[50.807872,24.746649]]]},"properties":{"name":"Saudi Arabia","ISO3166-1-Alpha-3":"SAU","ISO3166-1-Alpha-2":"SA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[25.259781,-17.794107],[20.975081,-18.319346],[20.97198,-22.000671],[19.978346,-22.000671],[19.981447,-24.752493],[21.687182,-26.855207],[23.006998,-25.310805],[24.79862,-25.829223],[28.338559,-22.584615],[29.350074,-22.186707],[27.990415,-21.551913],[27.698133,-20.509083],[26.13027,-19.501082],[25.259781,-17.794107]]]},"properties":{"name":"Botswana","ISO3166-1-Alpha-3":"BWA","ISO3166-1-Alpha-2":"BW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[25.259781,-17.794107],[26.13027,-19.501082],[27.698133,-20.509083],[27.990415,-21.551913],[29.350074,-22.186707],[31.288922,-22.39734],[32.408543,-21.290327],[33.032795,-19.784166],[32.893372,-16.712415],[30.396263,-15.635995],[29.186311,-15.812832],[27.048457,-17.944278],[25.259781,-17.794107]]]},"properties":{"name":"Zimbabwe","ISO3166-1-Alpha-3":"ZWE","ISO3166-1-Alpha-2":"ZW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[76.777351,35.646112],[74.542354,37.021669],[72.565214,36.820596],[71.170932,36.027001],[71.633694,35.203124],[71.046702,34.041877],[69.547517,33.075011],[69.004036,31.651092],[68.125743,31.811496],[66.366264,30.922868],[66.195628,29.835338],[64.086093,29.386605],[60.844379,29.858179],[62.735684,27.994985],[62.753564,26.644163],[61.588227,25.202094],[64.662771,25.229071],[66.437022,25.597724],[67.631602,23.803453],[68.183035,23.842108],[71.063858,24.682577],[69.465093,26.80777],[70.341939,28.01147],[71.860864,27.950207],[74.329757,30.899614],[75.023668,32.466262],[74.002335,33.177692],[74.285832,34.768887],[75.777111,34.503812],[77.048971,35.110442],[76.777351,35.646112]]]},"properties":{"name":"Pakistan","ISO3166-1-Alpha-3":"PAK","ISO3166-1-Alpha-2":"PK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[26.333359,41.713036],[28.016775,41.972561],[28.57838,43.741278],[27.027476,44.177046],[25.35962,43.654287],[22.69164,44.228435],[22.345023,42.313439],[22.916978,41.335773],[26.333359,41.713036]]]},"properties":{"name":"Bulgaria","ISO3166-1-Alpha-3":"BGR","ISO3166-1-Alpha-2":"BG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[102.913585,11.645901],[102.328203,13.27516],[103.085005,14.295821],[105.184308,14.34574],[105.650998,15.634602],[104.754515,16.528915],[104.000039,18.318444],[102.078503,18.213799],[100.099295,20.317805],[97.839847,19.555319],[97.768947,17.67918],[98.631633,16.463131],[98.164995,15.125796],[99.152531,13.714875],[99.630022,11.815766],[98.747406,10.350531],[98.598888,8.374905],[100.127289,6.442288],[102.07309,6.257514],[100.395518,7.21133],[99.853526,9.294664],[99.151622,10.357367],[100.02003,12.192694],[101.830251,12.672797],[102.913585,11.645901]]]},"properties":{"name":"Thailand","ISO3166-1-Alpha-3":"THA","ISO3166-1-Alpha-2":"TH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.42945,43.892056],[12.490325,43.939159],[12.421389,43.967219],[12.385629,43.924534],[12.42945,43.892056]]]},"properties":{"name":"San Marino","ISO3166-1-Alpha-3":"SMR","ISO3166-1-Alpha-2":"SM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.757436,19.71011],[-72.776031,19.943915],[-72.885894,18.141425],[-71.776235,18.039252],[-71.757436,19.71011]]]},"properties":{"name":"Haiti","ISO3166-1-Alpha-3":"HTI","ISO3166-1-Alpha-2":"HT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.757436,19.71011],[-71.776235,18.039252],[-68.849599,18.374823],[-69.897939,19.635972],[-71.757436,19.71011]]]},"properties":{"name":"Dominican Republic","ISO3166-1-Alpha-3":"DOM","ISO3166-1-Alpha-2":"DO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.064908,13.077988],[14.830753,12.618249],[15.065881,10.793115],[13.947603,9.637759],[15.183703,8.479148],[15.481049,7.523263],[18.589283,8.047882],[19.10057,9.015265],[20.359408,9.116421],[22.861064,10.919154],[22.073722,13.771357],[23.094642,15.704262],[23.984406,15.72116],[23.981306,19.496124],[19.164132,21.874893],[15.985101,23.44472],[14.979909,22.995664],[15.736021,19.903541],[15.452421,16.876232],[13.449184,14.380131],[13.607314,13.7041],[14.064908,13.077988]]]},"properties":{"name":"Chad","ISO3166-1-Alpha-3":"TCD","ISO3166-1-Alpha-2":"TD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[47.948009,29.994045],[46.532436,29.095745],[48.432781,28.54048],[47.948009,29.994045]]]},"properties":{"name":"Kuwait","ISO3166-1-Alpha-3":"KWT","ISO3166-1-Alpha-2":"KW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.098307,13.731404],[-87.817169,13.406562],[-89.361621,14.415478],[-90.098307,13.731404]]]},"properties":{"name":"El Salvador","ISO3166-1-Alpha-3":"SLV","ISO3166-1-Alpha-2":"SV"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.361621,14.415478],[-88.220937,15.725653],[-88.913971,15.893948],[-89.160496,17.814314],[-90.990901,17.801964],[-92.246257,14.546279],[-90.098307,13.731404],[-89.361621,14.415478]]]},"properties":{"name":"Guatemala","ISO3166-1-Alpha-3":"GTM","ISO3166-1-Alpha-2":"GT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[124.919507,-8.962016],[125.061615,-9.485772],[127.009288,-8.67669],[126.967052,-8.309015],[125.144298,-8.631443],[124.919507,-8.962016]]]},"properties":{"name":"East Timor","ISO3166-1-Alpha-3":"TLS","ISO3166-1-Alpha-2":"TL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[114.9817,4.889065],[113.99879,4.601142],[114.586628,4.021435],[114.9817,4.889065]]]},"properties":{"name":"Brunei","ISO3166-1-Alpha-3":"BRN","ISO3166-1-Alpha-2":"BN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.437454,43.743361],[7.406969,43.763506],[7.36575,43.72273],[7.437454,43.743361]]]},"properties":{"name":"Monaco","ISO3166-1-Alpha-3":"MCO","ISO3166-1-Alpha-2":"MC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.821613,24.995065],[-2.523226,23.500996],[1.146524,21.101711],[1.778113,20.304291],[4.22861,19.142244],[5.837607,19.478631],[7.482726,20.872577],[11.968861,23.517351],[11.567128,24.26684],[10.032028,24.856339],[9.401162,26.113394],[9.93591,27.866724],[9.519708,30.228905],[9.045008,32.071842],[7.479832,33.893901],[8.236479,34.647654],[8.60251,36.939511],[5.304373,36.643012],[3.827485,36.912909],[1.04477,36.486884],[-2.222564,35.089301],[-1.787716,34.756691],[-1.249557,32.08166],[-3.659507,31.647821],[-3.645529,30.711317],[-5.756156,29.614071],[-7.619453,29.389422],[-8.682385,28.6659],[-8.682385,27.661439],[-8.682385,27.285416],[-4.821613,24.995065]]]},"properties":{"name":"Algeria","ISO3166-1-Alpha-3":"DZA","ISO3166-1-Alpha-2":"DZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[32.113884,-26.840014],[32.893077,-26.846124],[32.872732,-25.543878],[35.106456,-24.597914],[35.496837,-22.141534],[34.679942,-20.346938],[37.086436,-17.869073],[39.090505,-16.983819],[40.573253,-15.504978],[40.43686,-10.474786],[37.427824,-11.722591],[34.964615,-11.573556],[34.545312,-13.325749],[35.853036,-14.667476],[35.795675,-16.004965],[34.385219,-16.186453],[34.344084,-14.387389],[33.202707,-14.013872],[30.214465,-14.981462],[30.396263,-15.635995],[32.893372,-16.712415],[33.032795,-19.784166],[32.408543,-21.290327],[31.288922,-22.39734],[31.986554,-24.423108],[31.949243,-25.958104],[32.113884,-26.840014]]]},"properties":{"name":"Mozambique","ISO3166-1-Alpha-3":"MOZ","ISO3166-1-Alpha-2":"MZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[31.949243,-25.958104],[31.119836,-25.910045],[31.157043,-27.205573],[32.113884,-26.840014],[31.949243,-25.958104]]]},"properties":{"name":"eSwatini","ISO3166-1-Alpha-3":"SWZ","ISO3166-1-Alpha-2":"SZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.5546,-2.400628],[29.015365,-2.720711],[29.404179,-4.449805],[30.832205,-3.172777],[30.5546,-2.400628]]]},"properties":{"name":"Burundi","ISO3166-1-Alpha-3":"BDI","ISO3166-1-Alpha-2":"BI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[29.015365,-2.720711],[30.5546,-2.400628],[30.471786,-1.066837],[29.577915,-1.38839],[29.015365,-2.720711]]]},"properties":{"name":"Rwanda","ISO3166-1-Alpha-3":"RWA","ISO3166-1-Alpha-2":"RW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[92.575879,21.977574],[92.265147,21.061103],[93.987315,19.386705],[94.57252,17.311103],[94.215099,16.15766],[95.396495,15.716376],[97.54835,16.538153],[97.79477,14.880316],[98.691173,12.710435],[98.747406,10.350531],[99.630022,11.815766],[99.152531,13.714875],[98.164995,15.125796],[98.631633,16.463131],[97.768947,17.67918],[97.839847,19.555319],[100.099295,20.317805],[101.159024,21.552691],[99.95026,21.721156],[98.503269,24.121268],[97.536093,24.745028],[98.692404,25.87899],[98.679279,27.577336],[97.323496,28.217478],[95.139546,26.029937],[93.169021,22.246912],[92.575879,21.977574]]]},"properties":{"name":"Myanmar","ISO3166-1-Alpha-3":"MMR","ISO3166-1-Alpha-2":"MM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[92.575879,21.977574],[92.001753,25.18296],[90.364644,25.149991],[88.656273,26.415133],[88.074396,25.908135],[88.737508,24.287097],[89.060395,22.129869],[90.184825,21.800971],[91.456309,22.784817],[92.265147,21.061103],[92.575879,21.977574]]]},"properties":{"name":"Bangladesh","ISO3166-1-Alpha-3":"BGD","ISO3166-1-Alpha-2":"BD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.707006,42.502781],[1.429297,42.595386],[1.447901,42.434646],[1.707006,42.502781]]]},"properties":{"name":"Andorra","ISO3166-1-Alpha-3":"AND","ISO3166-1-Alpha-2":"AD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[74.542354,37.021669],[74.892307,37.231114],[71.597727,37.89836],[70.165205,37.889911],[67.780544,37.188868],[66.519588,37.36418],[64.76016,37.092621],[64.266134,36.152471],[62.621066,35.222709],[61.269676,35.618499],[60.486778,34.094277],[60.855024,31.482731],[61.7852,30.831401],[60.844379,29.858179],[64.086093,29.386605],[66.195628,29.835338],[66.366264,30.922868],[68.125743,31.811496],[69.004036,31.651092],[69.547517,33.075011],[71.046702,34.041877],[71.633694,35.203124],[71.170932,36.027001],[72.565214,36.820596],[74.542354,37.021669]]]},"properties":{"name":"Afghanistan","ISO3166-1-Alpha-3":"AFG","ISO3166-1-Alpha-2":"AF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.49643,42.416327],[19.365082,41.852362],[20.064956,42.546758],[20.345352,42.827439],[19.195345,43.532796],[18.437355,42.559212],[18.49643,42.416327]]]},"properties":{"name":"Montenegro","ISO3166-1-Alpha-3":"MNE","ISO3166-1-Alpha-2":"ME"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[17.653331,42.890937],[18.437355,42.559212],[19.195345,43.532796],[19.015821,44.865635],[16.93264,45.278788],[15.717314,44.786466],[17.580658,42.942084],[17.653331,42.890937]]]},"properties":{"name":"Bosnia and Herzegovina","ISO3166-1-Alpha-3":"BIH","ISO3166-1-Alpha-2":"BA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.471786,-1.066837],[33.904214,-1.002573],[33.893569,0.109814],[34.978671,1.675945],[33.977078,4.219692],[30.839543,3.490202],[31.242826,2.051168],[29.928281,0.785018],[29.577915,-1.38839],[30.471786,-1.066837]]]},"properties":{"name":"Uganda","ISO3166-1-Alpha-3":"UGA","ISO3166-1-Alpha-2":"UG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.095006,19.897226],[-75.137036,19.971551],[-75.164378,19.913719],[-75.095006,19.897226]]]},"properties":{"name":"US Naval Base Guantanamo Bay","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.095006,19.897226],[-74.998362,20.700751],[-75.783925,20.746405],[-77.507558,21.862454],[-80.024566,22.946682],[-82.033193,23.200507],[-81.824452,22.18891],[-78.76651,21.639716],[-77.737213,19.855699],[-75.137036,19.971551],[-75.095006,19.897226]]]},"properties":{"name":"Cuba","ISO3166-1-Alpha-3":"CUB","ISO3166-1-Alpha-2":"CU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.361621,14.415478],[-87.817169,13.406562],[-87.314036,12.981553],[-84.77017,14.805144],[-83.130444,14.997012],[-84.294638,15.81101],[-85.703196,15.976467],[-88.220937,15.725653],[-89.361621,14.415478]]]},"properties":{"name":"Honduras","ISO3166-1-Alpha-3":"HND","ISO3166-1-Alpha-2":"HN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.828684,1.434312],[-80.075836,0.816148],[-80.849517,-1.615818],[-80.340729,-3.393498],[-80.079655,-4.309038],[-79.009281,-4.96011],[-78.362938,-3.488727],[-76.684591,-2.57364],[-75.560034,-1.502595],[-75.283488,-0.107021],[-77.424391,0.408297],[-78.828684,1.434312]]]},"properties":{"name":"Ecuador","ISO3166-1-Alpha-3":"ECU","ISO3166-1-Alpha-2":"EC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.828684,1.434312],[-77.424391,0.408297],[-75.283488,-0.107021],[-73.63656,-1.255168],[-72.943269,-2.419024],[-70.874196,-2.229579],[-70.050629,-2.71513],[-69.96495,-4.236484],[-69.399454,-1.182717],[-70.073806,-0.124901],[-69.848807,1.668892],[-68.163302,1.721291],[-66.875061,1.22251],[-67.304647,3.425709],[-67.865078,4.512077],[-67.573984,6.266234],[-69.443638,6.122237],[-70.096621,6.944435],[-72.080996,7.066598],[-73.009725,9.295377],[-72.907561,10.452464],[-71.327507,11.849998],[-71.656158,12.465318],[-73.292388,11.294013],[-74.844372,11.10967],[-76.673207,8.680406],[-77.373525,8.66474],[-77.895839,7.235098],[-77.343007,6.543769],[-77.425038,4.004584],[-77.751536,2.627265],[-78.828684,1.434312]]]},"properties":{"name":"Colombia","ISO3166-1-Alpha-3":"COL","ISO3166-1-Alpha-2":"CO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.650357,-22.234456],[-61.006349,-23.805471],[-60.033669,-24.007009],[-57.556921,-25.45984],[-58.653289,-27.156274],[-56.124554,-27.298901],[-54.706475,-26.441796],[-54.600203,-25.574945],[-54.245289,-24.050624],[-55.398035,-23.97683],[-55.89294,-22.306803],[-57.986818,-22.035295],[-58.158797,-20.165125],[-59.089541,-19.286729],[-61.761213,-19.657765],[-62.650357,-22.234456]]]},"properties":{"name":"Paraguay","ISO3166-1-Alpha-3":"PRY","ISO3166-1-Alpha-2":"PY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-57.642466,-30.193092],[-57.602793,-30.190517],[-57.611698,-30.182963],[-57.642466,-30.193092]]]},"properties":{"name":"Brazilian Island","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.414418,37.192816],[-7.313528,39.457438],[-6.656772,41.933075],[-8.750803,41.96898],[-8.6551,40.993801],[-9.491689,38.707587],[-8.62678,37.121161],[-7.414418,37.192816]]]},"properties":{"name":"Portugal","ISO3166-1-Alpha-3":"PRT","ISO3166-1-Alpha-2":"PT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[26.617889,48.258968],[28.037027,47.016459],[28.199498,45.461774],[29.72695,46.455796],[29.123989,47.975987],[26.617889,48.258968]]]},"properties":{"name":"Moldova","ISO3166-1-Alpha-3":"MDA","ISO3166-1-Alpha-2":"MD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[61.269676,35.618499],[62.621066,35.222709],[64.266134,36.152471],[64.76016,37.092621],[66.519588,37.36418],[66.554159,38.026853],[64.120613,38.96168],[62.452808,40.009239],[61.877907,41.124984],[60.414534,41.235262],[59.866351,42.304215],[58.612267,42.780852],[55.978422,41.321717],[54.047171,42.345401],[52.437671,41.748876],[53.896658,42.078843],[54.639903,40.838772],[52.736583,40.484565],[53.97755,38.90176],[53.913748,37.34276],[55.423108,38.075894],[57.038409,38.187283],[58.861037,37.668089],[61.269676,35.618499]]]},"properties":{"name":"Turkmenistan","ISO3166-1-Alpha-3":"TKM","ISO3166-1-Alpha-2":"TM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.75759,32.744347],[35.560961,32.384717],[35.458125,31.491929],[34.955577,29.558987],[34.949385,29.351686],[36.016437,29.189951],[37.981071,30.499483],[36.959532,31.490999],[39.146375,32.118144],[38.774511,33.371685],[36.819385,32.316788],[35.75759,32.744347]]]},"properties":{"name":"Jordan","ISO3166-1-Alpha-3":"JOR","ISO3166-1-Alpha-2":"JO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[88.118218,27.860885],[85.98026,27.885172],[81.591588,30.414269],[80.996017,30.196969],[80.036386,28.837026],[82.752137,27.494964],[84.577039,27.329031],[85.821614,26.571713],[88.074189,26.453942],[88.118218,27.860885]]]},"properties":{"name":"Nepal","ISO3166-1-Alpha-3":"NPL","ISO3166-1-Alpha-2":"NP"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.980846,-28.909035],[27.747432,-28.908622],[27.366164,-30.311017],[29.144246,-29.919723],[28.980846,-28.909035]]]},"properties":{"name":"Lesotho","ISO3166-1-Alpha-3":"LSO","ISO3166-1-Alpha-2":"LS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.322078,2.16576],[13.294568,2.161058],[15.76465,1.908722],[16.196665,2.236454],[14.523899,5.279679],[15.481049,7.523263],[15.183703,8.479148],[13.947603,9.637759],[15.065881,10.793115],[14.830753,12.618249],[14.064908,13.077988],[13.98233,11.276264],[11.509767,6.612311],[10.119465,6.994406],[8.855872,5.847499],[8.594168,4.815294],[9.903087,3.272895],[9.799571,2.341742],[11.322078,2.16576]]]},"properties":{"name":"Cameroon","ISO3166-1-Alpha-3":"CMR","ISO3166-1-Alpha-2":"CM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.294568,2.161058],[11.322078,2.16576],[11.336341,0.999165],[9.804371,0.998354],[8.800304,-0.733657],[9.902438,-2.700431],[11.114016,-3.936856],[11.55824,-2.349365],[14.226966,-2.323113],[14.498991,-0.630916],[13.871225,0.196423],[14.183868,1.380847],[13.294568,2.161058]]]},"properties":{"name":"Gabon","ISO3166-1-Alpha-3":"GAB","ISO3166-1-Alpha-2":"GA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5964,11.695773],[4.506732,13.694669],[5.554317,13.873418],[6.906637,13.006856],[7.755578,13.327146],[9.640734,12.822526],[10.674986,13.375102],[12.472706,13.064165],[13.607314,13.7041],[13.449184,14.380131],[15.452421,16.876232],[15.736021,19.903541],[14.979909,22.995664],[11.968861,23.517351],[7.482726,20.872577],[5.837607,19.478631],[4.22861,19.142244],[4.183961,16.416053],[3.507103,15.353973],[1.331526,15.283616],[0.218467,14.910977],[0.971754,13.067317],[2.390169,11.896536],[3.5964,11.695773]]]},"properties":{"name":"Niger","ISO3166-1-Alpha-3":"NER","ISO3166-1-Alpha-2":"NE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.390169,11.896536],[0.971754,13.067317],[0.218467,14.910977],[-0.752895,15.069727],[-2.023412,14.198643],[-3.984042,13.39647],[-5.167819,11.943665],[-5.522578,10.425489],[-4.966075,9.901025],[-2.689211,9.488724],[-2.750706,10.985842],[-0.166109,11.13498],[0.901474,10.992741],[2.390169,11.896536]]]},"properties":{"name":"Burkina Faso","ISO3166-1-Alpha-3":"BFA","ISO3166-1-Alpha-2":"BF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.166109,11.13498],[0.366597,10.304488],[0.519275,6.832246],[1.185395,6.100491],[1.61964,6.213894],[1.601173,9.049526],[0.901474,10.992741],[-0.166109,11.13498]]]},"properties":{"name":"Togo","ISO3166-1-Alpha-3":"TGO","ISO3166-1-Alpha-2":"TG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.166109,11.13498],[-2.750706,10.985842],[-2.689211,9.488724],[-2.506328,8.209267],[-3.262509,6.617142],[-2.843699,5.149115],[-2.090566,4.737128],[1.185395,6.100491],[0.519275,6.832246],[0.366597,10.304488],[-0.166109,11.13498]]]},"properties":{"name":"Ghana","ISO3166-1-Alpha-3":"GHA","ISO3166-1-Alpha-2":"GH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-13.728279,12.673388],[-16.728437,12.332531],[-15.020985,10.967475],[-13.729932,11.709829],[-13.728279,12.673388]]]},"properties":{"name":"Guinea-Bissau","ISO3166-1-Alpha-3":"GNB","ISO3166-1-Alpha-2":"GW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.358387,36.141109],[-5.35025,36.119289],[-5.33906,36.123847],[-5.338773,36.14112],[-5.358387,36.141109]]]},"properties":{"name":"Gibraltar","ISO3166-1-Alpha-3":"GIB","ISO3166-1-Alpha-2":"GI"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-122.753017,48.992515],[-122.791982,48.082913],[-124.734607,48.170404],[-123.898061,46.441636],[-124.547719,42.845445],[-124.062155,41.435876],[-124.36351,40.261481],[-121.895629,36.313929],[-120.472681,34.450273],[-118.544057,34.038886],[-117.125121,32.531669],[-114.822108,32.50024],[-111.067118,31.333644],[-108.214811,31.327443],[-106.517189,31.773824],[-105.008495,30.676992],[-104.530824,29.667906],[-103.147989,28.985105],[-101.409309,29.765781],[-99.507203,27.57377],[-99.085498,26.40764],[-97.139272,25.965806],[-97.550201,27.009182],[-97.024973,28.041449],[-94.888824,29.375963],[-93.199593,29.772811],[-90.08023,29.174709],[-88.927642,30.442206],[-87.156809,30.474514],[-85.307851,29.693427],[-83.680572,29.921291],[-82.644399,28.900377],[-82.842397,27.828518],[-81.086537,25.121405],[-80.42691,25.221747],[-80.038238,26.811184],[-81.499257,30.704332],[-80.887563,32.069403],[-77.911122,33.958157],[-75.721832,35.829169],[-76.378505,37.272332],[-75.154286,38.240912],[-73.634582,41.007055],[-70.533111,41.81623],[-70.815338,42.870266],[-68.986602,44.421169],[-67.176015,45.178656],[-67.805185,47.035631],[-69.267628,47.439844],[-70.407351,45.731525],[-71.50408,45.013739],[-74.712961,44.999254],[-76.841532,43.625504],[-78.688086,43.631808],[-79.019384,42.802686],[-82.424861,41.676811],[-82.153611,43.549591],[-82.532141,45.293516],[-84.87869,46.897914],[-88.347264,48.298655],[-91.427929,48.036449],[-95.177106,48.99267],[-98.474191,48.99267],[-105.94774,48.992618],[-110.563712,48.992618],[-118.257066,48.992515],[-122.753017,48.992515]]],[[[-141.005564,69.650946],[-149.344472,70.510077],[-151.979685,70.448717],[-156.817209,71.306342],[-162.014963,70.27733],[-166.548166,68.358832],[-162.435496,66.991034],[-168.081003,65.591498],[-166.189687,64.585191],[-162.607167,64.506781],[-160.791575,63.746527],[-164.579091,63.14057],[-166.199941,61.59455],[-163.614939,59.800849],[-161.713938,59.50137],[-157.709665,57.568671],[-158.318308,56.174709],[-151.741526,59.167141],[-148.401967,59.99136],[-148.306467,60.895697],[-143.918609,59.997016],[-140.322743,59.701239],[-136.598378,58.223049],[-134.497955,58.353949],[-130.889882,55.715277],[-130.019618,55.907952],[-132.107384,56.858753],[-135.482759,59.792475],[-137.611363,59.239331],[-141.001156,60.321074],[-141.003146,64.548671],[-141.005564,69.650946]]]]},"properties":{"name":"United States of America","ISO3166-1-Alpha-3":"USA","ISO3166-1-Alpha-2":"US"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-122.753017,48.992515],[-118.257066,48.992515],[-110.563712,48.992618],[-105.94774,48.992618],[-98.474191,48.99267],[-95.177106,48.99267],[-91.427929,48.036449],[-88.347264,48.298655],[-84.87869,46.897914],[-82.532141,45.293516],[-82.153611,43.549591],[-82.424861,41.676811],[-79.019384,42.802686],[-78.688086,43.631808],[-76.841532,43.625504],[-74.712961,44.999254],[-72.994496,46.210801],[-71.353993,46.739],[-69.069569,48.756212],[-66.543121,50.216132],[-60.06371,50.253974],[-58.947743,51.041612],[-55.684804,52.11168],[-56.036244,53.58043],[-57.15274,53.739936],[-59.007965,55.153673],[-61.83023,56.376899],[-61.889882,57.624986],[-64.147857,59.682847],[-67.649037,58.251776],[-69.45165,58.895209],[-70.110219,61.060126],[-73.670725,62.482123],[-77.490834,62.588324],[-78.165517,60.868354],[-77.283111,60.026597],[-78.473704,58.72016],[-76.589345,57.271308],[-76.658681,56.072984],[-79.67634,54.693793],[-78.521474,52.480943],[-79.700754,51.385443],[-82.301178,52.967597],[-82.458485,55.141181],[-85.126617,55.302558],[-88.920766,56.853095],[-92.2235,57.02147],[-93.189524,58.759711],[-94.807444,59.018134],[-93.502065,61.855821],[-88.044301,64.184312],[-85.856662,66.16283],[-81.527415,66.996039],[-82.57551,69.674058],[-85.21996,69.132799],[-86.501943,67.379381],[-90.000152,68.379259],[-92.990631,71.357123],[-96.616444,70.825751],[-94.322174,69.452989],[-94.860992,68.03087],[-96.46524,67.549506],[-104.483876,68.033922],[-106.197499,68.944403],[-112.42101,67.68244],[-115.533803,67.934394],[-121.427846,69.766832],[-125.032297,69.74726],[-130.324452,70.140204],[-137.191151,68.947903],[-141.005564,69.650946],[-141.003146,64.548671],[-141.001156,60.321074],[-137.611363,59.239331],[-135.482759,59.792475],[-132.107384,56.858753],[-130.019618,55.907952],[-130.458241,54.348619],[-127.800526,52.256293],[-127.777008,51.167222],[-126.242258,50.501044],[-125.391021,50.49726],[-124.732167,49.954291],[-122.753017,48.992515]]],[[[-67.176015,45.178656],[-65.462636,43.527574],[-63.715891,44.456122],[-61.071156,45.223944],[-64.514027,46.239407],[-64.826283,47.815497],[-64.221181,48.894355],[-66.62206,49.122626],[-69.054433,48.232367],[-70.534901,47.010565],[-73.139801,46.058336],[-74.712961,44.999254],[-71.50408,45.013739],[-70.407351,45.731525],[-69.267628,47.439844],[-67.805185,47.035631],[-67.176015,45.178656]]],[[[-52.628814,47.526679],[-55.22289,49.264553],[-56.720204,51.319322],[-59.398834,47.880316],[-55.250885,46.91885],[-54.013295,47.807196],[-52.628814,47.526679]]],[[[-100.872182,69.807807],[-104.591176,71.073188],[-106.823394,73.309638],[-110.729115,72.571275],[-114.584299,73.384589],[-118.593414,72.428697],[-117.442047,69.989407],[-112.583323,68.50967],[-105.885854,69.176459],[-103.383168,68.782294],[-100.872182,69.807807]]],[[[-72.948964,66.734565],[-74.502919,65.343492],[-76.676869,65.411078],[-77.757802,64.342963],[-73.452341,64.591498],[-71.372629,63.048529],[-66.274485,61.8581],[-64.484364,63.287787],[-66.649363,64.969916],[-63.497507,65.370836],[-61.270457,66.604804],[-63.888499,67.241604],[-68.133168,68.837226],[-67.115468,69.728664],[-75.198354,72.497626],[-80.558461,72.62759],[-81.528391,73.716213],[-89.051218,73.251695],[-89.449086,70.908026],[-85.782908,69.995185],[-81.071523,70.09927],[-75.687449,69.287055],[-72.988393,68.173285],[-72.948964,66.734565]]],[[[-115.323638,73.508694],[-121.5808,74.555854],[-125.752065,72.147691],[-123.099924,71.084621],[-115.323638,73.508694]]],[[[-123.321197,48.495836],[-125.436187,50.313625],[-128.319814,50.609809],[-126.572662,49.414293],[-123.321197,48.495836]]],[[[-80.183339,63.767564],[-86.028391,65.665025],[-86.405751,64.438544],[-84.59024,63.315131],[-82.533925,63.973049],[-80.183339,63.767564]]],[[[-96.32127,72.466864],[-97.570456,73.893704],[-100.885845,73.832099],[-100.636537,72.186469],[-96.32127,72.466864]]],[[[-90.291005,73.923285],[-95.248647,74.009914],[-95.592681,72.699449],[-91.857655,72.847968],[-90.291005,73.923285]]],[[[-105.395131,75.674262],[-115.512318,76.456204],[-117.674875,75.293158],[-113.693023,74.444485],[-106.008901,75.056627],[-105.395131,75.674262]]],[[[-79.56017,74.991523],[-81.113149,75.77912],[-88.245351,75.47842],[-87.643625,74.458319],[-81.788686,74.458401],[-79.56017,74.991523]]],[[[-96.623118,80.044338],[-92.952748,78.436713],[-88.770009,78.185533],[-84.918609,79.295966],[-87.700551,80.412584],[-95.231842,81.015326],[-96.623118,80.044338]]],[[[-61.085479,82.331163],[-69.483388,83.04564],[-79.340484,82.975531],[-91.708526,81.734361],[-86.437734,80.320014],[-84.32962,79.192369],[-87.482452,78.451972],[-85.249094,76.316107],[-75.581939,78.113023],[-61.085479,82.331163]]]]},"properties":{"name":"Canada","ISO3166-1-Alpha-3":"CAN","ISO3166-1-Alpha-2":"CA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.139272,25.965806],[-99.085498,26.40764],[-99.507203,27.57377],[-101.409309,29.765781],[-103.147989,28.985105],[-104.530824,29.667906],[-105.008495,30.676992],[-106.517189,31.773824],[-108.214811,31.327443],[-111.067118,31.333644],[-114.822108,32.50024],[-117.125121,32.531669],[-115.697564,29.755826],[-114.042592,28.458441],[-114.487542,27.238098],[-112.343495,26.178127],[-112.088043,24.773383],[-110.307362,23.541032],[-111.560055,26.695653],[-114.660302,30.183252],[-114.85291,31.526606],[-113.128841,30.81244],[-112.150725,28.962978],[-109.255727,26.497992],[-108.450795,25.269355],[-105.80016,22.638454],[-105.184967,21.44302],[-105.698681,20.406911],[-105.01712,19.368476],[-103.4984,18.333483],[-101.00824,17.252976],[-96.556038,15.659025],[-94.852081,16.4289],[-94.127838,16.220852],[-92.246257,14.546279],[-90.990901,17.801964],[-89.160496,17.814314],[-88.303822,18.48135],[-86.741567,21.16413],[-87.962066,21.600084],[-90.360097,21.000393],[-90.730092,19.375922],[-91.431188,18.880117],[-94.207143,18.189643],[-95.85204,18.716783],[-97.150543,20.64704],[-97.889394,22.625434],[-97.139272,25.965806]]]},"properties":{"name":"Mexico","ISO3166-1-Alpha-3":"MEX","ISO3166-1-Alpha-2":"MX"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.160496,17.814314],[-88.913971,15.893948],[-88.215077,16.967108],[-88.303822,18.48135],[-89.160496,17.814314]]]},"properties":{"name":"Belize","ISO3166-1-Alpha-3":"BLZ","ISO3166-1-Alpha-2":"BZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.573598,9.576199],[-82.897629,8.034748],[-80.470245,8.220649],[-78.757639,8.82925],[-77.895839,7.235098],[-77.373525,8.66474],[-79.550969,9.629292],[-80.822418,8.890692],[-82.573598,9.576199]]]},"properties":{"name":"Panama","ISO3166-1-Alpha-3":"PAN","ISO3166-1-Alpha-2":"PA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-60.020985,8.55801],[-60.783803,9.338609],[-62.831125,10.406806],[-64.748118,10.106879],[-66.541575,10.632717],[-67.941233,10.466457],[-68.863189,11.452867],[-71.458323,10.974921],[-71.327507,11.849998],[-72.907561,10.452464],[-73.009725,9.295377],[-72.080996,7.066598],[-70.096621,6.944435],[-69.443638,6.122237],[-67.573984,6.266234],[-67.865078,4.512077],[-67.304647,3.425709],[-66.875061,1.22251],[-66.346204,0.759386],[-64.080864,1.647394],[-64.063811,3.911597],[-61.542104,4.263023],[-60.739854,5.202138],[-61.379608,5.9053],[-60.020985,8.55801]]]},"properties":{"name":"Venezuela","ISO3166-1-Alpha-3":"VEN","ISO3166-1-Alpha-2":"VE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[140.974457,-2.600518],[140.97698,-9.106134],[142.652599,-9.330255],[144.431326,-7.612237],[146.102794,-8.100274],[147.761729,-10.059747],[149.460623,-10.352309],[148.114024,-8.055352],[147.161876,-7.390558],[147.449067,-5.961602],[145.727387,-5.422459],[144.513438,-3.81756],[140.974457,-2.600518]]]},"properties":{"name":"Papua New Guinea","ISO3166-1-Alpha-3":"PNG","ISO3166-1-Alpha-2":"PG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.886729,29.490058],[34.248351,31.211449],[34.200269,31.314267],[32.056977,31.079657],[30.362153,31.508734],[29.028087,30.827053],[25.15089,31.65648],[24.688343,30.144156],[24.981245,29.181372],[24.981245,25.205439],[24.981245,21.995351],[28.290345,21.994783],[33.181136,21.995409],[34.084179,21.995454],[36.883637,21.995714],[35.695305,22.932126],[35.513927,23.977118],[34.014008,26.61164],[34.078461,27.800686],[34.886729,29.490058]]]},"properties":{"name":"Egypt","ISO3166-1-Alpha-3":"EGY","ISO3166-1-Alpha-2":"EG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[51.978615,18.995638],[49.128815,18.612095],[46.970342,16.956847],[45.165387,17.428395],[43.165044,17.32592],[42.78948,16.370958],[43.248871,13.212714],[44.191173,12.619127],[46.700694,13.430325],[49.077973,14.50609],[52.228363,15.616116],[53.090343,16.642401],[51.978615,18.995638]]]},"properties":{"name":"Yemen","ISO3166-1-Alpha-3":"YEM","ISO3166-1-Alpha-2":"YE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-8.682385,27.285416],[-8.707216,25.995004],[-12.015308,25.9949],[-12.015308,23.495182],[-13.015247,23.018002],[-13.015247,21.333428],[-16.958831,21.332859],[-17.056874,20.766913],[-16.024159,17.96015],[-16.542348,15.808824],[-16.327397,16.474551],[-14.343254,16.63666],[-12.26413,14.774939],[-11.727057,15.541171],[-5.510951,15.495903],[-5.963533,19.620612],[-6.593107,24.994134],[-4.821613,24.995065],[-8.682385,27.285416]]]},"properties":{"name":"Mauritania","ISO3166-1-Alpha-3":"MRT","ISO3166-1-Alpha-2":"MR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.799571,2.341742],[9.804371,0.998354],[11.336341,0.999165],[11.322078,2.16576],[9.799571,2.341742]]]},"properties":{"name":"Equatorial Guinea","ISO3166-1-Alpha-3":"GNQ","ISO3166-1-Alpha-2":"GQ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-16.753651,13.065009],[-15.833318,13.156847],[-15.518195,13.5831],[-16.561399,13.586914],[-16.753651,13.065009]]]},"properties":{"name":"Gambia","ISO3166-1-Alpha-3":"GMB","ISO3166-1-Alpha-2":"GM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[114.229828,22.555813],[114.082367,22.529364],[114.111013,22.365953],[114.278331,22.270453],[114.338064,22.446357],[114.229828,22.555813]]]},"properties":{"name":"Hong Kong S.A.R.","ISO3166-1-Alpha-3":"HKG","ISO3166-1-Alpha-2":"HK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.453137,41.902752],[12.454035,41.902752],[12.453983,41.903862],[12.453031,41.903915],[12.453137,41.902752]]]},"properties":{"name":"Vatican","ISO3166-1-Alpha-3":"VAT","ISO3166-1-Alpha-2":"VA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.012289,35.063795],[32.711388,35.181632],[33.679435,35.033899],[33.906505,35.069105],[34.012289,35.063795]]]},"properties":{"name":"Northern Cyprus","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[33.906505,35.069105],[33.898116,35.061272],[34.021961,35.057009],[34.012289,35.063795],[33.906505,35.069105]]],[[[33.679435,35.033899],[32.711388,35.181632],[32.691549,35.183705],[33.702935,34.987943],[33.679435,35.033899]]]]},"properties":{"name":"Cyprus No Mans Area","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[77.048971,35.110442],[77.800346,35.495406],[76.777351,35.646112],[77.048971,35.110442]]]},"properties":{"name":"Siachen Glacier","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[63.383914,45.565824],[63.754899,46.296658],[62.900274,46.208964],[63.383914,45.565824]]]},"properties":{"name":"Baykonur Cosmodrome","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[33.015635,34.634425],[32.832294,34.700948],[32.760671,34.653225],[33.015635,34.634425]]]},"properties":{"name":"Akrotiri Sovereign Base Area","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.465098,-49.759959],[-73.098247,-49.272754],[-73.457863,-49.307687],[-73.465098,-49.759959]]]},"properties":{"name":"Southern Patagonian Ice Field","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[33.181136,21.995409],[33.558442,21.710957],[34.084179,21.995454],[33.181136,21.995409]]]},"properties":{"name":"Bir Tawil","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-51.730641,-82.062557],[-59.46996,-83.460138],[-65.174306,-81.512302],[-74.838287,-80.919366],[-77.754018,-78.735772],[-75.526601,-77.541192],[-63.16161,-75.409438],[-60.093577,-73.299249],[-60.93456,-71.182224],[-63.21231,-68.838637],[-65.338531,-68.563409],[-63.755767,-66.214614],[-67.540395,-67.138767],[-66.759145,-69.071222],[-68.361887,-69.683364],[-66.747955,-72.092055],[-67.511098,-72.83408],[-74.105133,-73.716078],[-81.311187,-73.273045],[-82.064768,-73.886977],[-89.283803,-73.106622],[-99.768056,-73.36419],[-99.323964,-74.962579],[-106.449127,-75.316827],[-114.83849,-74.471449],[-129.975087,-74.913263],[-135.342397,-74.560154],[-146.209218,-75.91546],[-145.592519,-76.916762],[-149.974965,-77.816176],[-156.323842,-77.066095],[-158.637074,-77.864516],[-154.969797,-79.034763],[-147.945668,-79.786554],[-147.628,-80.92018],[-156.450144,-81.148696],[-152.542917,-82.54811],[-168.254709,-84.648207],[-180,-84.352796],[-180,-84.515235],[-180,-85.01385],[-180,-85.512465],[-180,-86.01108],[-180,-86.509695],[-180,-87.00831],[-180,-87.506925],[-180,-88.00554],[-180,-88.504155],[-180,-89.00277],[-180,-89.501385],[-180,-90],[-179.500693,-90],[-179.001387,-90],[-178.50208,-90],[-178.002774,-90],[-177.503467,-90],[-177.004161,-90],[-176.504854,-90],[-176.005548,-90],[-175.506241,-90],[-175.006935,-90],[-174.507628,-90],[-174.008322,-90],[-173.509015,-90],[-173.009709,-90],[-172.510402,-90],[-172.011096,-90],[-171.511789,-90],[-171.012483,-90],[-170.513176,-90],[-170.01387,-90],[-169.514563,-90],[-169.015257,-90],[-168.51595,-90],[-168.016644,-90],[-167.517337,-90],[-167.018031,-90],[-166.518724,-90],[-166.019417,-90],[-165.520111,-90],[-165.020804,-90],[-164.521498,-90],[-164.022191,-90],[-163.522885,-90],[-163.023578,-90],[-162.524272,-90],[-162.024965,-90],[-161.525659,-90],[-161.026352,-90],[-160.527046,-90],[-160.027739,-90],[-159.528433,-90],[-159.029126,-90],[-158.52982,-90],[-158.030513,-90],[-157.531207,-90],[-157.0319,-90],[-156.532594,-90],[-156.033287,-90],[-155.533981,-90],[-155.034674,-90],[-154.535368,-90],[-154.036061,-90],[-153.536755,-90],[-153.037448,-90],[-152.538141,-90],[-152.038835,-90],[-151.539528,-90],[-151.040222,-90],[-150.540915,-90],[-150.041609,-90],[-149.542302,-90],[-149.042996,-90],[-148.543689,-90],[-148.044383,-90],[-147.545076,-90],[-147.04577,-90],[-146.546463,-90],[-146.047157,-90],[-145.54785,-90],[-145.048544,-90],[-144.549237,-90],[-144.049931,-90],[-143.550624,-90],[-143.051318,-90],[-142.552011,-90],[-142.052705,-90],[-141.553398,-90],[-141.054092,-90],[-140.554785,-90],[-140.055479,-90],[-139.556172,-90],[-139.056865,-90],[-138.557559,-90],[-138.058252,-90],[-137.558946,-90],[-137.059639,-90],[-136.560333,-90],[-136.061026,-90],[-135.56172,-90],[-135.062413,-90],[-134.563107,-90],[-134.0638,-90],[-133.564494,-90],[-133.065187,-90],[-132.565881,-90],[-132.066574,-90],[-131.567268,-90],[-131.067961,-90],[-130.568655,-90],[-130.069348,-90],[-129.570042,-90],[-129.070735,-90],[-128.571429,-90],[-128.072122,-90],[-127.572816,-90],[-127.073509,-90],[-126.574202,-90],[-126.074896,-90],[-125.575589,-90],[-125.076283,-90],[-124.576976,-90],[-124.07767,-90],[-123.578363,-90],[-123.079057,-90],[-122.57975,-90],[-122.080444,-90],[-121.581137,-90],[-121.081831,-90],[-120.582524,-90],[-120.083218,-90],[-119.583911,-90],[-119.084605,-90],[-118.585298,-90],[-118.085992,-90],[-117.586685,-90],[-117.087379,-90],[-116.588072,-90],[-116.088766,-90],[-115.589459,-90],[-115.090153,-90],[-114.590846,-90],[-114.09154,-90],[-113.592233,-90],[-113.092926,-90],[-112.59362,-90],[-112.094313,-90],[-111.595007,-90],[-111.0957,-90],[-110.596394,-90],[-110.097087,-90],[-109.597781,-90],[-109.098474,-90],[-108.599168,-90],[-108.099861,-90],[-107.600555,-90],[-107.101248,-90],[-106.601942,-90],[-106.102635,-90],[-105.603329,-90],[-105.104022,-90],[-104.604716,-90],[-104.105409,-90],[-103.606103,-90],[-103.106796,-90],[-102.60749,-90],[-102.108183,-90],[-101.608877,-90],[-101.10957,-90],[-100.610264,-90],[-100.110957,-90],[-99.61165,-90],[-99.112344,-90],[-98.613037,-90],[-98.113731,-90],[-97.614424,-90],[-97.115118,-90],[-96.615811,-90],[-96.116505,-90],[-95.617198,-90],[-95.117892,-90],[-94.618585,-90],[-94.119279,-90],[-93.619972,-90],[-93.120666,-90],[-92.621359,-90],[-92.122053,-90],[-91.622746,-90],[-91.12344,-90],[-90.624133,-90],[-90.124827,-90],[-89.62552,-90],[-89.126214,-90],[-88.626907,-90],[-88.127601,-90],[-87.628294,-90],[-87.128988,-90],[-86.629681,-90],[-86.130374,-90],[-85.631068,-90],[-85.131761,-90],[-84.632455,-90],[-84.133148,-90],[-83.633842,-90],[-83.134535,-90],[-82.635229,-90],[-82.135922,-90],[-81.636616,-90],[-81.137309,-90],[-80.638003,-90],[-80.138696,-90],[-79.63939,-90],[-79.140083,-90],[-78.640777,-90],[-78.14147,-90],[-77.642164,-90],[-77.142857,-90],[-76.643551,-90],[-76.144244,-90],[-75.644938,-90],[-75.145631,-90],[-74.646325,-90],[-74.147018,-90],[-73.647712,-90],[-73.148405,-90],[-72.649098,-90],[-72.149792,-90],[-71.650485,-90],[-71.151179,-90],[-70.651872,-90],[-70.152566,-90],[-69.653259,-90],[-69.153953,-90],[-68.654646,-90],[-68.15534,-90],[-67.656033,-90],[-67.156727,-90],[-66.65742,-90],[-66.158114,-90],[-65.658807,-90],[-65.159501,-90],[-64.660194,-90],[-64.160888,-90],[-63.661581,-90],[-63.162275,-90],[-62.662968,-90],[-62.163662,-90],[-61.664355,-90],[-61.165049,-90],[-60.665742,-90],[-60.166436,-90],[-59.667129,-90],[-59.167822,-90],[-58.668516,-90],[-58.169209,-90],[-57.669903,-90],[-57.170596,-90],[-56.67129,-90],[-56.171983,-90],[-55.672677,-90],[-55.17337,-90],[-54.674064,-90],[-54.174757,-90],[-53.675451,-90],[-53.176144,-90],[-52.676838,-90],[-52.177531,-90],[-52.117718,-90],[-51.678225,-90],[-51.178918,-90],[-50.679612,-90],[-50.180305,-90],[-49.680999,-90],[-49.181692,-90],[-48.682386,-90],[-48.183079,-90],[-47.683773,-90],[-47.184466,-90],[-46.68516,-90],[-46.185853,-90],[-45.686546,-90],[-45.18724,-90],[-44.687933,-90],[-44.188627,-90],[-43.68932,-90],[-43.190014,-90],[-42.690707,-90],[-42.191401,-90],[-41.692094,-90],[-41.192788,-90],[-40.693481,-90],[-40.194175,-90],[-39.694868,-90],[-39.195562,-90],[-38.696255,-90],[-38.196949,-90],[-37.697642,-90],[-37.198336,-90],[-36.699029,-90],[-36.199723,-90],[-35.700416,-90],[-35.20111,-90],[-34.701803,-90],[-34.202497,-90],[-33.70319,-90],[-33.203883,-90],[-32.704577,-90],[-32.20527,-90],[-31.705964,-90],[-31.206657,-90],[-30.707351,-90],[-30.208044,-90],[-29.708738,-90],[-29.209431,-90],[-28.710125,-90],[-28.210818,-90],[-27.711512,-90],[-27.212205,-90],[-26.712899,-90],[-26.213592,-90],[-25.714286,-90],[-25.214979,-90],[-24.715673,-90],[-24.216366,-90],[-23.71706,-90],[-23.217753,-90],[-22.718447,-90],[-22.21914,-90],[-21.719834,-90],[-21.220527,-90],[-20.721221,-90],[-20.221914,-90],[-19.722607,-90],[-19.223301,-90],[-18.723994,-90],[-18.224688,-90],[-17.725381,-90],[-17.226075,-90],[-16.726768,-90],[-16.227462,-90],[-15.728155,-90],[-15.228849,-90],[-14.729542,-90],[-14.230236,-90],[-13.730929,-90],[-13.231623,-90],[-12.732316,-90],[-12.23301,-90],[-11.733703,-90],[-11.234397,-90],[-10.73509,-90],[-10.235784,-90],[-9.736477,-90],[-9.237171,-90],[-8.737864,-90],[-8.238558,-90],[-7.739251,-90],[-7.239945,-90],[-6.740638,-90],[-6.241331,-90],[-5.742025,-90],[-5.242718,-90],[-4.743412,-90],[-4.244105,-90],[-3.744799,-90],[-3.245492,-90],[-2.746186,-90],[-2.246879,-90],[-1.747573,-90],[-1.248266,-90],[-0.74896,-90],[-0.249653,-90],[0.249653,-90],[0.74896,-90],[1.248266,-90],[1.747573,-90],[2.246879,-90],[2.746186,-90],[3.245492,-90],[3.744799,-90],[4.244105,-90],[4.743412,-90],[5.242718,-90],[5.742025,-90],[6.241331,-90],[6.740638,-90],[7.239945,-90],[7.739251,-90],[8.238558,-90],[8.737864,-90],[9.237171,-90],[9.736477,-90],[10.235784,-90],[10.73509,-90],[11.234397,-90],[11.733703,-90],[12.23301,-90],[12.732316,-90],[13.231623,-90],[13.730929,-90],[14.230236,-90],[14.729542,-90],[15.228849,-90],[15.728155,-90],[16.227462,-90],[16.726768,-90],[17.226075,-90],[17.725381,-90],[18.224688,-90],[18.723994,-90],[19.223301,-90],[19.722607,-90],[20.221914,-90],[20.721221,-90],[21.220527,-90],[21.719834,-90],[22.21914,-90],[22.718447,-90],[23.217753,-90],[23.71706,-90],[24.216366,-90],[24.715673,-90],[25.214979,-90],[25.714286,-90],[26.213592,-90],[26.712899,-90],[27.212205,-90],[27.711512,-90],[28.210818,-90],[28.710125,-90],[29.209431,-90],[29.708738,-90],[30.208044,-90],[30.707351,-90],[31.206657,-90],[31.705964,-90],[32.20527,-90],[32.704577,-90],[33.203883,-90],[33.70319,-90],[34.202497,-90],[34.701803,-90],[35.20111,-90],[35.700416,-90],[36.199723,-90],[36.699029,-90],[37.198336,-90],[37.697642,-90],[38.196949,-90],[38.696255,-90],[39.195562,-90],[39.694868,-90],[40.194175,-90],[40.693481,-90],[41.192788,-90],[41.692094,-90],[42.191401,-90],[42.690707,-90],[43.190014,-90],[43.68932,-90],[44.188627,-90],[44.687933,-90],[45.18724,-90],[45.686546,-90],[46.185853,-90],[46.68516,-90],[47.184466,-90],[47.683773,-90],[48.183079,-90],[48.682386,-90],[49.181692,-90],[49.680999,-90],[50.180305,-90],[50.679612,-90],[51.178918,-90],[51.678225,-90],[52.177531,-90],[52.676838,-90],[53.176144,-90],[53.675451,-90],[54.174757,-90],[54.674064,-90],[55.17337,-90],[55.672677,-90],[56.171983,-90],[56.67129,-90],[57.170596,-90],[57.669903,-90],[58.169209,-90],[58.668516,-90],[59.167822,-90],[59.667129,-90],[60.166436,-90],[60.665742,-90],[61.165049,-90],[61.651875,-90],[61.664355,-90],[62.163662,-90],[62.662968,-90],[63.162275,-90],[63.661581,-90],[64.160888,-90],[64.660194,-90],[65.159501,-90],[65.658807,-90],[66.158114,-90],[66.65742,-90],[67.156727,-90],[67.656033,-90],[68.15534,-90],[68.654646,-90],[69.153953,-90],[69.653259,-90],[70.152566,-90],[70.651872,-90],[71.151179,-90],[71.650485,-90],[72.149792,-90],[72.649098,-90],[73.148405,-90],[73.647712,-90],[74.147018,-90],[74.646325,-90],[75.145631,-90],[75.644938,-90],[76.144244,-90],[76.643551,-90],[77.142857,-90],[77.642164,-90],[78.14147,-90],[78.640777,-90],[79.140083,-90],[79.63939,-90],[80.138696,-90],[80.638003,-90],[81.137309,-90],[81.636616,-90],[82.135922,-90],[82.635229,-90],[83.134535,-90],[83.633842,-90],[84.133148,-90],[84.632455,-90],[85.131761,-90],[85.631068,-90],[86.130374,-90],[86.629681,-90],[87.128988,-90],[87.628294,-90],[88.127601,-90],[88.626907,-90],[89.126214,-90],[89.62552,-90],[90.124827,-90],[90.624133,-90],[91.12344,-90],[91.622746,-90],[92.122053,-90],[92.621359,-90],[93.120666,-90],[93.619972,-90],[94.119279,-90],[94.618585,-90],[95.117892,-90],[95.617198,-90],[96.116505,-90],[96.615811,-90],[97.115118,-90],[97.614424,-90],[98.113731,-90],[98.613037,-90],[99.112344,-90],[99.61165,-90],[100.110957,-90],[100.610264,-90],[101.10957,-90],[101.608877,-90],[102.108183,-90],[102.60749,-90],[103.106796,-90],[103.606103,-90],[104.105409,-90],[104.604716,-90],[105.104022,-90],[105.603329,-90],[106.102635,-90],[106.601942,-90],[107.101248,-90],[107.600555,-90],[108.099861,-90],[108.599168,-90],[109.098474,-90],[109.597781,-90],[110.097087,-90],[110.596394,-90],[111.0957,-90],[111.595007,-90],[112.094313,-90],[112.59362,-90],[113.092926,-90],[113.592233,-90],[114.09154,-90],[114.590846,-90],[115.090153,-90],[115.589459,-90],[116.088766,-90],[116.588072,-90],[117.087379,-90],[117.586685,-90],[118.085992,-90],[118.585298,-90],[119.084605,-90],[119.583911,-90],[120.083218,-90],[120.582524,-90],[121.081831,-90],[121.581137,-90],[122.080444,-90],[122.57975,-90],[123.079057,-90],[123.578363,-90],[124.07767,-90],[124.576976,-90],[125.076283,-90],[125.575589,-90],[126.074896,-90],[126.574202,-90],[127.073509,-90],[127.572816,-90],[128.072122,-90],[128.571429,-90],[129.070735,-90],[129.570042,-90],[130.069348,-90],[130.568655,-90],[131.067961,-90],[131.567268,-90],[132.066574,-90],[132.565881,-90],[133.065187,-90],[133.564494,-90],[134.0638,-90],[134.563107,-90],[135.062413,-90],[135.56172,-90],[136.061026,-90],[136.560333,-90],[137.059639,-90],[137.558946,-90],[138.058252,-90],[138.557559,-90],[139.056865,-90],[139.556172,-90],[140.055479,-90],[140.554785,-90],[141.054092,-90],[141.553398,-90],[142.052705,-90],[142.552011,-90],[143.051318,-90],[143.550624,-90],[144.049931,-90],[144.549237,-90],[145.048544,-90],[145.54785,-90],[146.047157,-90],[146.546463,-90],[147.04577,-90],[147.545076,-90],[148.044383,-90],[148.543689,-90],[149.042996,-90],[149.542302,-90],[150.041609,-90],[150.540915,-90],[151.040222,-90],[151.539528,-90],[152.038835,-90],[152.538141,-90],[153.037448,-90],[153.536755,-90],[154.036061,-90],[154.535368,-90],[155.034674,-90],[155.533981,-90],[156.033287,-90],[156.532594,-90],[157.0319,-90],[157.531207,-90],[158.030513,-90],[158.52982,-90],[159.029126,-90],[159.528433,-90],[160.027739,-90],[160.527046,-90],[161.026352,-90],[161.525659,-90],[162.024965,-90],[162.524272,-90],[163.023578,-90],[163.522885,-90],[164.022191,-90],[164.521498,-90],[165.020804,-90],[165.520111,-90],[166.019417,-90],[166.518724,-90],[167.018031,-90],[167.517337,-90],[168.016644,-90],[168.51595,-90],[169.015257,-90],[169.514563,-90],[170.01387,-90],[170.513176,-90],[171.012483,-90],[171.511789,-90],[172.011096,-90],[172.510402,-90],[173.009709,-90],[173.509015,-90],[174.008322,-90],[174.507628,-90],[175.006935,-90],[175.506241,-90],[176.005548,-90],[176.504854,-90],[177.004161,-90],[177.503467,-90],[178.002774,-90],[178.50208,-90],[179.001387,-90],[179.500693,-90],[180,-90],[180,-89.501385],[180,-89.00277],[180,-88.504155],[180,-88.00554],[180,-87.506925],[180,-87.00831],[180,-86.509695],[180,-86.01108],[180,-85.512465],[180,-85.01385],[180,-84.515235],[180,-84.353382],[180,-84.352796],[167.74879,-83.255141],[161.011485,-81.548761],[160.386974,-79.168145],[164.207856,-78.225763],[162.591482,-74.750177],[164.591482,-73.92669],[169.2199,-73.132501],[170.813731,-71.699802],[164.240408,-70.491143],[161.990082,-70.92254],[159.753591,-69.501886],[151.094249,-68.406996],[146.718028,-68.303399],[143.470714,-66.845636],[136.159516,-66.245375],[130.729991,-66.147149],[129.202647,-67.100356],[125.897797,-66.306248],[119.022227,-67.411798],[113.203624,-65.765395],[108.135753,-66.62477],[103.908214,-65.978774],[93.997081,-66.731378],[87.965668,-66.770278],[79.131358,-68.147719],[77.841645,-69.13006],[68.669688,-71.203709],[70.115408,-68.493585],[69.682953,-67.864435],[62.617361,-67.660089],[56.601248,-66.943455],[55.611583,-66.027927],[51.772146,-66.037205],[39.857921,-68.829522],[39.713064,-69.586847],[32.851085,-69.945489],[26.445649,-71.032403],[19.289236,-70.914321],[16.598155,-70.3742],[9.167817,-70.308038],[0.232188,-71.349867],[-11.072092,-71.549005],[-11.356557,-72.396417],[-16.602854,-73.633559],[-19.240468,-75.548435],[-25.94815,-75.933038],[-33.721099,-77.310968],[-36.251332,-78.851658],[-29.760813,-80.175551],[-38.75536,-80.871026],[-51.730641,-82.062557]]],[[[-52.518788,-80.200128],[-43.531565,-80.199965],[-43.818837,-78.248305],[-49.072336,-78.042169],[-52.518788,-80.200128]]]]},"properties":{"name":"Antarctica","ISO3166-1-Alpha-3":"ATA","ISO3166-1-Alpha-2":"AQ"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[131.535899,-31.605564],[134.273285,-32.588067],[135.741466,-34.861017],[136.369395,-34.073419],[138.536306,-34.740899],[139.475434,-35.896417],[139.741547,-37.180841],[141.434418,-38.375095],[143.536957,-38.858331],[144.982677,-37.899347],[145.915782,-38.895766],[148.306407,-37.823419],[149.985362,-37.495864],[150.163422,-35.956638],[151.670584,-33.06113],[152.52156,-32.427494],[153.605968,-28.867446],[153.121593,-25.93377],[152.404796,-24.748712],[150.856619,-23.519952],[150.826427,-22.697931],[149.608572,-22.244317],[148.566661,-20.059991],[146.446544,-19.059747],[146.071056,-17.392022],[145.400401,-16.443292],[145.27711,-14.947035],[143.951996,-14.498956],[143.43393,-12.613051],[142.174571,-10.930108],[141.474132,-13.7763],[141.665701,-15.011407],[140.833263,-17.450779],[139.999522,-17.70615],[139.037283,-16.915623],[136.767914,-15.900811],[135.391287,-14.739923],[135.883365,-13.325764],[135.07016,-12.259942],[133.141124,-11.674574],[132.045665,-12.307387],[131.000173,-12.171319],[129.358084,-14.408787],[128.175304,-14.698419],[126.952891,-13.723565],[125.658051,-14.360284],[124.403331,-15.559259],[124.378429,-16.214939],[122.276052,-17.089288],[122.220388,-18.197198],[121.193533,-19.472426],[120.238292,-19.906834],[116.743175,-20.616876],[115.4546,-21.513767],[114.011485,-21.859959],[113.385265,-24.249119],[114.155284,-25.789727],[113.590579,-26.675651],[114.97877,-29.479913],[115.680349,-31.648614],[115.66684,-33.287693],[115.017833,-34.26214],[116.465099,-35.000665],[118.119884,-34.987074],[120.002208,-33.926039],[123.566661,-33.884373],[124.116547,-33.121515],[126.18572,-32.232517],[128.990001,-31.690525],[131.535899,-31.605564]]],[[[147.998546,-43.230401],[148.331391,-41.002211],[146.423676,-41.166192],[144.68922,-40.704522],[146.030772,-43.48268],[147.998546,-43.230401]]]]},"properties":{"name":"Australia","ISO3166-1-Alpha-3":"AUS","ISO3166-1-Alpha-2":"AU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-40.875803,65.096503],[-34.6433,66.380439],[-32.125396,68.050686],[-26.416737,68.658922],[-23.703033,69.718085],[-27.506174,70.942125],[-21.667958,71.401435],[-24.34203,72.331732],[-25.292226,73.473538],[-19.427235,75.225531],[-18.324452,77.208482],[-21.629994,77.998114],[-11.63858,81.388414],[-21.025624,81.771633],[-21.318512,82.605536],[-32.490712,83.634101],[-67.455434,80.342515],[-66.117096,79.102769],[-72.590199,78.521226],[-66.487131,75.947414],[-63.476918,76.376899],[-58.166737,75.500434],[-54.650258,72.844957],[-55.514475,71.449164],[-54.018707,70.413235],[-50.847157,69.626288],[-53.687652,67.811835],[-53.455393,65.960761],[-51.539215,63.685045],[-47.932118,60.841742],[-44.926381,60.327094],[-42.826283,60.611274],[-40.614125,63.807563],[-40.875803,65.096503]]]},"properties":{"name":"Greenland","ISO3166-1-Alpha-3":"GRL","ISO3166-1-Alpha-2":"GL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[178.711436,-17.991957],[178.262706,-17.335626],[177.388927,-17.640558],[178.168305,-18.248468],[178.711436,-17.991957]]]},"properties":{"name":"Fiji","ISO3166-1-Alpha-3":"FJI","ISO3166-1-Alpha-2":"FJ"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[172.748694,-43.279694],[174.197927,-41.876072],[172.689138,-40.734063],[171.122813,-42.59238],[168.340099,-44.118341],[166.489757,-45.80755],[169.035981,-46.681899],[170.698416,-45.679295],[171.346002,-44.278631],[172.748694,-43.279694]]],[[[176.953712,-39.607513],[178.294607,-38.539809],[174.819102,-36.823663],[174.578868,-38.839451],[175.234874,-40.336033],[176.953712,-39.607513]]]]},"properties":{"name":"New Zealand","ISO3166-1-Alpha-3":"NZL","ISO3166-1-Alpha-2":"NZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[167.034434,-22.237481],[164.495616,-20.300226],[164.365571,-20.758071],[166.478363,-22.287205],[167.034434,-22.237481]]]},"properties":{"name":"New Caledonia","ISO3166-1-Alpha-3":"NCL","ISO3166-1-Alpha-2":"NC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[44.254731,-20.376072],[43.222911,-22.254815],[43.656261,-24.185317],[44.369477,-25.256768],[45.492198,-25.573663],[47.137462,-24.909275],[47.900645,-22.481134],[49.359223,-18.424005],[49.431326,-17.283868],[50.503917,-15.316176],[49.864268,-12.880466],[48.747406,-13.411554],[46.332693,-15.630141],[44.854259,-16.225356],[43.943126,-17.455743],[44.459646,-19.417657],[44.254731,-20.376072]]]},"properties":{"name":"Madagascar","ISO3166-1-Alpha-3":"MDG","ISO3166-1-Alpha-2":"MG"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[126.569184,7.301093],[126.312755,8.956244],[124.780772,8.949123],[123.965505,6.821275],[125.181163,5.798326],[126.569184,7.301093]]],[[[122.297211,18.403876],[120.611095,18.53856],[120.090099,14.794338],[121.379161,15.308173],[122.529063,17.090522],[122.297211,18.403876]]]]},"properties":{"name":"Philippines","ISO3166-1-Alpha-3":"PHL","ISO3166-1-Alpha-2":"PH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[81.875987,7.091946],[81.365733,8.482164],[80.272227,9.504136],[79.763845,7.990139],[80.10377,6.127143],[81.362071,6.225409],[81.875987,7.091946]]]},"properties":{"name":"Sri Lanka","ISO3166-1-Alpha-3":"LKA","ISO3166-1-Alpha-2":"LK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-68.780751,12.097805],[-68.835276,12.171047],[-69.040761,12.256049],[-69.071523,12.341376],[-69.164296,12.306952],[-69.078603,12.20425],[-68.944732,12.105618],[-68.780751,12.097805]]]},"properties":{"name":"Curaçao","ISO3166-1-Alpha-3":"CUW","ISO3166-1-Alpha-2":"CW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.996938,12.577582],[-70.058095,12.537177],[-69.888092,12.41767],[-69.880198,12.453559],[-69.996938,12.577582]]]},"properties":{"name":"Aruba","ISO3166-1-Alpha-3":"ABW","ISO3166-1-Alpha-2":"AW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.812367,26.906806],[-77.517486,26.8522],[-77.312164,26.594672],[-77.160715,26.564195],[-77.256418,26.203925],[-77.01476,26.31566],[-77.058827,26.529364],[-77.269887,26.625067],[-77.511301,26.869534],[-77.812367,26.906806]]]},"properties":{"name":"The Bahamas","ISO3166-1-Alpha-3":"BHS","ISO3166-1-Alpha-2":"BS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.802846,21.787909],[-71.741119,21.794908],[-71.63093,21.774319],[-71.678782,21.841864],[-71.809397,21.839993],[-71.802846,21.787909]]]},"properties":{"name":"Turks and Caicos Islands","ISO3166-1-Alpha-3":"TCA","ISO3166-1-Alpha-2":"TC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.905772,24.9501],[121.059337,25.050238],[120.18922,23.774807],[121.400076,23.145494],[121.905772,24.9501]]]},"properties":{"name":"Taiwan","ISO3166-1-Alpha-3":"TWN","ISO3166-1-Alpha-2":"CN-TW"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[133.422211,34.445014],[134.744395,34.766547],[135.765571,33.481545],[136.519542,34.680854],[139.867686,35.013332],[140.93336,37.889228],[142.069347,39.540473],[141.276096,41.353196],[140.270763,40.812405],[139.432384,38.169135],[138.244895,37.183789],[136.760555,36.870599],[135.981668,35.643638],[132.635359,35.440955],[133.422211,34.445014]]],[[[145.767426,43.387274],[143.783214,44.100653],[141.96046,45.51024],[141.440115,43.361721],[141.726085,42.617174],[143.638845,42.661078],[145.767426,43.387274]]]]},"properties":{"name":"Japan","ISO3166-1-Alpha-3":"JPN","ISO3166-1-Alpha-2":"JP"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-56.273793,46.895453],[-56.31371,46.975653],[-56.253326,47.053697],[-56.395904,47.113593],[-56.336781,46.95425],[-56.273793,46.895453]]]},"properties":{"name":"Saint Pierre and Miquelon","ISO3166-1-Alpha-3":"SPM","ISO3166-1-Alpha-2":"PM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-14.563629,66.384508],[-17.419342,65.994045],[-24.196685,65.501166],[-20.185699,63.54442],[-18.732045,63.396715],[-14.510487,64.442328],[-13.526967,65.055487],[-14.563629,66.384508]]]},"properties":{"name":"Iceland","ISO3166-1-Alpha-3":"ISL","ISO3166-1-Alpha-2":"IS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-128.33019,-24.324314],[-128.35025,-24.341241],[-128.320668,-24.400649],[-128.290151,-24.39837],[-128.3037,-24.334649],[-128.33019,-24.324314]]]},"properties":{"name":"Pitcairn Islands","ISO3166-1-Alpha-3":"PCN","ISO3166-1-Alpha-2":"PN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-149.183461,-17.731215],[-149.354115,-17.540134],[-149.604319,-17.525811],[-149.587514,-17.731215],[-149.183461,-17.731215]]]},"properties":{"name":"French Polynesia","ISO3166-1-Alpha-3":"PYF","ISO3166-1-Alpha-2":"PF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.548839,-49.183201],[69.71225,-49.306817],[70.12322,-49.713556],[70.548839,-49.183201]]]},"properties":{"name":"French Southern and Antarctic Lands","ISO3166-1-Alpha-3":"ATF","ISO3166-1-Alpha-2":"TF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[55.401702,-4.660534],[55.448979,-4.677853],[55.516852,-4.750407],[55.528555,-4.680193],[55.458846,-4.618115],[55.401702,-4.660534]]]},"properties":{"name":"Seychelles","ISO3166-1-Alpha-3":"SYC","ISO3166-1-Alpha-2":"SC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-157.190989,1.763902],[-157.382069,1.902167],[-157.448964,1.800238],[-157.190989,1.763902]]]},"properties":{"name":"Kiribati","ISO3166-1-Alpha-3":"KIR","ISO3166-1-Alpha-2":"KI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[171.393565,7.109931],[171.22641,7.075751],[171.263194,7.067694],[171.293468,7.083686],[171.366873,7.094468],[171.393565,7.109931]]]},"properties":{"name":"Marshall Islands","ISO3166-1-Alpha-3":"MHL","ISO3166-1-Alpha-2":"MH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.002268,10.699368],[-61.602122,10.747748],[-61.458363,10.302191],[-60.996002,10.138251],[-61.002268,10.699368]]]},"properties":{"name":"Trinidad and Tobago","ISO3166-1-Alpha-3":"TTO","ISO3166-1-Alpha-2":"TT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.612945,12.214423],[-61.671457,12.23607],[-61.756418,12.087836],[-61.61384,12.08039],[-61.612945,12.214423]]]},"properties":{"name":"Grenada","ISO3166-1-Alpha-3":"GRD","ISO3166-1-Alpha-2":"GD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.167348,13.146064],[-61.123931,13.308254],[-61.212026,13.368883],[-61.271352,13.18651],[-61.167348,13.146064]]]},"properties":{"name":"Saint Vincent and the Grenadines","ISO3166-1-Alpha-3":"VCT","ISO3166-1-Alpha-2":"VC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-59.42691,13.160386],[-59.654205,13.295111],[-59.608144,13.084662],[-59.42691,13.160386]]]},"properties":{"name":"Barbados","ISO3166-1-Alpha-3":"BRB","ISO3166-1-Alpha-2":"BB"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-60.88679,14.010077],[-61.075917,13.890367],[-60.940785,13.722113],[-60.88679,14.010077]]]},"properties":{"name":"Saint Lucia","ISO3166-1-Alpha-3":"LCA","ISO3166-1-Alpha-2":"LC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.362864,15.201809],[-61.307688,15.57925],[-61.488922,15.535712],[-61.362864,15.201809]]]},"properties":{"name":"Dominica","ISO3166-1-Alpha-3":"DMA","ISO3166-1-Alpha-2":"DM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[166.619395,19.281643],[166.644216,19.27558],[166.638194,19.286444],[166.619395,19.281643]]]},"properties":{"name":"United States Minor Outlying Islands","ISO3166-1-Alpha-3":"UMI","ISO3166-1-Alpha-2":"UM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.147369,16.744289],[-62.202016,16.819322],[-62.230133,16.727607],[-62.147369,16.744289]]]},"properties":{"name":"Montserrat","ISO3166-1-Alpha-3":"MSR","ISO3166-1-Alpha-2":"MS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.883616,17.049018],[-61.685699,17.028551],[-61.825266,17.168769],[-61.883616,17.049018]]]},"properties":{"name":"Antigua and Barbuda","ISO3166-1-Alpha-3":"ATG","ISO3166-1-Alpha-2":"AG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.650461,17.265611],[-62.71996,17.358547],[-62.819569,17.415839],[-62.861073,17.362291],[-62.650461,17.265611]]]},"properties":{"name":"Saint Kitts and Nevis","ISO3166-1-Alpha-3":"KNA","ISO3166-1-Alpha-2":"KN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-64.559397,17.751614],[-64.771637,17.792629],[-64.876373,17.689114],[-64.559397,17.751614]]]},"properties":{"name":"United States Virgin Islands","ISO3166-1-Alpha-3":"VIR","ISO3166-1-Alpha-2":"VI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.838857,17.881985],[-62.791656,17.915473],[-62.857411,17.925035],[-62.838857,17.881985]]]},"properties":{"name":"Saint Barthelemy","ISO3166-1-Alpha-3":"BLM","ISO3166-1-Alpha-2":"BL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.628814,18.279202],[-67.101715,18.522773],[-67.214771,17.966335],[-66.163238,17.929145],[-65.628814,18.279202]]]},"properties":{"name":"Puerto Rico","ISO3166-1-Alpha-3":"PRI","ISO3166-1-Alpha-2":"PR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-63.007395,18.273017],[-63.038197,18.267727],[-63.085846,18.217719],[-63.011545,18.220445],[-63.007395,18.273017]]]},"properties":{"name":"Anguilla","ISO3166-1-Alpha-3":"AIA","ISO3166-1-Alpha-2":"AI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-64.635121,18.405504],[-64.583323,18.416327],[-64.560161,18.454103],[-64.661821,18.440416],[-64.635121,18.405504]]]},"properties":{"name":"British Virgin Islands","ISO3166-1-Alpha-3":"VGB","ISO3166-1-Alpha-2":"VG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.263743,18.012356],[-76.894919,18.409251],[-77.902333,18.518785],[-78.075185,18.198432],[-77.216054,17.716702],[-76.263743,18.012356]]]},"properties":{"name":"Jamaica","ISO3166-1-Alpha-3":"JAM","ISO3166-1-Alpha-2":"JM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.136098,19.354885],[-81.286285,19.368476],[-81.303498,19.309055],[-81.1351,19.290742],[-81.136098,19.354885]]]},"properties":{"name":"Cayman Islands","ISO3166-1-Alpha-3":"CYM","ISO3166-1-Alpha-2":"KY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-64.676096,32.388658],[-64.736387,32.34381],[-64.754872,32.293118],[-64.698404,32.326369],[-64.708094,32.351562],[-64.676096,32.388658]]]},"properties":{"name":"Bermuda","ISO3166-1-Alpha-3":"BMU","ISO3166-1-Alpha-2":"BM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[73.735118,-53.1124],[73.56422,-53.016778],[73.328868,-53.025079],[73.473399,-53.189223],[73.735118,-53.1124]]]},"properties":{"name":"Heard Island and McDonald Islands","ISO3166-1-Alpha-3":"HMD","ISO3166-1-Alpha-2":"HM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.721832,-15.908949],[-5.770131,-15.945245],[-5.763743,-16.01572],[-5.66275,-15.979587],[-5.721832,-15.908949]]]},"properties":{"name":"Saint Helena","ISO3166-1-Alpha-3":"SHN","ISO3166-1-Alpha-2":"SH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[57.795746,-20.222752],[57.532481,-20.024835],[57.357758,-20.427423],[57.672211,-20.479669],[57.795746,-20.222752]]]},"properties":{"name":"Mauritius","ISO3166-1-Alpha-3":"MUS","ISO3166-1-Alpha-2":"MU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.466563,-11.82171],[43.276541,-11.379571],[43.262869,-11.818048],[43.466563,-11.82171]]]},"properties":{"name":"Comoros","ISO3166-1-Alpha-3":"COM","ISO3166-1-Alpha-2":"KM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.681407,0.407131],[6.461681,0.222154],[6.516368,0.033637],[6.740082,0.218573],[6.681407,0.407131]]]},"properties":{"name":"São Tomé and Principe","ISO3166-1-Alpha-3":"STP","ISO3166-1-Alpha-2":"ST"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-23.456776,15.023668],[-23.697336,15.266018],[-23.785756,15.174506],[-23.676503,14.935533],[-23.456776,15.023668]]]},"properties":{"name":"Cabo Verde","ISO3166-1-Alpha-3":"CPV","ISO3166-1-Alpha-2":"CV"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.548025,35.890041],[14.428477,35.965725],[14.342621,35.880683],[14.527517,35.801215],[14.548025,35.890041]]]},"properties":{"name":"Malta","ISO3166-1-Alpha-3":"MLT","ISO3166-1-Alpha-2":"MT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.082672,49.26024],[-2.242014,49.247952],[-2.168691,49.17829],[-2.024526,49.171332],[-2.082672,49.26024]]]},"properties":{"name":"Jersey","ISO3166-1-Alpha-3":"JEY","ISO3166-1-Alpha-2":"JE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.58023,49.493598],[-2.669342,49.430894],[-2.534088,49.436225],[-2.58023,49.493598]]]},"properties":{"name":"Guernsey","ISO3166-1-Alpha-3":"GGY","ISO3166-1-Alpha-2":"GG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.612131,54.056952],[-4.31192,54.287177],[-4.442006,54.404364],[-4.710276,54.220649],[-4.612131,54.056952]]]},"properties":{"name":"Isle of Man","ISO3166-1-Alpha-3":"IMN","ISO3166-1-Alpha-2":"IM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.208751,60.224677],[19.682872,60.26435],[19.747569,60.101386],[20.006358,60.094387],[20.208751,60.224677]]]},"properties":{"name":"Aland","ISO3166-1-Alpha-3":"ALA","ISO3166-1-Alpha-2":"AX"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.055084,62.290351],[-6.691396,62.073391],[-6.608632,62.202379],[-7.055084,62.290351]]]},"properties":{"name":"Faroe Islands","ISO3166-1-Alpha-3":"FRO","ISO3166-1-Alpha-2":"FO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[105.704112,-10.430841],[105.628184,-10.508966],[105.697927,-10.528985],[105.704112,-10.430841]]]},"properties":{"name":"Indian Ocean Territories","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.46754,-7.383884],[72.432872,-7.425388],[72.438975,-7.340265],[72.432872,-7.316095],[72.370942,-7.270196],[72.379242,-7.296808],[72.426036,-7.322931],[72.432872,-7.346775],[72.426931,-7.403985],[72.432872,-7.432224],[72.480642,-7.390558],[72.46754,-7.383884]]]},"properties":{"name":"British Indian Ocean Territory","ISO3166-1-Alpha-3":"IOT","ISO3166-1-Alpha-2":"IO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[103.960785,1.391099],[103.804942,1.448635],[103.647634,1.308417],[103.844086,1.2685],[103.960785,1.391099]]]},"properties":{"name":"Singapore","ISO3166-1-Alpha-3":"SGP","ISO3166-1-Alpha-2":"SG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[167.984141,-29.017836],[167.926524,-28.997491],[167.926443,-29.066339],[167.985037,-29.059259],[167.984141,-29.017836]]]},"properties":{"name":"Norfolk Island","ISO3166-1-Alpha-3":"NFK","ISO3166-1-Alpha-2":"NF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-159.797841,-21.18613],[-159.833079,-21.244561],[-159.743235,-21.254327],[-159.742747,-21.201593],[-159.797841,-21.18613]]]},"properties":{"name":"Cook Islands","ISO3166-1-Alpha-3":"COK","ISO3166-1-Alpha-2":"CK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-175.065541,-21.123956],[-175.154978,-21.171808],[-175.249827,-21.111261],[-175.325754,-21.173598],[-175.148752,-21.267999],[-175.065541,-21.123956]]]},"properties":{"name":"Tonga","ISO3166-1-Alpha-3":"TON","ISO3166-1-Alpha-2":"TO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-178.142323,-14.243585],[-178.146921,-14.310154],[-178.046742,-14.319431],[-178.142323,-14.243585]]]},"properties":{"name":"Wallis and Futuna","ISO3166-1-Alpha-3":"WLF","ISO3166-1-Alpha-2":"WF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-172.201039,-13.592543],[-172.36616,-13.462823],[-172.749745,-13.578302],[-172.523183,-13.805352],[-172.201039,-13.592543]]]},"properties":{"name":"Samoa","ISO3166-1-Alpha-3":"WSM","ISO3166-1-Alpha-2":"WS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[159.859386,-8.511326],[159.842052,-8.325616],[159.402599,-7.982354],[158.845714,-7.973403],[159.859386,-8.511326]]]},"properties":{"name":"Solomon Islands","ISO3166-1-Alpha-3":"SLB","ISO3166-1-Alpha-2":"SB"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[179.191254,-8.542087],[179.21754,-8.520603],[179.204112,-8.518976],[179.191254,-8.542087]]]},"properties":{"name":"Tuvalu","ISO3166-1-Alpha-3":"TUV","ISO3166-1-Alpha-2":"TV"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[73.546197,4.243039],[73.512015,4.186301],[73.538174,4.183312],[73.546197,4.243039]]]},"properties":{"name":"Maldives","ISO3166-1-Alpha-3":"MDV","ISO3166-1-Alpha-2":"MV"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[166.938813,-0.490411],[166.913422,-0.500177],[166.916352,-0.54754],[166.958263,-0.517673],[166.938813,-0.490411]]]},"properties":{"name":"Nauru","ISO3166-1-Alpha-3":"NRU","ISO3166-1-Alpha-2":"NR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[158.290782,6.937974],[158.125824,6.907416],[158.193533,6.793443],[158.290782,6.937974]]]},"properties":{"name":"Federated States of Micronesia","ISO3166-1-Alpha-3":"FSM","ISO3166-1-Alpha-2":"FM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-35.908803,-54.68727],[-36.621571,-54.119806],[-37.388092,-54.147719],[-35.908803,-54.68727]]]},"properties":{"name":"South Georgia and the Islands","ISO3166-1-Alpha-3":"SGS","ISO3166-1-Alpha-2":"GS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-57.816233,-51.693536],[-57.906402,-51.376642],[-59.084299,-51.40602],[-58.604482,-52.002048],[-57.816233,-51.693536]]]},"properties":{"name":"Falkland Islands","ISO3166-1-Alpha-3":"FLK","ISO3166-1-Alpha-2":"FK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[167.140636,-15.535577],[167.056814,-15.002048],[166.522634,-14.832127],[166.793142,-15.656345],[167.140636,-15.535577]]]},"properties":{"name":"Vanuatu","ISO3166-1-Alpha-3":"VUT","ISO3166-1-Alpha-2":"VU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-169.851145,-18.965102],[-169.950429,-19.087335],[-169.898915,-19.142755],[-169.79426,-19.047133],[-169.851145,-18.965102]]]},"properties":{"name":"Niue","ISO3166-1-Alpha-3":"NIU","ISO3166-1-Alpha-2":"NU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-170.591013,-14.264825],[-170.661448,-14.252374],[-170.831248,-14.319431],[-170.755483,-14.36712],[-170.591013,-14.264825]]]},"properties":{"name":"American Samoa","ISO3166-1-Alpha-3":"ASM","ISO3166-1-Alpha-2":"AS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[134.648204,7.719428],[134.487559,7.469916],[134.594249,7.421129],[134.648204,7.719428]]]},"properties":{"name":"Palau","ISO3166-1-Alpha-3":"PLW","ISO3166-1-Alpha-2":"PW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[144.886404,13.640204],[144.65447,13.439154],[144.808279,13.445787],[144.906993,13.516669],[144.886404,13.640204]]]},"properties":{"name":"Guam","ISO3166-1-Alpha-3":"GUM","ISO3166-1-Alpha-2":"GU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[145.787852,15.267279],[145.698253,15.203192],[145.73878,15.136664],[145.787852,15.267279]]]},"properties":{"name":"Northern Mariana Islands","ISO3166-1-Alpha-3":"MNP","ISO3166-1-Alpha-2":"MP"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[50.551606,26.194241],[50.452973,26.149563],[50.46046,25.985297],[50.603526,25.85456],[50.614757,26.111151],[50.551606,26.194241]]]},"properties":{"name":"Bahrain","ISO3166-1-Alpha-3":"BHR","ISO3166-1-Alpha-2":"BH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[154.391287,-21.030043],[154.391287,-21.028741],[154.38852,-21.029067],[154.391287,-21.030043]]]},"properties":{"name":"Coral Sea Islands","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[115.830577,10.734605],[115.814626,10.73432],[115.81837,10.720852],[115.830577,10.734605]]]},"properties":{"name":"Spratly Islands","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.212026,10.30268],[-109.234242,10.307929],[-109.218577,10.281562],[-109.212026,10.30268]]]},"properties":{"name":"Clipperton Island","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[113.558604,22.163031],[113.534434,22.1612],[113.546804,22.105373],[113.566742,22.123358],[113.558604,22.163031]]]},"properties":{"name":"Macao S.A.R","ISO3166-1-Alpha-3":"MAC","ISO3166-1-Alpha-2":"MO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.597016,-12.428318],[123.575043,-12.426609],[123.575613,-12.436782],[123.597748,-12.438572],[123.597016,-12.428318]]]},"properties":{"name":"Ashmore and Cartier Islands","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.989288,15.794949],[-79.988149,15.794176],[-79.986399,15.79442],[-79.987823,15.79621],[-79.989288,15.794949]]]},"properties":{"name":"Bajo Nuevo Bank (Petrel Is.)","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.637074,15.862087],[-78.636871,15.867296],[-78.640411,15.864],[-78.637074,15.862087]]]},"properties":{"name":"Serranilla Bank","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[117.753887,15.154369],[117.751856,15.151887],[117.753887,15.150082],[117.755692,15.151887],[117.753887,15.154369]]]},"properties":{"name":"Scarborough Reef","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}}]')},uCe={type:"FeatureCollection",features:JSON.parse('[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[117.389879,40.227958],[117.295024,40.2782],[117.243285,40.369453],[117.269771,40.560684],[117.412669,40.605226],[117.408973,40.686961],[117.278394,40.664267],[117.11209,40.707379],[116.964881,40.709647],[116.924229,40.773581],[116.677853,40.970888],[116.455499,40.980828],[116.477057,40.899907],[116.438253,40.81934],[116.22021,40.744115],[116.09887,40.630665],[116.005247,40.583868],[115.907929,40.617493],[115.755176,40.540221],[115.771806,40.443734],[115.917784,40.354405],[115.968907,40.264045],[115.89869,40.234354],[115.847567,40.147036],[115.599959,40.119583],[115.454597,40.029825],[115.426264,39.950502],[115.522967,39.899099],[115.552532,39.794799],[115.486626,39.741899],[115.491554,39.670074],[115.587024,39.589873],[115.667712,39.615234],[115.722531,39.5442],[115.721299,39.543738],[115.722531,39.5442],[115.722531,39.543738],[115.721299,39.543738],[115.722531,39.543738],[115.738545,39.540046],[115.738545,39.539585],[115.738545,39.540046],[115.738545,39.539585],[115.806299,39.510041],[115.91532,39.582955],[116.198652,39.589412],[116.257782,39.500344],[116.434557,39.442597],[116.401912,39.528046],[116.524484,39.596329],[116.723432,39.59264],[116.724048,39.59264],[116.723432,39.59264],[116.724048,39.59264],[116.812128,39.615695],[116.90575,39.688037],[116.907598,39.832494],[116.812128,39.889916],[116.757925,39.967934],[116.781331,40.034866],[116.927924,40.055024],[117.025243,40.030283],[117.210024,40.082045],[117.367089,40.172649],[117.389879,40.227958]]]},"properties":{"adcode":110000,"name":"北京市","center":[116.405285,39.904989],"centroid":[116.41995,40.18994],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":0,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[117.765602,39.400527],[117.846906,39.407926],[117.933753,39.574191],[117.766834,39.598635],[117.654117,39.575113],[117.668899,39.666849],[117.57774,39.726711],[117.508139,39.901854],[117.546327,39.999116],[117.614697,39.97252],[117.793319,40.005534],[117.675059,40.082045],[117.571581,40.219276],[117.450241,40.252627],[117.389879,40.227958],[117.367089,40.172649],[117.210024,40.082045],[117.150894,39.944996],[117.177996,39.645194],[117.10901,39.625375],[116.964265,39.64335],[116.90575,39.688037],[116.812128,39.615695],[116.840461,39.378326],[116.889736,39.338068],[116.870026,39.153607],[116.912526,39.110898],[116.871874,39.054688],[116.783179,39.05097],[116.708034,38.931892],[116.75115,38.831264],[116.746222,38.754299],[116.858939,38.741231],[116.948866,38.689398],[116.95133,38.689398],[116.948866,38.689398],[116.95133,38.689398],[117.068358,38.680522],[117.109626,38.584685],[117.213104,38.639866],[117.25314,38.556143],[117.368937,38.564566],[117.47919,38.616489],[117.639334,38.626776],[117.729261,38.680055],[117.740964,38.753833],[117.64611,38.828933],[117.847522,38.855502],[117.837667,39.057011],[117.871543,39.122506],[118.034767,39.218548],[117.965782,39.314921],[117.854913,39.328348],[117.854297,39.328348],[117.854913,39.328348],[117.854297,39.328348],[117.805022,39.373237],[117.784696,39.376938],[117.594987,39.349176],[117.570965,39.404689],[117.765602,39.400527]]],[[[117.805022,39.373237],[117.846906,39.407926],[117.765602,39.400527],[117.784696,39.376938],[117.805022,39.373237]]]]},"properties":{"adcode":120000,"name":"天津市","center":[117.190182,39.125596],"centroid":[117.347043,39.288036],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":1,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[115.722531,39.5442],[115.667712,39.615234],[115.587024,39.589873],[115.491554,39.670074],[115.486626,39.741899],[115.552532,39.794799],[115.522967,39.899099],[115.426264,39.950502],[115.454597,40.029825],[115.599959,40.119583],[115.847567,40.147036],[115.89869,40.234354],[115.968907,40.264045],[115.917784,40.354405],[115.771806,40.443734],[115.755176,40.540221],[115.907929,40.617493],[116.005247,40.583868],[116.09887,40.630665],[116.22021,40.744115],[116.438253,40.81934],[116.477057,40.899907],[116.455499,40.980828],[116.677853,40.970888],[116.924229,40.773581],[116.964881,40.709647],[117.11209,40.707379],[117.278394,40.664267],[117.408973,40.686961],[117.412669,40.605226],[117.269771,40.560684],[117.243285,40.369453],[117.295024,40.2782],[117.389879,40.227958],[117.450241,40.252627],[117.571581,40.219276],[117.675059,40.082045],[117.793319,40.005534],[117.614697,39.97252],[117.546327,39.999116],[117.508139,39.901854],[117.57774,39.726711],[117.668899,39.666849],[117.654117,39.575113],[117.766834,39.598635],[117.933753,39.574191],[117.846906,39.407926],[117.805022,39.373237],[117.854297,39.328348],[117.854913,39.328348],[117.854297,39.328348],[117.854913,39.328348],[117.965782,39.314921],[118.034767,39.218548],[118.12531,39.182838],[118.225092,39.034701],[118.319331,39.009594],[118.491178,38.909077],[118.604511,38.971452],[118.533062,39.090928],[118.637156,39.157319],[118.76096,39.133648],[118.857662,39.162888],[118.926031,39.123435],[119.096031,39.24219],[119.185342,39.342234],[119.272805,39.363521],[119.316537,39.437051],[119.269726,39.498497],[119.366428,39.734996],[119.520413,39.840306],[119.540739,39.888079],[119.787115,39.950502],[119.854252,39.98857],[119.736608,40.104936],[119.760629,40.136056],[119.598021,40.334335],[119.604797,40.455119],[119.503783,40.553864],[119.30237,40.530215],[119.230921,40.603863],[119.054763,40.664721],[118.895234,40.75409],[118.845959,40.822057],[118.964836,41.079246],[119.037516,41.067516],[119.189038,41.198234],[119.239545,41.31431],[119.092951,41.293629],[118.844727,41.342622],[118.528135,41.355202],[118.412338,41.331838],[118.327338,41.450816],[118.302701,41.55256],[118.215237,41.59554],[118.132702,41.733241],[118.178281,41.814917],[118.29223,41.772976],[118.340273,41.87243],[118.296541,42.057545],[118.239259,42.092639],[118.097593,42.105072],[118.106216,42.172082],[117.977485,42.229716],[118.060021,42.298364],[117.997811,42.416884],[117.874007,42.510038],[117.779768,42.61847],[117.667051,42.582347],[117.60053,42.603054],[117.435458,42.585431],[117.413284,42.471645],[117.275314,42.481797],[117.01662,42.456193],[116.886656,42.366496],[116.918685,42.229716],[116.850316,42.156556],[116.879881,42.018431],[116.727744,41.951259],[116.553433,41.928555],[116.453651,41.945917],[116.373579,42.009983],[116.122892,41.861734],[116.09887,41.776547],[116.007095,41.79752],[116.007095,41.797966],[116.007095,41.79752],[116.007095,41.797966],[115.916552,41.945027],[115.811226,41.912525],[115.42996,41.728775],[115.346808,41.712247],[115.377605,41.603148],[115.20391,41.571367],[115.0992,41.62373],[114.895325,41.636255],[114.922426,41.825175],[114.9021,42.015763],[114.825723,42.139695],[114.647717,42.109512],[114.510978,42.110844],[114.467863,42.025989],[114.478334,41.951704],[114.343443,41.926774],[114.200545,41.789934],[114.230726,41.513584],[114.101379,41.537779],[113.933227,41.487139],[113.94493,41.392477],[113.914749,41.294529],[113.992357,41.269794],[113.996669,41.19238],[113.920293,41.172112],[113.868554,41.06887],[114.041633,40.917546],[114.044712,40.830661],[114.134639,40.737314],[114.293552,40.55159],[114.267066,40.474242],[114.31203,40.372645],[114.530688,40.345283],[114.46971,40.268155],[114.235654,40.198252],[114.073046,40.168533],[114.101995,40.099901],[114.029314,39.985819],[114.067502,39.922511],[114.215943,39.8619],[114.395182,39.867412],[114.408117,39.652106],[114.431522,39.613851],[114.568877,39.573729],[114.469095,39.400989],[114.437066,39.259337],[114.345907,39.075133],[114.10877,39.052364],[114.050872,39.135969],[113.898119,39.067699],[113.76754,38.959819],[113.776163,38.885788],[113.855619,38.828933],[113.775547,38.709949],[113.70225,38.651551],[113.612939,38.645942],[113.546417,38.492936],[113.525475,38.383245],[113.54457,38.270569],[113.720728,38.174656],[113.797105,38.162894],[113.876561,38.055059],[114.068118,37.721608],[114.139567,37.675676],[114.118625,37.59084],[114.014531,37.42468],[113.90243,37.310052],[113.832213,37.167594],[113.758301,37.075497],[113.791561,36.98759],[113.773083,36.85506],[113.680692,36.789907],[113.549497,36.752515],[113.476816,36.655114],[113.588917,36.547974],[113.587069,36.460904],[113.708409,36.423352],[113.731199,36.363135],[113.813119,36.332285],[113.962792,36.353977],[114.080437,36.269585],[114.2104,36.272962],[114.408117,36.224699],[114.586739,36.141133],[114.771521,36.124699],[114.912571,36.140649],[114.914419,36.052155],[114.998186,36.069572],[115.048693,36.161912],[115.12507,36.209731],[115.242098,36.19138],[115.312931,36.088436],[115.483547,36.148865],[115.462605,36.276339],[115.366518,36.30914],[115.272895,36.497476],[115.479851,36.760187],[115.683727,36.808117],[115.75764,36.902453],[115.776734,36.992848],[115.85619,37.060694],[115.909777,37.20669],[115.969523,37.239572],[115.975682,37.337179],[116.169087,37.384271],[116.290427,37.484065],[116.379738,37.522047],[116.38097,37.522522],[116.379738,37.522047],[116.38097,37.522522],[116.433941,37.473142],[116.724664,37.744327],[116.804736,37.848837],[117.027091,37.832296],[117.438538,37.854035],[117.586979,38.071551],[117.704624,38.076262],[117.808718,38.22827],[117.895565,38.301572],[117.937449,38.387936],[117.781,38.373862],[117.638102,38.54491],[117.639334,38.626776],[117.47919,38.616489],[117.368937,38.564566],[117.25314,38.556143],[117.213104,38.639866],[117.109626,38.584685],[117.068358,38.680522],[116.95133,38.689398],[116.948866,38.689398],[116.95133,38.689398],[116.948866,38.689398],[116.858939,38.741231],[116.746222,38.754299],[116.75115,38.831264],[116.708034,38.931892],[116.783179,39.05097],[116.871874,39.054688],[116.912526,39.110898],[116.870026,39.153607],[116.889736,39.338068],[116.840461,39.378326],[116.812128,39.615695],[116.724048,39.59264],[116.723432,39.59264],[116.724048,39.59264],[116.723432,39.59264],[116.524484,39.596329],[116.401912,39.528046],[116.434557,39.442597],[116.257782,39.500344],[116.198652,39.589412],[115.91532,39.582955],[115.806299,39.510041],[115.738545,39.539585],[115.738545,39.540046],[115.738545,39.539585],[115.738545,39.540046],[115.722531,39.543738],[115.721299,39.543738],[115.722531,39.543738],[115.722531,39.5442],[115.721299,39.543738],[115.722531,39.5442]]],[[[117.210024,40.082045],[117.025243,40.030283],[116.927924,40.055024],[116.781331,40.034866],[116.757925,39.967934],[116.812128,39.889916],[116.907598,39.832494],[116.90575,39.688037],[116.964265,39.64335],[117.10901,39.625375],[117.177996,39.645194],[117.150894,39.944996],[117.210024,40.082045]]],[[[117.784696,39.376938],[117.765602,39.400527],[117.570965,39.404689],[117.594987,39.349176],[117.784696,39.376938]]]]},"properties":{"adcode":130000,"name":"河北省","center":[114.502461,38.045474],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":2,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[110.379257,34.600612],[110.533242,34.583368],[110.824582,34.615881],[110.976103,34.706456],[111.345666,34.831816],[111.570484,34.843114],[111.664107,34.984449],[111.933272,35.083435],[112.062004,35.056005],[112.078634,35.219467],[112.058924,35.280069],[112.288053,35.219956],[112.390915,35.239021],[112.513487,35.218489],[112.772798,35.207732],[112.992072,35.29619],[112.996384,35.362104],[113.126347,35.332327],[113.189789,35.44893],[113.304353,35.426989],[113.391817,35.506925],[113.49899,35.532254],[113.578446,35.633491],[113.604932,35.797727],[113.694859,36.026991],[113.681924,36.216491],[113.731199,36.363135],[113.708409,36.423352],[113.587069,36.460904],[113.588917,36.547974],[113.476816,36.655114],[113.549497,36.752515],[113.680692,36.789907],[113.773083,36.85506],[113.791561,36.98759],[113.758301,37.075497],[113.832213,37.167594],[113.90243,37.310052],[114.014531,37.42468],[114.118625,37.59084],[114.139567,37.675676],[114.068118,37.721608],[113.876561,38.055059],[113.797105,38.162894],[113.720728,38.174656],[113.54457,38.270569],[113.525475,38.383245],[113.546417,38.492936],[113.612939,38.645942],[113.70225,38.651551],[113.775547,38.709949],[113.855619,38.828933],[113.776163,38.885788],[113.76754,38.959819],[113.898119,39.067699],[114.050872,39.135969],[114.10877,39.052364],[114.345907,39.075133],[114.437066,39.259337],[114.469095,39.400989],[114.568877,39.573729],[114.431522,39.613851],[114.408117,39.652106],[114.395182,39.867412],[114.215943,39.8619],[114.067502,39.922511],[114.029314,39.985819],[114.101995,40.099901],[114.073046,40.168533],[114.235654,40.198252],[114.46971,40.268155],[114.530688,40.345283],[114.31203,40.372645],[114.267066,40.474242],[114.293552,40.55159],[114.134639,40.737314],[114.084748,40.729605],[114.041633,40.608861],[114.061959,40.52885],[113.948626,40.514747],[113.850691,40.460583],[113.688699,40.448288],[113.559968,40.348476],[113.316672,40.319736],[113.251382,40.413211],[112.898449,40.329317],[112.848558,40.206937],[112.744464,40.167161],[112.6299,40.235725],[112.456205,40.300112],[112.349031,40.257194],[112.232003,40.133311],[112.012729,39.827438],[111.970229,39.796638],[111.9382,39.623071],[111.783599,39.58895],[111.659179,39.641507],[111.525521,39.662242],[111.445448,39.640124],[111.422043,39.539123],[111.337043,39.420872],[111.171971,39.423183],[111.125776,39.366297],[111.247732,39.302419],[111.138095,39.064447],[110.980414,38.970056],[111.009363,38.847579],[110.880632,38.626776],[110.920052,38.581878],[110.874473,38.453579],[110.77777,38.440924],[110.746973,38.366355],[110.57759,38.297345],[110.509221,38.192061],[110.522771,37.955088],[110.59422,37.922049],[110.680452,37.790216],[110.735886,37.77035],[110.795017,37.558586],[110.740198,37.44939],[110.644111,37.435135],[110.695234,37.34955],[110.651503,37.256722],[110.460561,37.044932],[110.424221,36.963685],[110.407591,36.776007],[110.426685,36.657514],[110.496902,36.582102],[110.503677,36.488335],[110.459946,36.327946],[110.447011,36.164328],[110.549257,35.877778],[110.57759,35.701559],[110.609619,35.632031],[110.531394,35.511309],[110.45009,35.327933],[110.374946,35.251728],[110.373714,35.134351],[110.320743,35.00504],[110.230816,34.880925],[110.229584,34.692679],[110.29549,34.610956],[110.379257,34.600612]]]},"properties":{"adcode":140000,"name":"山西省","center":[112.549248,37.857014],"centroid":[112.304436,37.618179],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":3,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[97.172903,42.795257],[97.371235,42.457076],[97.84674,41.656379],[97.613915,41.477276],[97.629314,41.440498],[97.971776,41.09774],[98.25018,40.93925],[98.333332,40.918903],[98.344419,40.568413],[98.627751,40.677884],[98.569853,40.746836],[98.668403,40.773128],[98.689345,40.691952],[98.790975,40.705564],[98.984996,40.782644],[99.041662,40.693767],[99.102025,40.676522],[99.172858,40.747289],[99.174705,40.858278],[99.565827,40.846961],[99.673,40.93292],[100.057346,40.908049],[100.237201,40.716905],[100.242744,40.618855],[100.169447,40.541131],[100.169447,40.277743],[100.007455,40.20008],[99.927383,40.063727],[99.841152,40.013326],[99.533182,39.891753],[99.822058,39.860063],[99.904593,39.785601],[100.040716,39.757083],[100.128179,39.702312],[100.250135,39.685274],[100.314193,39.606935],[100.326512,39.509118],[100.500823,39.481408],[100.498975,39.400527],[100.606764,39.387577],[100.842053,39.405614],[100.842669,39.199999],[100.864227,39.106719],[100.835278,39.025869],[100.961545,39.005874],[100.969553,38.946788],[101.117378,38.975174],[101.198682,38.943064],[101.24303,38.860628],[101.33542,38.847113],[101.331109,38.777164],[101.777049,38.66043],[101.941505,38.808883],[102.075164,38.891378],[101.833715,39.08907],[102.276576,39.188868],[102.45335,39.255167],[102.616574,39.171703],[103.007696,39.099753],[103.344615,39.331588],[103.595302,39.386652],[103.85338,39.461543],[104.089901,39.419947],[104.047401,39.297788],[104.171205,39.160567],[104.207546,39.083495],[104.173053,38.94446],[104.044322,38.895105],[103.85954,38.64454],[103.416063,38.404821],[103.507838,38.280905],[103.53494,38.156776],[103.368636,38.08898],[103.40744,37.860651],[103.683381,37.777919],[103.935916,37.572818],[104.183524,37.406618],[104.287002,37.428007],[104.407726,37.464592],[104.433595,37.515402],[104.805007,37.539133],[105.027977,37.580881],[105.111128,37.633981],[105.315004,37.702197],[105.598952,37.699356],[105.622358,37.777919],[105.760944,37.799674],[105.80406,37.862068],[105.840401,38.004147],[105.780655,38.084741],[105.775111,38.186887],[105.86627,38.296406],[105.821307,38.366824],[105.909386,38.791159],[105.992538,38.857366],[105.97098,38.909077],[106.060907,38.96866],[106.145907,39.153142],[106.251232,39.131327],[106.29558,39.167992],[106.280181,39.262118],[106.402753,39.291767],[106.511774,39.272311],[106.602318,39.37555],[106.751375,39.381564],[106.806809,39.318625],[106.795723,39.214375],[106.859164,39.107648],[106.96757,39.054688],[106.954019,38.941202],[106.709491,38.718821],[106.66268,38.601524],[106.647897,38.470917],[106.599854,38.389812],[106.482209,38.319417],[106.555506,38.263521],[106.779092,38.171833],[107.010069,38.120532],[107.138801,38.161011],[107.33159,38.086625],[107.411662,37.948009],[107.49235,37.944706],[107.65003,37.86443],[107.982022,37.787378],[108.012819,37.66857],[108.134159,37.622131],[108.24626,37.665728],[108.422418,37.648672],[108.532671,37.690832],[108.628142,37.651988],[108.791982,37.700303],[108.798141,37.93385],[108.883141,38.01405],[108.93488,37.922521],[109.018648,37.971602],[109.069155,38.091336],[108.938575,38.207582],[109.054372,38.433892],[109.175712,38.518694],[109.338936,38.701542],[109.404226,38.720689],[109.511399,38.833595],[109.624116,38.85457],[109.665384,38.981687],[109.961035,39.191651],[110.217881,39.281113],[110.12549,39.432891],[110.243751,39.423645],[110.385417,39.310291],[110.524003,39.382952],[110.626249,39.266751],[110.702626,39.273701],[110.73835,39.348713],[110.869545,39.494341],[111.017371,39.552045],[111.154725,39.569116],[111.064182,39.400989],[111.125776,39.366297],[111.171971,39.423183],[111.337043,39.420872],[111.422043,39.539123],[111.445448,39.640124],[111.525521,39.662242],[111.659179,39.641507],[111.783599,39.58895],[111.9382,39.623071],[111.970229,39.796638],[112.012729,39.827438],[112.232003,40.133311],[112.349031,40.257194],[112.456205,40.300112],[112.6299,40.235725],[112.744464,40.167161],[112.848558,40.206937],[112.898449,40.329317],[113.251382,40.413211],[113.316672,40.319736],[113.559968,40.348476],[113.688699,40.448288],[113.850691,40.460583],[113.948626,40.514747],[114.061959,40.52885],[114.041633,40.608861],[114.084748,40.729605],[114.134639,40.737314],[114.044712,40.830661],[114.041633,40.917546],[113.868554,41.06887],[113.920293,41.172112],[113.996669,41.19238],[113.992357,41.269794],[113.914749,41.294529],[113.94493,41.392477],[113.933227,41.487139],[114.101379,41.537779],[114.230726,41.513584],[114.200545,41.789934],[114.343443,41.926774],[114.478334,41.951704],[114.467863,42.025989],[114.510978,42.110844],[114.647717,42.109512],[114.825723,42.139695],[114.9021,42.015763],[114.922426,41.825175],[114.895325,41.636255],[115.0992,41.62373],[115.20391,41.571367],[115.377605,41.603148],[115.346808,41.712247],[115.42996,41.728775],[115.811226,41.912525],[115.916552,41.945027],[116.007095,41.797966],[116.007095,41.79752],[116.09887,41.776547],[116.122892,41.861734],[116.373579,42.009983],[116.453651,41.945917],[116.553433,41.928555],[116.727744,41.951259],[116.879881,42.018431],[116.850316,42.156556],[116.918685,42.229716],[116.886656,42.366496],[117.01662,42.456193],[117.275314,42.481797],[117.413284,42.471645],[117.435458,42.585431],[117.60053,42.603054],[117.667051,42.582347],[117.779768,42.61847],[117.874007,42.510038],[117.997811,42.416884],[118.060021,42.298364],[117.977485,42.229716],[118.106216,42.172082],[118.097593,42.105072],[118.239259,42.092639],[118.296541,42.057545],[118.340273,41.87243],[118.29223,41.772976],[118.178281,41.814917],[118.132702,41.733241],[118.215237,41.59554],[118.302701,41.55256],[118.327338,41.450816],[118.412338,41.331838],[118.528135,41.355202],[118.844727,41.342622],[119.092951,41.293629],[119.239545,41.31431],[119.296211,41.325097],[119.406464,41.503276],[119.307914,41.657273],[119.312841,41.80555],[119.384906,42.08953],[119.314689,42.119723],[119.280197,42.260728],[119.432949,42.317396],[119.539507,42.297922],[119.744615,42.211545],[119.841933,42.215534],[119.845629,42.097079],[119.989759,41.899163],[120.127113,41.77253],[120.373489,41.994862],[120.456641,42.016208],[120.466496,42.105516],[120.624792,42.154338],[120.745516,42.223512],[120.933994,42.27977],[121.028848,42.242565],[121.285079,42.387717],[121.386093,42.474294],[121.604136,42.495037],[121.66573,42.437204],[121.889931,42.556784],[121.939207,42.688453],[122.072865,42.710444],[122.338951,42.669975],[122.460907,42.755282],[122.436886,42.843105],[122.556378,42.827745],[122.624747,42.773296],[122.733152,42.786034],[122.848949,42.712203],[122.887137,42.770221],[123.058368,42.768903],[123.169853,42.859777],[123.259165,42.993431],[123.474743,43.042438],[123.536337,43.007],[123.631192,43.088346],[123.698329,43.272071],[123.703873,43.37047],[123.608402,43.366119],[123.486446,43.44525],[123.315831,43.492159],[123.304744,43.550742],[123.536953,43.633964],[123.467968,43.853599],[123.331229,44.028984],[123.386664,44.161794],[123.323838,44.179823],[123.196955,44.34483],[123.128585,44.367081],[123.12489,44.5098],[123.025108,44.493153],[122.85634,44.398304],[122.76087,44.369648],[122.675254,44.285738],[122.483081,44.236877],[122.319241,44.233018],[122.291524,44.310152],[122.28598,44.477783],[122.13138,44.577619],[122.103046,44.67388],[122.161561,44.728328],[122.099967,44.7823],[122.04946,44.912985],[122.119677,45.068739],[122.109822,45.142236],[122.22993,45.206784],[122.239169,45.276313],[122.147394,45.295682],[122.168336,45.439897],[122.002648,45.507882],[121.970004,45.692956],[121.867142,45.719703],[121.713773,45.701734],[121.817251,45.875336],[121.819098,46.023054],[122.040221,45.959022],[122.091344,45.882002],[122.301379,45.813218],[122.362357,45.917403],[122.640761,45.771072],[122.671558,45.70048],[122.792283,45.766063],[122.752246,45.834905],[122.828623,45.912406],[122.792898,46.073313],[123.04605,46.099878],[123.178476,46.248239],[123.011557,46.434984],[123.002318,46.574624],[123.366338,46.677784],[123.603475,46.68928],[123.625648,46.847508],[123.374345,46.837683],[123.221592,46.850373],[123.163694,46.74016],[122.996774,46.761483],[122.906847,46.80738],[122.895144,46.960359],[122.791051,46.941567],[122.821232,47.065636],[122.679566,47.094164],[122.531124,47.198771],[122.418407,47.350632],[122.507103,47.401291],[122.59395,47.54732],[122.765181,47.614333],[122.848949,47.67441],[123.161846,47.781892],[123.300432,47.953723],[123.537569,48.021816],[123.746373,48.197638],[124.07898,48.43603],[124.25945,48.536385],[124.314269,48.503881],[124.317964,48.35099],[124.422058,48.245884],[124.547094,48.200829],[124.579738,48.297269],[124.51876,48.378027],[124.555717,48.467784],[124.520608,48.556195],[124.579122,48.596582],[124.612383,48.747945],[124.697383,48.841775],[124.808252,49.020666],[124.809484,49.115943],[124.906802,49.184054],[125.117453,49.126127],[125.219699,49.189139],[125.261583,49.322336],[125.228323,49.487063],[125.222779,49.799026],[125.245569,49.87198],[125.190134,49.959841],[125.297924,50.014481],[125.27883,50.127411],[125.448829,50.216338],[125.463611,50.295925],[125.627451,50.443268],[125.829479,50.56165],[125.758646,50.746809],[125.890457,50.805845],[125.961906,50.901054],[126.042594,50.92558],[126.059225,51.043503],[125.864588,51.146487],[125.850421,51.21364],[125.76111,51.261976],[125.559082,51.461521],[125.35151,51.623801],[125.130388,51.635317],[125.047236,51.529704],[124.928976,51.498419],[124.864302,51.37979],[124.783614,51.392115],[124.693687,51.3327],[124.490427,51.380537],[124.406659,51.272086],[124.239124,51.344664],[123.887423,51.320734],[123.711264,51.398089],[123.661989,51.319237],[123.294273,51.254111],[123.069455,51.321108],[122.854492,51.477551],[122.85634,51.606707],[122.749167,51.746613],[122.726377,51.978709],[122.664783,51.99861],[122.629059,52.13657],[122.769493,52.179893],[122.76087,52.26678],[122.585943,52.266413],[122.342031,52.414133],[122.310618,52.475416],[122.142467,52.495096],[121.94783,52.298266],[121.841272,52.282526],[121.714389,52.318025],[121.63986,52.44442],[121.519136,52.456821],[121.323883,52.573727],[121.182217,52.59918],[121.373158,52.683067],[121.591201,52.824693],[121.715621,52.997926],[121.817867,53.061631],[121.679896,53.240722],[121.499426,53.337314],[121.336818,53.325877],[121.227797,53.280459],[121.098449,53.306929],[120.882871,53.294411],[120.690698,53.174771],[120.643886,53.106923],[120.452945,53.01017],[120.350699,52.906343],[120.181316,52.806969],[120.031642,52.773674],[120.07599,52.586092],[120.194866,52.578819],[120.289721,52.623527],[120.462184,52.64532],[120.690698,52.547532],[120.688234,52.427637],[120.627256,52.323878],[120.755371,52.258355],[120.786784,52.15787],[120.656821,51.926333],[120.481278,51.885719],[120.363634,51.789945],[120.172693,51.679868],[120.087077,51.678013],[119.985447,51.505125],[119.946643,51.360736],[119.760629,51.212516],[119.764325,51.092017],[119.598637,50.984767],[119.491464,50.87878],[119.506862,50.763846],[119.450196,50.695281],[119.298059,50.616743],[119.250631,50.448604],[119.125596,50.389118],[119.188422,50.347509],[119.322696,50.352474],[119.35103,50.303953],[119.309762,50.161161],[119.236465,50.075204],[119.090487,49.985629],[118.964836,49.988708],[118.574946,49.931342],[118.385853,49.827217],[118.384005,49.783958],[118.220781,49.729831],[118.082811,49.616741],[117.866,49.591532],[117.809333,49.521263],[117.485349,49.633024],[117.278394,49.636512],[117.068974,49.695389],[116.717889,49.847288],[116.048363,48.873274],[116.077928,48.822471],[115.799523,48.514982],[115.822929,48.259432],[115.529126,48.155336],[115.580249,47.921649],[115.939342,47.683275],[116.111189,47.811642],[116.26579,47.876711],[116.453035,47.837358],[116.669846,47.890758],[116.879265,47.893968],[117.094844,47.8241],[117.384335,47.641356],[117.493357,47.758563],[117.813645,48.016212],[117.96147,48.011007],[118.238643,48.041826],[118.284839,48.011007],[118.568171,47.992187],[118.773278,47.771034],[119.134219,47.664335],[119.152081,47.540453],[119.365812,47.47739],[119.32208,47.42721],[119.437877,47.378602],[119.716282,47.195518],[119.806825,47.055037],[119.859795,46.917046],[119.926933,46.903963],[119.93494,46.712674],[119.783419,46.626023],[119.431718,46.638763],[119.374435,46.603414],[119.26295,46.649034],[119.073857,46.676552],[119.011647,46.745902],[118.845343,46.771731],[118.788061,46.687227],[118.446831,46.704467],[118.316252,46.73934],[118.04647,46.631366],[117.914659,46.607936],[117.870927,46.549935],[117.704008,46.516587],[117.596218,46.603414],[117.42006,46.582029],[117.372017,46.36028],[117.097308,46.356976],[116.876801,46.375559],[116.585462,46.292504],[116.414231,46.133896],[116.271949,45.966926],[116.243,45.876169],[116.286731,45.775247],[116.17463,45.688775],[116.035428,45.685013],[115.936878,45.632727],[115.699741,45.45963],[115.36467,45.392427],[114.983404,45.379397],[114.745035,45.438217],[114.551014,45.387383],[114.519602,45.283893],[114.347139,45.119436],[114.19069,45.036607],[114.065038,44.931206],[113.907358,44.915104],[113.631417,44.745333],[113.503918,44.777628],[113.11526,44.799714],[112.850406,44.840466],[112.599719,44.930783],[112.438959,45.071697],[112.113743,45.072965],[112.002874,45.090713],[111.764505,44.969325],[111.624687,44.778477],[111.560629,44.647062],[111.569868,44.57634],[111.478709,44.488884],[111.415883,44.35724],[111.507042,44.294305],[111.559397,44.171238],[111.662875,44.061247],[111.870447,43.940279],[111.959758,43.823382],[111.951135,43.693275],[111.79407,43.672068],[111.564325,43.490422],[111.456535,43.494329],[111.354289,43.436125],[111.183674,43.396132],[111.02045,43.329998],[110.769763,43.099272],[110.631177,42.936061],[110.469801,42.839156],[110.437156,42.781203],[110.139657,42.674815],[110.108244,42.642687],[109.906216,42.635643],[109.683862,42.558988],[109.544044,42.472528],[109.291509,42.435879],[109.026039,42.458401],[108.845569,42.395673],[108.532671,42.442945],[108.298614,42.438529],[108.238252,42.460167],[108.022058,42.433229],[107.939522,42.403628],[107.57427,42.412907],[107.46648,42.458842],[107.303872,42.412465],[107.271844,42.364285],[107.051337,42.319166],[106.785867,42.291281],[106.612789,42.241679],[106.01348,42.032213],[105.74185,41.949033],[105.291599,41.749763],[105.230621,41.751103],[105.009498,41.583007],[104.923267,41.654143],[104.68921,41.6452],[104.524138,41.661745],[104.530298,41.875104],[104.080046,41.805104],[103.868779,41.802427],[103.418527,41.882233],[103.021862,42.028212],[102.712045,42.153007],[102.449039,42.144133],[102.070236,42.232374],[101.803534,42.503861],[101.557775,42.529887],[100.862995,42.671295],[100.32528,42.690213],[100.272309,42.636523],[99.969267,42.647969],[99.51224,42.568244],[98.546447,42.638284],[98.195362,42.653251],[97.172903,42.795257]]]},"properties":{"adcode":150000,"name":"内蒙古自治区","center":[111.670801,40.818311],"centroid":[114.077429,44.331087],"childrenNum":12,"level":"province","parent":{"adcode":100000},"subFeatureIndex":4,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[119.854252,39.98857],[119.947259,40.040364],[120.273091,40.127362],[120.491749,40.20008],[120.537329,40.325211],[120.602618,40.36079],[120.619249,40.460128],[120.822509,40.59432],[120.861313,40.684692],[121.032544,40.709193],[121.010986,40.784457],[121.126167,40.86914],[121.439064,40.830208],[121.499426,40.880001],[121.682976,40.829755],[121.816019,40.894931],[121.84312,40.831567],[121.934279,40.79805],[121.951525,40.680607],[122.122141,40.657457],[122.150474,40.588413],[122.245944,40.519752],[122.198517,40.382219],[122.02667,40.244862],[121.910257,40.072887],[121.699606,39.937196],[121.530223,39.851334],[121.45939,39.747881],[121.502506,39.703233],[121.450151,39.624914],[121.263521,39.589873],[121.224717,39.519275],[121.245659,39.389427],[121.432904,39.357506],[121.474788,39.296398],[121.589353,39.263044],[121.581962,39.075598],[121.431057,39.027263],[121.370695,39.060264],[121.275224,38.971917],[121.08921,38.922115],[121.13787,38.723023],[121.359608,38.822406],[121.509897,38.817743],[121.564715,38.874607],[121.675585,38.86156],[121.671273,39.010059],[121.863446,38.942598],[122.127684,39.144788],[122.117213,39.213911],[122.242865,39.267678],[122.274893,39.322329],[122.412864,39.411625],[122.532972,39.419947],[122.581631,39.464316],[122.808913,39.559889],[122.860652,39.604629],[122.978912,39.616156],[123.103332,39.676983],[123.212969,39.665928],[123.274563,39.753862],[123.477823,39.74696],[123.812278,39.831115],[124.099306,39.777323],[124.241588,39.928477],[124.349377,39.989029],[124.346913,40.079756],[124.457782,40.177679],[124.913578,40.481981],[125.181511,40.611132],[125.453756,40.676522],[125.707523,40.866877],[125.635458,40.94151],[125.726617,41.055332],[125.758646,41.232449],[125.646545,41.264396],[125.637306,41.34442],[125.547995,41.401006],[125.533212,41.479069],[125.412488,41.691246],[125.294844,41.822945],[125.29854,41.974399],[125.490097,42.136145],[125.305931,42.146351],[125.299156,42.289953],[125.175352,42.308102],[125.186439,42.427928],[125.066946,42.534738],[125.097127,42.622433],[125.010896,42.63212],[124.975171,42.802722],[124.856911,42.824234],[124.87231,42.962344],[124.785462,43.117185],[124.686912,43.051185],[124.586514,42.905384],[124.466406,42.847054],[124.38079,42.912835],[124.333363,42.997371],[124.425754,43.076107],[124.273617,43.17875],[124.27608,43.233278],[124.114088,43.247229],[124.032784,43.280786],[123.747604,43.472184],[123.703873,43.37047],[123.698329,43.272071],[123.631192,43.088346],[123.536337,43.007],[123.474743,43.042438],[123.259165,42.993431],[123.169853,42.859777],[123.058368,42.768903],[122.887137,42.770221],[122.848949,42.712203],[122.733152,42.786034],[122.624747,42.773296],[122.556378,42.827745],[122.436886,42.843105],[122.460907,42.755282],[122.338951,42.669975],[122.072865,42.710444],[121.939207,42.688453],[121.889931,42.556784],[121.66573,42.437204],[121.604136,42.495037],[121.386093,42.474294],[121.285079,42.387717],[121.028848,42.242565],[120.933994,42.27977],[120.745516,42.223512],[120.624792,42.154338],[120.466496,42.105516],[120.456641,42.016208],[120.373489,41.994862],[120.127113,41.77253],[119.989759,41.899163],[119.845629,42.097079],[119.841933,42.215534],[119.744615,42.211545],[119.539507,42.297922],[119.432949,42.317396],[119.280197,42.260728],[119.314689,42.119723],[119.384906,42.08953],[119.312841,41.80555],[119.307914,41.657273],[119.406464,41.503276],[119.296211,41.325097],[119.239545,41.31431],[119.189038,41.198234],[119.037516,41.067516],[118.964836,41.079246],[118.845959,40.822057],[118.895234,40.75409],[119.054763,40.664721],[119.230921,40.603863],[119.30237,40.530215],[119.503783,40.553864],[119.604797,40.455119],[119.598021,40.334335],[119.760629,40.136056],[119.736608,40.104936],[119.854252,39.98857]]]},"properties":{"adcode":210000,"name":"辽宁省","center":[123.429096,41.796767],"centroid":[122.604994,41.299712],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":5,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[125.707523,40.866877],[125.875059,40.908501],[125.959442,40.88181],[126.188572,41.114875],[126.295129,41.171661],[126.332086,41.236949],[126.497158,41.406842],[126.608027,41.669345],[126.8002,41.702865],[126.887047,41.791719],[126.952953,41.804212],[127.037952,41.676944],[127.135887,41.600463],[127.11864,41.540018],[127.241212,41.520754],[127.360704,41.466065],[127.526392,41.467859],[127.636645,41.413575],[127.882405,41.448124],[128.000049,41.442741],[128.040085,41.393375],[128.203925,41.410882],[128.301244,41.540018],[128.30186,41.627756],[128.163889,41.721628],[128.112766,41.793504],[128.090593,42.022877],[128.466316,42.020654],[128.49896,42.000644],[128.70222,42.02021],[128.737945,42.050435],[128.898089,42.016653],[128.954755,42.083756],[129.113668,42.140583],[129.215914,42.208442],[129.240551,42.376223],[129.342181,42.441179],[129.452434,42.441179],[129.546057,42.361632],[129.601492,42.415116],[129.748701,42.471204],[129.767179,42.707806],[129.856491,42.951833],[129.897143,43.001748],[130.027106,42.9676],[130.10841,42.989929],[130.136127,42.90363],[130.258083,42.90626],[130.242069,42.738582],[130.388046,42.603054],[130.482285,42.626837],[130.570364,42.557224],[130.633806,42.603494],[130.592538,42.671295],[130.464423,42.688453],[130.46627,42.772417],[130.665835,42.847932],[131.043406,42.862848],[131.034167,42.929051],[131.145652,42.9365],[131.102536,43.021002],[131.207861,43.1316],[131.206014,43.237202],[131.255289,43.265099],[131.314419,43.392653],[131.304564,43.502144],[131.142572,43.425695],[131.026775,43.508655],[130.907283,43.434387],[130.630726,43.622268],[130.412684,43.652586],[130.381887,43.910106],[130.338155,43.963975],[130.208192,43.948466],[130.079461,43.835039],[130.009243,43.889407],[130.017867,43.961821],[129.951345,44.027263],[129.802904,43.964837],[129.780114,43.892857],[129.467833,43.874741],[129.348341,43.798333],[129.211602,43.784509],[129.23008,43.593234],[129.013886,43.522976],[128.878379,43.539898],[128.834647,43.587599],[128.739177,43.806972],[128.760734,43.857482],[128.584576,43.990246],[128.574721,44.047914],[128.450301,44.203423],[128.481714,44.375637],[128.372693,44.514495],[128.211317,44.431647],[128.172512,44.34697],[128.049941,44.349965],[128.104143,44.230017],[128.091208,44.133022],[127.912586,44.064687],[127.783239,44.071997],[127.59045,44.227872],[127.623711,44.278025],[127.486356,44.410275],[127.463566,44.484615],[127.557189,44.575488],[127.392733,44.632158],[127.182082,44.644507],[127.041648,44.591258],[127.041032,44.712169],[126.984366,44.823914],[127.092771,44.94688],[126.970815,45.070852],[126.96404,45.132104],[126.685635,45.187807],[126.569222,45.252725],[126.402919,45.222805],[126.356107,45.185698],[126.166398,45.13337],[125.915095,45.196664],[125.695205,45.352066],[125.687813,45.514173],[125.434662,45.462988],[125.361981,45.392847],[125.248649,45.417637],[125.06633,45.39915],[125.025678,45.493201],[124.911114,45.535976],[124.792853,45.436958],[124.690607,45.452493],[124.544014,45.411756],[124.398652,45.440737],[124.287783,45.539329],[124.226805,45.633564],[124.054342,45.751449],[124.061118,45.886168],[123.968727,45.936551],[124.01677,46.118549],[123.917604,46.25693],[123.499381,46.259826],[123.357099,46.232096],[123.248078,46.273065],[123.178476,46.248239],[123.04605,46.099878],[122.792898,46.073313],[122.828623,45.912406],[122.752246,45.834905],[122.792283,45.766063],[122.671558,45.70048],[122.640761,45.771072],[122.362357,45.917403],[122.301379,45.813218],[122.091344,45.882002],[122.040221,45.959022],[121.819098,46.023054],[121.817251,45.875336],[121.713773,45.701734],[121.867142,45.719703],[121.970004,45.692956],[122.002648,45.507882],[122.168336,45.439897],[122.147394,45.295682],[122.239169,45.276313],[122.22993,45.206784],[122.109822,45.142236],[122.119677,45.068739],[122.04946,44.912985],[122.099967,44.7823],[122.161561,44.728328],[122.103046,44.67388],[122.13138,44.577619],[122.28598,44.477783],[122.291524,44.310152],[122.319241,44.233018],[122.483081,44.236877],[122.675254,44.285738],[122.76087,44.369648],[122.85634,44.398304],[123.025108,44.493153],[123.12489,44.5098],[123.128585,44.367081],[123.196955,44.34483],[123.323838,44.179823],[123.386664,44.161794],[123.331229,44.028984],[123.467968,43.853599],[123.536953,43.633964],[123.304744,43.550742],[123.315831,43.492159],[123.486446,43.44525],[123.608402,43.366119],[123.703873,43.37047],[123.747604,43.472184],[124.032784,43.280786],[124.114088,43.247229],[124.27608,43.233278],[124.273617,43.17875],[124.425754,43.076107],[124.333363,42.997371],[124.38079,42.912835],[124.466406,42.847054],[124.586514,42.905384],[124.686912,43.051185],[124.785462,43.117185],[124.87231,42.962344],[124.856911,42.824234],[124.975171,42.802722],[125.010896,42.63212],[125.097127,42.622433],[125.066946,42.534738],[125.186439,42.427928],[125.175352,42.308102],[125.299156,42.289953],[125.305931,42.146351],[125.490097,42.136145],[125.29854,41.974399],[125.294844,41.822945],[125.412488,41.691246],[125.533212,41.479069],[125.547995,41.401006],[125.637306,41.34442],[125.646545,41.264396],[125.758646,41.232449],[125.726617,41.055332],[125.635458,40.94151],[125.707523,40.866877]]]},"properties":{"adcode":220000,"name":"吉林省","center":[125.3245,43.886841],"centroid":[126.171208,43.703954],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":6,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.178476,46.248239],[123.248078,46.273065],[123.357099,46.232096],[123.499381,46.259826],[123.917604,46.25693],[124.01677,46.118549],[123.968727,45.936551],[124.061118,45.886168],[124.054342,45.751449],[124.226805,45.633564],[124.287783,45.539329],[124.398652,45.440737],[124.544014,45.411756],[124.690607,45.452493],[124.792853,45.436958],[124.911114,45.535976],[125.025678,45.493201],[125.06633,45.39915],[125.248649,45.417637],[125.361981,45.392847],[125.434662,45.462988],[125.687813,45.514173],[125.695205,45.352066],[125.915095,45.196664],[126.166398,45.13337],[126.356107,45.185698],[126.402919,45.222805],[126.569222,45.252725],[126.685635,45.187807],[126.96404,45.132104],[126.970815,45.070852],[127.092771,44.94688],[126.984366,44.823914],[127.041032,44.712169],[127.041648,44.591258],[127.182082,44.644507],[127.392733,44.632158],[127.557189,44.575488],[127.463566,44.484615],[127.486356,44.410275],[127.623711,44.278025],[127.59045,44.227872],[127.783239,44.071997],[127.912586,44.064687],[128.091208,44.133022],[128.104143,44.230017],[128.049941,44.349965],[128.172512,44.34697],[128.211317,44.431647],[128.372693,44.514495],[128.481714,44.375637],[128.450301,44.203423],[128.574721,44.047914],[128.584576,43.990246],[128.760734,43.857482],[128.739177,43.806972],[128.834647,43.587599],[128.878379,43.539898],[129.013886,43.522976],[129.23008,43.593234],[129.211602,43.784509],[129.348341,43.798333],[129.467833,43.874741],[129.780114,43.892857],[129.802904,43.964837],[129.951345,44.027263],[130.017867,43.961821],[130.009243,43.889407],[130.079461,43.835039],[130.208192,43.948466],[130.338155,43.963975],[130.381887,43.910106],[130.412684,43.652586],[130.630726,43.622268],[130.907283,43.434387],[131.026775,43.508655],[131.142572,43.425695],[131.304564,43.502144],[131.20047,43.532089],[131.239274,43.670337],[131.2171,43.836334],[131.254057,43.893289],[131.26576,44.034578],[131.310723,44.046623],[131.111775,44.710042],[131.064348,44.786973],[130.965181,44.85065],[131.207861,44.913833],[131.355071,44.990068],[131.484418,44.99557],[131.695685,45.132104],[131.681519,45.215217],[131.788692,45.245984],[131.82996,45.311677],[132.003655,45.25441],[132.867202,45.061976],[132.954049,45.023072],[133.107418,45.124504],[133.129592,45.211422],[133.097563,45.284735],[133.143759,45.430658],[133.203505,45.516689],[133.423395,45.584163],[133.471438,45.631053],[133.467743,45.834905],[133.51209,45.887001],[133.618032,45.903662],[133.745531,46.075389],[133.690713,46.133896],[133.909987,46.254447],[133.876726,46.362345],[133.948791,46.401153],[133.849625,46.475389],[133.919842,46.596012],[134.011001,46.637941],[134.042414,46.886787],[134.142812,47.093349],[134.222268,47.105164],[134.230276,47.182097],[134.156979,47.248357],[134.177305,47.326299],[134.339297,47.439759],[134.490202,47.446235],[134.678064,47.588507],[134.779694,47.7159],[134.607846,47.909214],[134.551796,48.032622],[134.632484,48.099412],[134.679295,48.256245],[134.864077,48.332293],[135.009439,48.365703],[135.09567,48.437618],[134.927519,48.451513],[134.820961,48.37604],[134.501905,48.418954],[134.369478,48.382797],[134.20379,48.3824],[133.740604,48.254651],[133.693177,48.186866],[133.59709,48.194846],[133.545967,48.121389],[133.302055,48.103009],[133.130208,48.134971],[132.992238,48.035424],[132.883216,48.002599],[132.819159,47.936887],[132.723072,47.962941],[132.558,47.718316],[132.325175,47.762184],[132.242639,47.70986],[132.000575,47.712276],[131.976554,47.673201],[131.690142,47.707041],[131.59036,47.660707],[131.543548,47.736028],[131.236811,47.733211],[131.115471,47.689721],[130.966413,47.733211],[130.961486,47.828118],[130.891269,47.927263],[130.699711,48.044227],[130.673842,48.12818],[130.765617,48.18926],[130.845073,48.296473],[130.747755,48.404256],[130.767465,48.507846],[130.620871,48.49595],[130.605473,48.594207],[130.538335,48.612016],[130.680617,48.881146],[130.501995,48.865795],[130.412068,48.905148],[130.279641,48.866976],[129.937179,49.040285],[129.847867,49.181316],[129.753629,49.208692],[129.696962,49.298535],[129.562687,49.299706],[129.546057,49.395227],[129.448739,49.441167],[129.379138,49.367175],[129.215298,49.399122],[129.061929,49.374189],[129.013886,49.457119],[128.871604,49.492506],[128.792147,49.473065],[128.715155,49.564756],[128.537764,49.604332],[128.185447,49.53952],[128.001281,49.592307],[127.815268,49.593859],[127.677913,49.697712],[127.674833,49.764247],[127.531936,49.826059],[127.543638,49.944438],[127.501755,50.056764],[127.58737,50.137768],[127.603385,50.239309],[127.371791,50.29669],[127.332371,50.340634],[127.3644,50.438314],[127.293567,50.46575],[127.370559,50.581415],[127.294799,50.663426],[127.143894,50.910111],[126.922772,51.061937],[126.899982,51.200518],[126.976358,51.291551],[126.908605,51.407423],[126.784185,51.448095],[126.837156,51.536033],[126.69549,51.57845],[126.741069,51.642374],[126.510092,51.922274],[126.450962,52.027709],[126.563679,52.119302],[126.499005,52.16044],[126.306832,52.205574],[126.353644,52.389304],[126.147304,52.573],[125.968682,52.630429],[126.072775,52.691048],[125.855349,52.866259],[125.772197,52.89804],[125.742632,52.993964],[125.640386,53.06199],[125.142091,53.204175],[124.970244,53.194137],[124.832889,53.145347],[124.678905,53.207043],[124.496587,53.207759],[124.375863,53.258984],[124.239124,53.379817],[124.125791,53.348033],[124.058038,53.404085],[123.865249,53.489627],[123.698329,53.498528],[123.620721,53.550115],[123.454417,53.536602],[123.309672,53.56078],[123.137209,53.498172],[122.894528,53.462914],[122.496016,53.458638],[122.350038,53.505647],[122.111054,53.426913],[121.875765,53.426556],[121.499426,53.337314],[121.679896,53.240722],[121.817867,53.061631],[121.715621,52.997926],[121.591201,52.824693],[121.373158,52.683067],[121.182217,52.59918],[121.323883,52.573727],[121.519136,52.456821],[121.63986,52.44442],[121.714389,52.318025],[121.841272,52.282526],[121.94783,52.298266],[122.142467,52.495096],[122.310618,52.475416],[122.342031,52.414133],[122.585943,52.266413],[122.76087,52.26678],[122.769493,52.179893],[122.629059,52.13657],[122.664783,51.99861],[122.726377,51.978709],[122.749167,51.746613],[122.85634,51.606707],[122.854492,51.477551],[123.069455,51.321108],[123.294273,51.254111],[123.661989,51.319237],[123.711264,51.398089],[123.887423,51.320734],[124.239124,51.344664],[124.406659,51.272086],[124.490427,51.380537],[124.693687,51.3327],[124.783614,51.392115],[124.864302,51.37979],[124.928976,51.498419],[125.047236,51.529704],[125.130388,51.635317],[125.35151,51.623801],[125.559082,51.461521],[125.76111,51.261976],[125.850421,51.21364],[125.864588,51.146487],[126.059225,51.043503],[126.042594,50.92558],[125.961906,50.901054],[125.890457,50.805845],[125.758646,50.746809],[125.829479,50.56165],[125.627451,50.443268],[125.463611,50.295925],[125.448829,50.216338],[125.27883,50.127411],[125.297924,50.014481],[125.190134,49.959841],[125.245569,49.87198],[125.222779,49.799026],[125.228323,49.487063],[125.261583,49.322336],[125.219699,49.189139],[125.117453,49.126127],[124.906802,49.184054],[124.809484,49.115943],[124.808252,49.020666],[124.697383,48.841775],[124.612383,48.747945],[124.579122,48.596582],[124.520608,48.556195],[124.555717,48.467784],[124.51876,48.378027],[124.579738,48.297269],[124.547094,48.200829],[124.422058,48.245884],[124.317964,48.35099],[124.314269,48.503881],[124.25945,48.536385],[124.07898,48.43603],[123.746373,48.197638],[123.537569,48.021816],[123.300432,47.953723],[123.161846,47.781892],[122.848949,47.67441],[122.765181,47.614333],[122.59395,47.54732],[122.507103,47.401291],[122.418407,47.350632],[122.531124,47.198771],[122.679566,47.094164],[122.821232,47.065636],[122.791051,46.941567],[122.895144,46.960359],[122.906847,46.80738],[122.996774,46.761483],[123.163694,46.74016],[123.221592,46.850373],[123.374345,46.837683],[123.625648,46.847508],[123.603475,46.68928],[123.366338,46.677784],[123.002318,46.574624],[123.011557,46.434984],[123.178476,46.248239]]]},"properties":{"adcode":230000,"name":"黑龙江省","center":[126.642464,45.756967],"centroid":[127.693027,48.040465],"childrenNum":13,"level":"province","parent":{"adcode":100000},"subFeatureIndex":7,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.901349,31.017327],[120.989428,31.01425],[120.991892,30.837133],[121.123087,30.77905],[121.21671,30.785734],[121.274608,30.677191],[121.362071,30.679764],[121.426129,30.730192],[121.601056,30.805269],[121.904714,30.814007],[121.943518,30.776993],[121.970004,30.789333],[121.990945,30.96859],[121.946598,31.066039],[121.722396,31.3036],[121.520984,31.394575],[121.343593,31.511996],[121.174826,31.44922],[121.113848,31.37465],[121.060261,31.245289],[121.076892,31.158267],[120.881023,31.134706],[120.901349,31.017327]]],[[[121.974931,31.61704],[121.599824,31.703128],[121.431673,31.769295],[121.323267,31.868458],[121.200079,31.834907],[121.145261,31.75403],[121.371926,31.553314],[121.434136,31.590535],[121.547469,31.531382],[121.819098,31.437987],[121.890547,31.428795],[121.995873,31.493117],[121.974931,31.61704]]],[[[121.801852,31.356765],[121.840656,31.295418],[122.016199,31.282121],[122.116597,31.320984],[121.801852,31.356765]]]]},"properties":{"adcode":310000,"name":"上海市","center":[121.472644,31.231706],"centroid":[121.438737,31.072559],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":8,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[119.306066,35.076578],[119.286972,35.115261],[119.137915,35.096167],[119.114509,35.055026],[118.86259,35.025626],[118.860742,34.944233],[118.690127,34.678408],[118.545997,34.705964],[118.424657,34.595193],[118.439439,34.507949],[118.404947,34.427525],[118.220165,34.405802],[118.132702,34.483287],[118.185056,34.543942],[118.114839,34.614404],[117.951615,34.678408],[117.902956,34.644443],[117.793935,34.651827],[117.801942,34.518798],[117.684298,34.547392],[117.592523,34.462566],[117.465023,34.484767],[117.370785,34.584846],[117.267923,34.532603],[117.248213,34.451216],[117.166293,34.434435],[117.15151,34.559222],[117.070206,34.713835],[116.969192,34.771864],[116.922381,34.894671],[116.858323,34.928533],[116.677853,34.939327],[116.445028,34.895652],[116.408071,34.850972],[116.374195,34.640011],[116.662454,34.472927],[116.773939,34.453683],[116.828142,34.389012],[116.969192,34.389012],[116.969192,34.283753],[117.051112,34.221425],[117.025243,34.167469],[117.192162,34.068873],[117.311654,34.067882],[117.404045,34.03218],[117.514914,34.060941],[117.569117,33.985051],[117.759442,33.874318],[117.739732,33.758467],[117.901724,33.720146],[118.117919,33.766427],[118.16781,33.663381],[118.112376,33.617045],[118.107448,33.475391],[118.050782,33.491863],[118.029224,33.374995],[117.974405,33.279487],[117.988572,33.180869],[118.038463,33.134776],[118.217085,33.191888],[118.244803,32.998359],[118.2331,32.914498],[118.300237,32.783275],[118.572482,32.719856],[118.707373,32.72036],[118.743097,32.853184],[118.810235,32.853687],[118.849039,32.956689],[119.020886,32.955685],[119.113277,32.823014],[119.184726,32.825529],[119.22045,32.576748],[119.084944,32.452602],[119.041212,32.515201],[118.922336,32.557078],[118.92172,32.557078],[118.922336,32.557078],[118.92172,32.557078],[118.719076,32.614059],[118.632844,32.578261],[118.592192,32.481383],[118.691359,32.472295],[118.703061,32.328792],[118.643931,32.209875],[118.510888,32.194176],[118.501033,32.121726],[118.394476,32.076098],[118.363679,31.930443],[118.504729,31.841516],[118.521975,31.743343],[118.641467,31.75861],[118.697518,31.709747],[118.643315,31.649651],[118.858894,31.623665],[118.885995,31.519139],[118.883532,31.500261],[118.852119,31.393553],[118.720924,31.322518],[118.794836,31.229426],[118.870597,31.242219],[119.10527,31.235055],[119.158241,31.294907],[119.266646,31.250405],[119.374435,31.258591],[119.391682,31.174142],[119.623891,31.130096],[119.678093,31.167997],[119.921389,31.170045],[120.001461,31.027071],[120.149903,30.937283],[120.371025,30.948575],[120.42338,30.902884],[120.504684,30.757967],[120.589684,30.854089],[120.713487,30.88491],[120.698089,30.970643],[120.901349,31.017327],[120.881023,31.134706],[121.076892,31.158267],[121.060261,31.245289],[121.113848,31.37465],[121.174826,31.44922],[121.343593,31.511996],[121.371926,31.553314],[121.145261,31.75403],[121.200079,31.834907],[121.323267,31.868458],[121.431673,31.769295],[121.599824,31.703128],[121.974931,31.61704],[121.970004,31.718911],[121.856055,31.955328],[121.759352,32.059362],[121.525295,32.136423],[121.450151,32.282256],[121.425513,32.430885],[121.352216,32.474315],[121.153268,32.52933],[120.979573,32.636236],[120.953088,32.714318],[120.981421,32.85972],[120.932762,33.005887],[120.874247,33.093672],[120.813885,33.303499],[120.741205,33.337505],[120.680227,33.520306],[120.583524,33.668362],[120.367329,34.091674],[120.311895,34.306991],[119.962657,34.459112],[119.811752,34.485754],[119.465594,34.672994],[119.525956,34.73351],[119.238313,34.799388],[119.202588,34.890253],[119.238313,35.048657],[119.306066,35.076578]]]},"properties":{"adcode":320000,"name":"江苏省","center":[118.767413,32.041544],"centroid":[119.486506,32.983991],"childrenNum":13,"level":"province","parent":{"adcode":100000},"subFeatureIndex":9,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[118.433896,28.288335],[118.588497,28.282538],[118.756032,28.252493],[118.802228,28.117453],[118.719076,28.063601],[118.730163,27.970615],[118.818242,27.916689],[118.913713,27.619616],[118.869365,27.540047],[118.907553,27.460952],[119.020886,27.498118],[119.14777,27.424836],[119.26911,27.42218],[119.360269,27.524657],[119.466826,27.526249],[119.501319,27.649837],[119.644217,27.663619],[119.630666,27.582491],[119.70889,27.514042],[119.685485,27.438646],[119.739687,27.362668],[119.843165,27.300464],[120.008237,27.375423],[120.052584,27.338747],[120.134504,27.420055],[120.221352,27.420055],[120.343924,27.363199],[120.430155,27.258976],[120.404286,27.204166],[120.461568,27.142407],[120.545952,27.156785],[120.580444,27.321203],[120.665444,27.357884],[120.703016,27.478475],[120.637111,27.561271],[120.709176,27.682699],[120.840371,27.758986],[120.910588,27.864852],[120.97403,27.887071],[121.027616,27.832574],[121.134174,27.787051],[121.13479,27.787051],[121.192072,27.822518],[121.162507,27.90717],[121.05595,27.900294],[120.991892,27.95],[121.059029,28.096338],[121.140949,28.031382],[121.261057,28.034551],[121.328195,28.134343],[121.488955,28.301509],[121.627541,28.251966],[121.692831,28.407368],[121.634317,28.562542],[121.557324,28.645033],[121.689135,28.719062],[121.687287,28.863294],[121.774751,28.863818],[121.660186,29.118226],[121.750113,29.136523],[121.966308,29.052852],[121.988482,29.110906],[121.937975,29.384],[121.993409,29.45229],[122.000185,29.582486],[121.966308,29.636078],[121.833265,29.653242],[122.043916,29.822647],[122.00696,29.891678],[121.78399,29.99332],[121.721164,29.992802],[121.635548,30.070002],[121.497578,30.258861],[121.328195,30.397299],[121.225333,30.404526],[121.058413,30.563888],[121.274608,30.677191],[121.21671,30.785734],[121.123087,30.77905],[120.991892,30.837133],[120.989428,31.01425],[120.901349,31.017327],[120.698089,30.970643],[120.713487,30.88491],[120.589684,30.854089],[120.504684,30.757967],[120.42338,30.902884],[120.371025,30.948575],[120.149903,30.937283],[120.001461,31.027071],[119.921389,31.170045],[119.678093,31.167997],[119.623891,31.130096],[119.633746,31.019379],[119.580159,30.967051],[119.55429,30.825828],[119.479761,30.772365],[119.482841,30.704467],[119.39045,30.685941],[119.238929,30.609225],[119.237081,30.546881],[119.326392,30.532964],[119.36766,30.38491],[119.201356,30.290905],[119.06277,30.304856],[118.954365,30.360126],[118.880452,30.31519],[118.905089,30.216464],[118.852735,30.166805],[118.902626,30.029078],[118.894619,29.937845],[118.740634,29.814859],[118.744945,29.73902],[118.647011,29.64336],[118.573714,29.638159],[118.500417,29.57572],[118.496106,29.519492],[118.381541,29.504909],[118.316252,29.422581],[118.193064,29.395472],[118.205382,29.343839],[118.138861,29.283828],[118.077883,29.290614],[118.042159,29.210202],[118.037847,29.102017],[118.097593,28.998952],[118.270056,28.918836],[118.300237,28.826075],[118.364295,28.813491],[118.428352,28.681267],[118.412338,28.55676],[118.474548,28.478934],[118.433896,28.288335]]],[[[122.163408,29.988137],[122.322321,29.940438],[122.343879,30.020269],[122.293988,30.100554],[122.152938,30.113497],[121.955221,30.183878],[121.978011,30.059125],[122.027902,29.991247],[122.163408,29.988137]]],[[[122.162793,30.329654],[122.058083,30.291938],[122.231778,30.234562],[122.247176,30.30124],[122.162793,30.329654]]],[[[122.43011,30.408655],[122.432574,30.445294],[122.277973,30.471603],[122.281669,30.418461],[122.43011,30.408655]]],[[[122.155401,29.970512],[122.163408,29.988137],[122.152322,29.97103],[122.155401,29.970512]]]]},"properties":{"adcode":330000,"name":"浙江省","center":[120.153576,30.287459],"centroid":[120.109913,29.181466],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":10,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[116.196804,34.575977],[116.162312,34.459605],[116.372347,34.26595],[116.516477,34.296114],[116.565752,34.16945],[116.52818,34.122892],[116.641512,33.978103],[116.64336,33.896675],[116.437637,33.846489],[116.437021,33.801246],[116.155536,33.709693],[116.055754,33.804727],[116.05945,33.860902],[115.982457,33.917039],[115.95782,34.007875],[115.85003,34.004898],[115.736082,34.076805],[115.60735,34.030196],[115.547604,33.874815],[115.631988,33.869846],[115.601191,33.658898],[115.639995,33.585143],[115.422569,33.557219],[115.345576,33.502842],[115.315395,33.431451],[115.365286,33.336005],[115.300613,33.204407],[115.303692,33.149809],[115.168186,33.088658],[115.041302,33.086653],[114.966158,33.147304],[114.902716,33.129764],[114.943368,32.935094],[115.139237,32.897917],[115.197135,32.856201],[115.179273,32.726402],[115.20083,32.591876],[115.304924,32.553042],[115.409018,32.549007],[115.5088,32.468761],[115.509416,32.466741],[115.626445,32.40512],[115.704669,32.495013],[115.789052,32.468761],[115.845719,32.501575],[115.899306,32.390971],[115.912856,32.227596],[115.941805,32.166318],[115.920248,31.920285],[115.886371,31.776418],[115.676336,31.778453],[115.495249,31.673083],[115.371446,31.495668],[115.373909,31.405813],[115.443511,31.344498],[115.473076,31.265242],[115.539597,31.231985],[115.585793,31.143926],[115.700973,31.201276],[115.778582,31.112164],[115.867277,31.147512],[115.938726,31.04707],[116.058834,31.012711],[116.071769,30.956787],[115.976298,30.931636],[115.865429,30.864364],[115.851262,30.756938],[115.762567,30.685426],[115.819234,30.597893],[115.910393,30.519046],[115.885139,30.379747],[115.903001,30.31364],[115.985537,30.290905],[116.065609,30.204569],[116.091479,30.036331],[116.073616,29.969993],[116.128435,29.897904],[116.13521,29.819532],[116.280572,29.788893],[116.467818,29.896347],[116.552201,29.909836],[116.585462,30.045657],[116.666766,30.076734],[116.747454,30.057053],[116.900207,29.949253],[116.882961,29.893753],[116.673541,29.709916],[116.680317,29.681323],[116.651983,29.637118],[116.780715,29.569994],[116.996294,29.683403],[117.112706,29.711995],[117.136728,29.775388],[117.073286,29.831992],[117.171836,29.920729],[117.246365,29.915023],[117.25314,29.834588],[117.382487,29.840818],[117.455168,29.749412],[117.453936,29.688082],[117.543248,29.588731],[117.647957,29.614749],[117.690457,29.555939],[117.795167,29.570515],[117.933753,29.549172],[118.00397,29.578322],[118.143788,29.489803],[118.193064,29.395472],[118.316252,29.422581],[118.381541,29.504909],[118.496106,29.519492],[118.500417,29.57572],[118.573714,29.638159],[118.647011,29.64336],[118.744945,29.73902],[118.740634,29.814859],[118.894619,29.937845],[118.902626,30.029078],[118.852735,30.166805],[118.905089,30.216464],[118.880452,30.31519],[118.954365,30.360126],[119.06277,30.304856],[119.201356,30.290905],[119.36766,30.38491],[119.326392,30.532964],[119.237081,30.546881],[119.238929,30.609225],[119.39045,30.685941],[119.482841,30.704467],[119.479761,30.772365],[119.55429,30.825828],[119.580159,30.967051],[119.633746,31.019379],[119.623891,31.130096],[119.391682,31.174142],[119.374435,31.258591],[119.266646,31.250405],[119.158241,31.294907],[119.10527,31.235055],[118.870597,31.242219],[118.794836,31.229426],[118.720924,31.322518],[118.852119,31.393553],[118.883532,31.500261],[118.885995,31.519139],[118.858894,31.623665],[118.643315,31.649651],[118.697518,31.709747],[118.641467,31.75861],[118.521975,31.743343],[118.504729,31.841516],[118.363679,31.930443],[118.394476,32.076098],[118.501033,32.121726],[118.510888,32.194176],[118.643931,32.209875],[118.703061,32.328792],[118.691359,32.472295],[118.592192,32.481383],[118.632844,32.578261],[118.719076,32.614059],[118.92172,32.557078],[118.922336,32.557078],[118.92172,32.557078],[118.922336,32.557078],[119.041212,32.515201],[119.084944,32.452602],[119.22045,32.576748],[119.184726,32.825529],[119.113277,32.823014],[119.020886,32.955685],[118.849039,32.956689],[118.810235,32.853687],[118.743097,32.853184],[118.707373,32.72036],[118.572482,32.719856],[118.300237,32.783275],[118.2331,32.914498],[118.244803,32.998359],[118.217085,33.191888],[118.038463,33.134776],[117.988572,33.180869],[117.974405,33.279487],[118.029224,33.374995],[118.050782,33.491863],[118.107448,33.475391],[118.112376,33.617045],[118.16781,33.663381],[118.117919,33.766427],[117.901724,33.720146],[117.739732,33.758467],[117.759442,33.874318],[117.569117,33.985051],[117.514914,34.060941],[117.404045,34.03218],[117.311654,34.067882],[117.192162,34.068873],[117.025243,34.167469],[117.051112,34.221425],[116.969192,34.283753],[116.969192,34.389012],[116.828142,34.389012],[116.773939,34.453683],[116.662454,34.472927],[116.374195,34.640011],[116.196804,34.575977]]]},"properties":{"adcode":340000,"name":"安徽省","center":[117.283042,31.86119],"centroid":[117.226884,31.849254],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":11,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[117.192778,23.5619],[117.387415,23.555317],[117.463791,23.584937],[117.501364,23.70445],[117.601762,23.70171],[117.660276,23.789357],[117.671979,23.878041],[117.762522,23.886796],[118.019369,24.197232],[118.158571,24.269814],[118.088354,24.408858],[118.048934,24.418122],[118.084042,24.528695],[118.121615,24.570067],[118.169042,24.559725],[118.242955,24.51236],[118.375382,24.536317],[118.444367,24.614689],[118.512736,24.60816],[118.614366,24.521617],[118.680272,24.58204],[118.703677,24.665278],[118.786213,24.77672],[118.650707,24.808774],[118.864437,24.887518],[118.989473,24.973807],[118.892155,25.092558],[119.028893,25.139702],[119.146538,25.056782],[119.165632,25.145661],[119.26911,25.159746],[119.380595,25.250173],[119.299291,25.328634],[119.14469,25.388121],[119.232153,25.442176],[119.45266,25.493505],[119.463131,25.448661],[119.597405,25.334584],[119.649144,25.342697],[119.688564,25.441095],[119.764325,25.433529],[119.862875,25.474597],[119.883817,25.546432],[119.790194,25.614447],[119.700267,25.616606],[119.715666,25.51187],[119.634362,25.475137],[119.616499,25.556691],[119.472986,25.662466],[119.602949,25.68512],[119.626354,25.723406],[119.628202,25.87212],[119.69534,25.904424],[119.723673,26.011503],[119.668854,26.026024],[119.604181,26.168985],[119.676246,26.262943],[119.7711,26.285481],[119.893672,26.355752],[119.835774,26.434019],[119.788346,26.583435],[119.619579,26.649246],[119.711354,26.686681],[119.899216,26.693098],[119.949107,26.624638],[119.851788,26.595209],[119.867187,26.509019],[120.063671,26.627848],[120.110483,26.692563],[120.102476,26.82669],[120.130193,26.917976],[120.233055,26.907837],[120.282946,27.089671],[120.391967,27.081146],[120.461568,27.142407],[120.404286,27.204166],[120.430155,27.258976],[120.343924,27.363199],[120.221352,27.420055],[120.134504,27.420055],[120.052584,27.338747],[120.008237,27.375423],[119.843165,27.300464],[119.739687,27.362668],[119.685485,27.438646],[119.70889,27.514042],[119.630666,27.582491],[119.644217,27.663619],[119.501319,27.649837],[119.466826,27.526249],[119.360269,27.524657],[119.26911,27.42218],[119.14777,27.424836],[119.020886,27.498118],[118.907553,27.460952],[118.869365,27.540047],[118.913713,27.619616],[118.818242,27.916689],[118.730163,27.970615],[118.719076,28.063601],[118.802228,28.117453],[118.756032,28.252493],[118.588497,28.282538],[118.433896,28.288335],[118.314404,28.221913],[118.356288,28.091586],[118.153644,28.062016],[118.094513,28.003909],[117.856145,27.94577],[117.78716,27.896063],[117.740348,27.800286],[117.609769,27.863265],[117.556182,27.966387],[117.407741,27.893948],[117.280242,27.871201],[117.296256,27.764282],[117.174916,27.677399],[117.040641,27.669979],[117.01662,27.563393],[117.103467,27.533149],[117.104699,27.330773],[117.149662,27.241419],[117.044953,27.146667],[117.05296,27.100327],[116.851548,27.009188],[116.679085,26.978259],[116.548506,26.84004],[116.515245,26.720898],[116.566368,26.650315],[116.539267,26.559349],[116.610716,26.476882],[116.601476,26.372911],[116.499846,26.361651],[116.412999,26.297822],[116.392057,26.171133],[116.476441,26.172745],[116.489375,26.113649],[116.384666,26.030864],[116.303362,25.924341],[116.17771,25.894195],[116.131515,25.824185],[116.106877,25.701299],[116.041588,25.62416],[116.063145,25.56317],[116.005247,25.490264],[116.008327,25.319437],[115.930719,25.236099],[115.855574,25.20957],[115.928255,25.050276],[115.873436,25.019911],[115.89253,24.936911],[116.068073,24.850053],[116.191877,24.877203],[116.244232,24.793563],[116.345862,24.828872],[116.530027,24.604895],[116.667382,24.658752],[116.815207,24.654944],[116.759157,24.545572],[116.83307,24.496568],[116.903903,24.369614],[116.933468,24.220157],[116.930388,24.064514],[116.981511,23.999471],[116.981511,23.855602],[117.048032,23.758687],[117.055424,23.694038],[117.192778,23.629356],[117.192778,23.5619]]],[[[118.412338,24.514538],[118.353208,24.415398],[118.477012,24.437738],[118.412338,24.514538]]],[[[118.204151,24.504737],[118.14502,24.560814],[118.093281,24.540672],[118.068644,24.463344],[118.143173,24.420847],[118.204151,24.504737]]]]},"properties":{"adcode":350000,"name":"福建省","center":[119.306239,26.075302],"centroid":[118.006468,26.069925],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":12,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.193064,29.395472],[118.143788,29.489803],[118.00397,29.578322],[117.933753,29.549172],[117.795167,29.570515],[117.690457,29.555939],[117.647957,29.614749],[117.543248,29.588731],[117.453936,29.688082],[117.455168,29.749412],[117.382487,29.840818],[117.25314,29.834588],[117.246365,29.915023],[117.171836,29.920729],[117.073286,29.831992],[117.136728,29.775388],[117.112706,29.711995],[116.996294,29.683403],[116.780715,29.569994],[116.651983,29.637118],[116.680317,29.681323],[116.673541,29.709916],[116.882961,29.893753],[116.900207,29.949253],[116.747454,30.057053],[116.666766,30.076734],[116.585462,30.045657],[116.552201,29.909836],[116.467818,29.896347],[116.280572,29.788893],[116.13521,29.819532],[115.965827,29.724469],[115.837096,29.748373],[115.667712,29.850161],[115.51188,29.840299],[115.470612,29.739539],[115.355431,29.649602],[115.143548,29.645961],[115.154019,29.510117],[115.00065,29.572076],[114.860216,29.476258],[114.812173,29.383478],[114.67297,29.395993],[114.519602,29.325578],[114.259059,29.343839],[114.252284,29.23475],[114.063191,29.204978],[113.952321,29.092604],[113.94185,29.047097],[113.973879,28.937692],[114.076741,28.834464],[114.153734,28.829221],[114.157429,28.761566],[114.08598,28.558337],[114.218407,28.48472],[114.2529,28.319423],[114.068734,28.171806],[113.992357,28.161255],[114.025002,28.080499],[113.914133,27.991227],[113.864242,28.004966],[113.752141,27.93361],[113.763228,27.799228],[113.607395,27.625449],[113.583374,27.524657],[113.616635,27.345658],[113.699786,27.331836],[113.872865,27.384988],[113.846996,27.222262],[113.779242,27.137081],[113.824206,27.036378],[113.927068,26.948922],[113.835909,26.806394],[113.860546,26.664221],[113.912901,26.613938],[113.996669,26.615543],[114.10877,26.56952],[114.07243,26.480096],[114.085364,26.406149],[114.029314,26.266163],[113.949242,26.192616],[114.088444,26.168448],[114.181451,26.214631],[114.237501,26.152333],[114.044096,26.076564],[114.008372,26.015806],[114.028082,25.893119],[113.971416,25.836036],[113.913517,25.701299],[113.983118,25.599336],[113.94493,25.441635],[114.115545,25.302125],[114.2954,25.299961],[114.382863,25.317274],[114.541159,25.416773],[114.63663,25.324306],[114.714238,25.315651],[114.73518,25.225813],[114.685905,25.173287],[114.735796,25.121822],[114.640326,25.074129],[114.561485,25.077382],[114.506051,24.999844],[114.395798,24.951019],[114.403189,24.877746],[114.258443,24.641346],[114.300943,24.578775],[114.391486,24.563535],[114.429058,24.48622],[114.534384,24.559181],[114.589819,24.537406],[114.664963,24.583673],[114.704999,24.525973],[114.781376,24.613057],[114.868839,24.562446],[114.940288,24.650049],[115.057317,24.703343],[115.104744,24.667997],[115.412714,24.79302],[115.555611,24.683768],[115.569778,24.622306],[115.671408,24.604895],[115.68927,24.545027],[115.840791,24.584217],[115.797676,24.628834],[115.756408,24.749004],[115.824161,24.909232],[115.89253,24.936911],[115.873436,25.019911],[115.928255,25.050276],[115.855574,25.20957],[115.930719,25.236099],[116.008327,25.319437],[116.005247,25.490264],[116.063145,25.56317],[116.041588,25.62416],[116.106877,25.701299],[116.131515,25.824185],[116.17771,25.894195],[116.303362,25.924341],[116.384666,26.030864],[116.489375,26.113649],[116.476441,26.172745],[116.392057,26.171133],[116.412999,26.297822],[116.499846,26.361651],[116.601476,26.372911],[116.610716,26.476882],[116.539267,26.559349],[116.566368,26.650315],[116.515245,26.720898],[116.548506,26.84004],[116.679085,26.978259],[116.851548,27.009188],[117.05296,27.100327],[117.044953,27.146667],[117.149662,27.241419],[117.104699,27.330773],[117.103467,27.533149],[117.01662,27.563393],[117.040641,27.669979],[117.174916,27.677399],[117.296256,27.764282],[117.280242,27.871201],[117.407741,27.893948],[117.556182,27.966387],[117.609769,27.863265],[117.740348,27.800286],[117.78716,27.896063],[117.856145,27.94577],[118.094513,28.003909],[118.153644,28.062016],[118.356288,28.091586],[118.314404,28.221913],[118.433896,28.288335],[118.474548,28.478934],[118.412338,28.55676],[118.428352,28.681267],[118.364295,28.813491],[118.300237,28.826075],[118.270056,28.918836],[118.097593,28.998952],[118.037847,29.102017],[118.042159,29.210202],[118.077883,29.290614],[118.138861,29.283828],[118.205382,29.343839],[118.193064,29.395472]]]},"properties":{"adcode":360000,"name":"江西省","center":[115.892151,28.676493],"centroid":[115.732975,27.636112],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":13,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[116.374195,34.640011],[116.408071,34.850972],[116.445028,34.895652],[116.677853,34.939327],[116.858323,34.928533],[116.922381,34.894671],[116.969192,34.771864],[117.070206,34.713835],[117.15151,34.559222],[117.166293,34.434435],[117.248213,34.451216],[117.267923,34.532603],[117.370785,34.584846],[117.465023,34.484767],[117.592523,34.462566],[117.684298,34.547392],[117.801942,34.518798],[117.793935,34.651827],[117.902956,34.644443],[117.951615,34.678408],[118.114839,34.614404],[118.185056,34.543942],[118.132702,34.483287],[118.220165,34.405802],[118.404947,34.427525],[118.439439,34.507949],[118.424657,34.595193],[118.545997,34.705964],[118.690127,34.678408],[118.860742,34.944233],[118.86259,35.025626],[119.114509,35.055026],[119.137915,35.096167],[119.286972,35.115261],[119.306066,35.076578],[119.373819,35.078538],[119.411392,35.231689],[119.493312,35.318655],[119.590014,35.37284],[119.663311,35.562931],[119.718129,35.615492],[119.868419,35.60868],[119.958346,35.760342],[120.01378,35.714193],[120.064287,35.873414],[120.169613,35.888446],[120.316206,36.002304],[120.234902,36.030863],[120.108635,36.127599],[120.181316,36.203936],[120.35809,36.174956],[120.286025,36.047317],[120.429539,36.056994],[120.468959,36.087952],[120.64327,36.114547],[120.696857,36.15563],[120.657437,36.276339],[120.694393,36.390118],[120.759683,36.46283],[120.828668,36.46668],[120.871784,36.36699],[120.965407,36.466199],[120.983269,36.546051],[121.161275,36.651273],[121.454462,36.752515],[121.651563,36.723739],[121.631853,36.80093],[121.767975,36.874691],[122.008808,36.96225],[122.051923,36.904846],[122.175727,36.894317],[122.220691,36.848835],[122.344495,36.828239],[122.532356,36.901496],[122.55761,36.968467],[122.478769,37.058784],[122.484313,37.128956],[122.624131,37.190959],[122.573624,37.296247],[122.650616,37.388551],[122.487393,37.43466],[122.41656,37.414699],[122.166488,37.438937],[122.150474,37.557163],[122.017431,37.531065],[121.923808,37.473142],[121.66573,37.473617],[121.571491,37.441313],[121.477252,37.475992],[121.358376,37.597479],[121.17421,37.597479],[121.136022,37.723501],[121.037471,37.718767],[120.940769,37.819533],[120.733197,37.833714],[120.590915,37.7642],[120.454793,37.757576],[120.367945,37.697935],[120.227511,37.693673],[120.246605,37.556689],[120.144359,37.481691],[119.843781,37.376662],[119.89244,37.263866],[119.740303,37.133727],[119.678709,37.158056],[119.576463,37.127524],[119.361501,37.125616],[119.298675,37.197156],[119.190885,37.25958],[119.054147,37.254816],[119.001176,37.31862],[118.939582,37.527268],[119.023966,37.642037],[119.236465,37.651988],[119.309146,37.805349],[119.24016,37.878131],[119.16132,37.81906],[119.110813,37.921577],[119.001792,37.99613],[118.974075,38.094162],[118.811467,38.157717],[118.504729,38.11394],[118.217085,38.146893],[118.112376,38.210403],[118.018753,38.202409],[117.895565,38.301572],[117.808718,38.22827],[117.704624,38.076262],[117.586979,38.071551],[117.438538,37.854035],[117.027091,37.832296],[116.804736,37.848837],[116.724664,37.744327],[116.433941,37.473142],[116.38097,37.522522],[116.379738,37.522047],[116.38097,37.522522],[116.379738,37.522047],[116.290427,37.484065],[116.169087,37.384271],[115.975682,37.337179],[115.969523,37.239572],[115.909777,37.20669],[115.85619,37.060694],[115.776734,36.992848],[115.75764,36.902453],[115.683727,36.808117],[115.479851,36.760187],[115.272895,36.497476],[115.366518,36.30914],[115.462605,36.276339],[115.483547,36.148865],[115.447822,36.01247],[115.362822,35.971796],[115.335105,35.796756],[115.487858,35.880688],[115.513112,35.890385],[115.648618,35.922863],[115.817386,36.012954],[115.989849,36.045381],[116.048979,35.970343],[115.911624,35.960171],[115.882675,35.879718],[115.773654,35.854014],[115.693582,35.754028],[115.48601,35.710306],[115.383148,35.568772],[115.356047,35.490359],[115.237171,35.423087],[115.091809,35.416259],[114.957534,35.261014],[114.932281,35.198441],[114.841738,35.15099],[114.835578,35.076578],[114.880542,35.00357],[115.028983,34.9717],[115.12815,35.00455],[115.256265,34.845079],[115.317243,34.859321],[115.42688,34.805285],[115.461373,34.637057],[115.515575,34.582383],[115.697278,34.594207],[115.838328,34.5676],[116.101334,34.60603],[116.196804,34.575977],[116.374195,34.640011]]]},"properties":{"adcode":370000,"name":"山东省","center":[117.000923,36.675807],"centroid":[118.187759,36.376092],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":14,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[112.716747,32.357612],[112.735841,32.356095],[112.860877,32.396024],[112.992072,32.378336],[113.025949,32.425328],[113.118956,32.375809],[113.211962,32.431895],[113.428773,32.270618],[113.735511,32.410677],[113.768772,32.30148],[113.749061,32.272642],[113.782322,32.184553],[113.728735,32.083197],[113.791561,32.036028],[113.854387,31.843042],[113.914749,31.877098],[113.988662,31.749959],[114.086596,31.782014],[114.134024,31.843042],[114.235654,31.833382],[114.292936,31.752503],[114.443841,31.728074],[114.586123,31.762172],[114.547935,31.623665],[114.696376,31.525771],[114.778912,31.520669],[114.830035,31.45892],[115.022824,31.527811],[115.096121,31.508425],[115.12507,31.599201],[115.212533,31.555354],[115.211301,31.442072],[115.301229,31.383846],[115.373909,31.405813],[115.371446,31.495668],[115.495249,31.673083],[115.676336,31.778453],[115.886371,31.776418],[115.920248,31.920285],[115.941805,32.166318],[115.912856,32.227596],[115.899306,32.390971],[115.845719,32.501575],[115.789052,32.468761],[115.704669,32.495013],[115.626445,32.40512],[115.509416,32.466741],[115.5088,32.468761],[115.409018,32.549007],[115.304924,32.553042],[115.20083,32.591876],[115.179273,32.726402],[115.197135,32.856201],[115.139237,32.897917],[114.943368,32.935094],[114.902716,33.129764],[114.966158,33.147304],[115.041302,33.086653],[115.168186,33.088658],[115.303692,33.149809],[115.300613,33.204407],[115.365286,33.336005],[115.315395,33.431451],[115.345576,33.502842],[115.422569,33.557219],[115.639995,33.585143],[115.601191,33.658898],[115.631988,33.869846],[115.547604,33.874815],[115.60735,34.030196],[115.736082,34.076805],[115.85003,34.004898],[115.95782,34.007875],[115.982457,33.917039],[116.05945,33.860902],[116.055754,33.804727],[116.155536,33.709693],[116.437021,33.801246],[116.437637,33.846489],[116.64336,33.896675],[116.641512,33.978103],[116.52818,34.122892],[116.565752,34.16945],[116.516477,34.296114],[116.372347,34.26595],[116.162312,34.459605],[116.196804,34.575977],[116.101334,34.60603],[115.838328,34.5676],[115.697278,34.594207],[115.515575,34.582383],[115.461373,34.637057],[115.42688,34.805285],[115.317243,34.859321],[115.256265,34.845079],[115.12815,35.00455],[115.028983,34.9717],[114.880542,35.00357],[114.835578,35.076578],[114.841738,35.15099],[114.932281,35.198441],[114.957534,35.261014],[115.091809,35.416259],[115.237171,35.423087],[115.356047,35.490359],[115.383148,35.568772],[115.48601,35.710306],[115.693582,35.754028],[115.773654,35.854014],[115.882675,35.879718],[115.911624,35.960171],[116.048979,35.970343],[115.989849,36.045381],[115.817386,36.012954],[115.648618,35.922863],[115.513112,35.890385],[115.487858,35.880688],[115.335105,35.796756],[115.362822,35.971796],[115.447822,36.01247],[115.483547,36.148865],[115.312931,36.088436],[115.242098,36.19138],[115.12507,36.209731],[115.048693,36.161912],[114.998186,36.069572],[114.914419,36.052155],[114.912571,36.140649],[114.771521,36.124699],[114.586739,36.141133],[114.408117,36.224699],[114.2104,36.272962],[114.080437,36.269585],[113.962792,36.353977],[113.813119,36.332285],[113.731199,36.363135],[113.681924,36.216491],[113.694859,36.026991],[113.604932,35.797727],[113.578446,35.633491],[113.49899,35.532254],[113.391817,35.506925],[113.304353,35.426989],[113.189789,35.44893],[113.126347,35.332327],[112.996384,35.362104],[112.992072,35.29619],[112.772798,35.207732],[112.513487,35.218489],[112.390915,35.239021],[112.288053,35.219956],[112.058924,35.280069],[112.078634,35.219467],[112.062004,35.056005],[111.933272,35.083435],[111.664107,34.984449],[111.570484,34.843114],[111.345666,34.831816],[110.976103,34.706456],[110.824582,34.615881],[110.533242,34.583368],[110.379257,34.600612],[110.360779,34.516825],[110.403279,34.433448],[110.503677,34.33714],[110.43962,34.243196],[110.642264,34.161032],[110.591757,34.101586],[110.671213,33.966192],[110.587445,33.887733],[110.612083,33.852453],[110.782082,33.796272],[110.878784,33.634486],[111.00382,33.578662],[111.02661,33.478386],[111.02661,33.467903],[110.996429,33.435946],[111.025994,33.330504],[110.984726,33.255469],[111.046936,33.202905],[111.045704,33.169849],[111.08882,33.181871],[111.258819,33.006389],[111.242804,32.930573],[111.293311,32.859217],[111.380159,32.829049],[111.41342,32.757108],[111.577875,32.593388],[111.713382,32.606497],[111.890157,32.503089],[111.948671,32.51722],[112.014576,32.450077],[112.155626,32.377326],[112.206133,32.392992],[112.328089,32.321712],[112.390915,32.37126],[112.589248,32.381369],[112.716747,32.357612]]]},"properties":{"adcode":410000,"name":"河南省","center":[113.665412,34.757975],"centroid":[113.619717,33.902648],"childrenNum":18,"level":"province","parent":{"adcode":100000},"subFeatureIndex":15,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[111.045704,33.169849],[111.046936,33.202905],[110.984726,33.255469],[110.9219,33.203907],[110.828893,33.201403],[110.702626,33.097182],[110.59422,33.168346],[110.54125,33.255469],[110.471032,33.171352],[110.218497,33.163336],[110.164911,33.209415],[110.031252,33.191888],[109.852013,33.247961],[109.693101,33.254468],[109.514479,33.237951],[109.438718,33.152314],[109.576073,33.110216],[109.688174,33.116733],[109.794731,33.067095],[109.76455,32.909474],[109.907448,32.903947],[110.105164,32.832569],[110.159367,32.767173],[110.153824,32.593388],[110.017701,32.546989],[109.910528,32.592884],[109.816905,32.577252],[109.726978,32.608513],[109.631507,32.599943],[109.502776,32.38895],[109.495385,32.300468],[109.621652,32.106519],[109.590855,32.012688],[109.631507,31.962436],[109.60379,31.885737],[109.633971,31.804396],[109.585928,31.726546],[109.731289,31.700582],[109.745456,31.598182],[109.969658,31.508935],[110.054042,31.410921],[110.118715,31.409899],[110.161831,31.314338],[110.180309,31.121899],[110.119947,31.088592],[110.151976,30.911613],[110.082375,30.799614],[110.008462,30.883369],[109.894513,30.899803],[109.780564,30.848437],[109.625348,30.702923],[109.535421,30.664837],[109.36111,30.551004],[109.299516,30.630341],[109.143683,30.521108],[109.103647,30.565949],[109.09256,30.578831],[109.106111,30.61077],[109.042669,30.655571],[108.971836,30.627766],[108.838793,30.503062],[108.743939,30.494812],[108.6497,30.53915],[108.56778,30.468508],[108.42673,30.492233],[108.402092,30.376649],[108.460606,30.35961],[108.581947,30.255759],[108.532055,30.051873],[108.516041,29.885451],[108.433505,29.880262],[108.437201,29.741098],[108.504954,29.728626],[108.601041,29.863656],[108.658939,29.854833],[108.690968,29.689642],[108.752562,29.649082],[108.844337,29.658443],[108.913322,29.574679],[108.878213,29.539279],[108.927488,29.435612],[108.919481,29.3261],[109.11227,29.361053],[109.110422,29.21647],[109.232378,29.119271],[109.352487,29.284872],[109.343863,29.369398],[109.488609,29.553336],[109.516326,29.626194],[109.701108,29.636078],[109.779333,29.757725],[110.02386,29.769674],[110.113788,29.789932],[110.219729,29.746814],[110.372482,29.633477],[110.562807,29.712515],[110.642879,29.775907],[110.49875,29.91243],[110.497518,30.055499],[110.746973,30.112979],[110.924364,30.111426],[110.929907,30.063268],[111.242188,30.040476],[111.436825,29.930065],[111.553854,29.894272],[111.705375,29.890121],[111.75773,29.92021],[111.95483,29.796683],[112.07617,29.743696],[112.065699,29.681323],[112.178416,29.656883],[112.368741,29.541362],[112.439574,29.633997],[112.693957,29.601741],[112.788812,29.681323],[112.79374,29.735902],[112.894138,29.783699],[112.923703,29.766557],[112.912,29.606944],[112.950188,29.473132],[113.057362,29.522616],[113.145441,29.449163],[113.37765,29.703158],[113.571671,29.849123],[113.547033,29.675603],[113.663446,29.684443],[113.73859,29.579363],[113.677613,29.513763],[113.755221,29.446557],[113.674533,29.388172],[113.609859,29.25146],[113.691779,29.19662],[113.690547,29.114566],[113.816199,29.105154],[113.898119,29.029307],[113.94185,29.047097],[113.952321,29.092604],[114.063191,29.204978],[114.252284,29.23475],[114.259059,29.343839],[114.519602,29.325578],[114.67297,29.395993],[114.812173,29.383478],[114.860216,29.476258],[115.00065,29.572076],[115.154019,29.510117],[115.143548,29.645961],[115.355431,29.649602],[115.470612,29.739539],[115.51188,29.840299],[115.667712,29.850161],[115.837096,29.748373],[115.965827,29.724469],[116.13521,29.819532],[116.128435,29.897904],[116.073616,29.969993],[116.091479,30.036331],[116.065609,30.204569],[115.985537,30.290905],[115.903001,30.31364],[115.885139,30.379747],[115.910393,30.519046],[115.819234,30.597893],[115.762567,30.685426],[115.851262,30.756938],[115.865429,30.864364],[115.976298,30.931636],[116.071769,30.956787],[116.058834,31.012711],[115.938726,31.04707],[115.867277,31.147512],[115.778582,31.112164],[115.700973,31.201276],[115.585793,31.143926],[115.539597,31.231985],[115.473076,31.265242],[115.443511,31.344498],[115.373909,31.405813],[115.301229,31.383846],[115.211301,31.442072],[115.212533,31.555354],[115.12507,31.599201],[115.096121,31.508425],[115.022824,31.527811],[114.830035,31.45892],[114.778912,31.520669],[114.696376,31.525771],[114.547935,31.623665],[114.586123,31.762172],[114.443841,31.728074],[114.292936,31.752503],[114.235654,31.833382],[114.134024,31.843042],[114.086596,31.782014],[113.988662,31.749959],[113.914749,31.877098],[113.854387,31.843042],[113.791561,32.036028],[113.728735,32.083197],[113.782322,32.184553],[113.749061,32.272642],[113.768772,32.30148],[113.735511,32.410677],[113.428773,32.270618],[113.211962,32.431895],[113.118956,32.375809],[113.025949,32.425328],[112.992072,32.378336],[112.860877,32.396024],[112.735841,32.356095],[112.716747,32.357612],[112.589248,32.381369],[112.390915,32.37126],[112.328089,32.321712],[112.206133,32.392992],[112.155626,32.377326],[112.014576,32.450077],[111.948671,32.51722],[111.890157,32.503089],[111.713382,32.606497],[111.577875,32.593388],[111.41342,32.757108],[111.380159,32.829049],[111.293311,32.859217],[111.242804,32.930573],[111.258819,33.006389],[111.08882,33.181871],[111.045704,33.169849]]],[[[109.106111,30.570587],[109.101183,30.579346],[109.09872,30.579346],[109.106111,30.570587]]]]},"properties":{"adcode":420000,"name":"湖北省","center":[114.298572,30.584355],"centroid":[112.271301,30.987527],"childrenNum":17,"level":"province","parent":{"adcode":100000},"subFeatureIndex":16,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[112.024431,24.740308],[112.167329,24.859828],[112.155626,25.026419],[112.187039,25.182494],[112.302836,25.157037],[112.365046,25.191701],[112.562762,25.124531],[112.660081,25.132658],[112.780805,24.896747],[112.994536,24.927142],[112.979137,25.03401],[113.004391,25.089306],[112.97421,25.168412],[112.992688,25.247467],[112.867036,25.249632],[112.854718,25.337829],[112.93479,25.325929],[113.078304,25.382174],[113.11834,25.445418],[113.248919,25.514031],[113.311129,25.490264],[113.373338,25.402719],[113.449715,25.359463],[113.535946,25.368656],[113.611707,25.327552],[113.753373,25.362707],[113.814967,25.328634],[113.94493,25.441635],[113.983118,25.599336],[113.913517,25.701299],[113.971416,25.836036],[114.028082,25.893119],[114.008372,26.015806],[114.044096,26.076564],[114.237501,26.152333],[114.181451,26.214631],[114.088444,26.168448],[113.949242,26.192616],[114.029314,26.266163],[114.085364,26.406149],[114.07243,26.480096],[114.10877,26.56952],[113.996669,26.615543],[113.912901,26.613938],[113.860546,26.664221],[113.835909,26.806394],[113.927068,26.948922],[113.824206,27.036378],[113.779242,27.137081],[113.846996,27.222262],[113.872865,27.384988],[113.699786,27.331836],[113.616635,27.345658],[113.583374,27.524657],[113.607395,27.625449],[113.763228,27.799228],[113.752141,27.93361],[113.864242,28.004966],[113.914133,27.991227],[114.025002,28.080499],[113.992357,28.161255],[114.068734,28.171806],[114.2529,28.319423],[114.218407,28.48472],[114.08598,28.558337],[114.157429,28.761566],[114.153734,28.829221],[114.076741,28.834464],[113.973879,28.937692],[113.94185,29.047097],[113.898119,29.029307],[113.816199,29.105154],[113.690547,29.114566],[113.691779,29.19662],[113.609859,29.25146],[113.674533,29.388172],[113.755221,29.446557],[113.677613,29.513763],[113.73859,29.579363],[113.663446,29.684443],[113.547033,29.675603],[113.571671,29.849123],[113.37765,29.703158],[113.145441,29.449163],[113.057362,29.522616],[112.950188,29.473132],[112.912,29.606944],[112.923703,29.766557],[112.894138,29.783699],[112.79374,29.735902],[112.788812,29.681323],[112.693957,29.601741],[112.439574,29.633997],[112.368741,29.541362],[112.178416,29.656883],[112.065699,29.681323],[112.07617,29.743696],[111.95483,29.796683],[111.75773,29.92021],[111.705375,29.890121],[111.553854,29.894272],[111.436825,29.930065],[111.242188,30.040476],[110.929907,30.063268],[110.924364,30.111426],[110.746973,30.112979],[110.497518,30.055499],[110.49875,29.91243],[110.642879,29.775907],[110.562807,29.712515],[110.372482,29.633477],[110.219729,29.746814],[110.113788,29.789932],[110.02386,29.769674],[109.779333,29.757725],[109.701108,29.636078],[109.516326,29.626194],[109.488609,29.553336],[109.343863,29.369398],[109.352487,29.284872],[109.232378,29.119271],[109.319842,29.042388],[109.235458,28.882161],[109.241002,28.776779],[109.2989,28.7474],[109.192958,28.636104],[109.306907,28.62087],[109.274262,28.494714],[109.275494,28.313101],[109.367885,28.254602],[109.314298,28.103729],[109.378972,28.034551],[109.30198,27.956343],[109.332777,27.782815],[109.414081,27.725087],[109.470131,27.62863],[109.451037,27.586204],[109.303211,27.47582],[109.142451,27.418461],[109.103647,27.336621],[108.907778,27.204699],[108.877597,27.01612],[109.032814,27.104056],[109.128901,27.122701],[109.165857,27.066758],[109.264407,27.131755],[109.415312,27.154123],[109.454733,27.069423],[109.520022,27.058764],[109.555131,26.946788],[109.452885,26.861932],[109.522486,26.749226],[109.528645,26.743881],[109.52187,26.749226],[109.486761,26.759913],[109.447957,26.759913],[109.35495,26.658873],[109.407305,26.533116],[109.38082,26.454381],[109.319842,26.418477],[109.285965,26.295676],[109.439334,26.238789],[109.502776,26.096451],[109.48245,26.029788],[109.730057,25.989988],[109.685094,25.880197],[109.826144,25.911422],[109.782412,25.996981],[109.864332,26.027637],[109.904368,26.135679],[109.970274,26.195301],[110.099005,26.168985],[110.065128,26.050221],[110.100853,26.020108],[110.24991,26.010965],[110.325671,25.975462],[110.373098,26.088927],[110.495054,26.166299],[110.552952,26.283335],[110.612083,26.333764],[110.721104,26.294066],[110.759292,26.248451],[110.939762,26.286554],[110.94469,26.373447],[111.090667,26.308016],[111.208928,26.30426],[111.293311,26.222148],[111.26621,26.095914],[111.189834,25.953402],[111.251428,25.864581],[111.346282,25.906577],[111.43313,25.84627],[111.442369,25.77192],[111.30871,25.720171],[111.343202,25.602574],[111.279145,25.42326],[111.103602,25.285351],[111.112841,25.21715],[110.998892,25.161371],[110.951465,25.04377],[111.009363,24.921172],[111.100522,24.945593],[111.101754,25.035095],[111.200921,25.074672],[111.274833,25.151078],[111.375231,25.128324],[111.470086,24.92877],[111.479325,24.797366],[111.431282,24.687574],[111.570484,24.64461],[111.708455,24.788673],[112.024431,24.740308]]],[[[109.528645,26.743881],[109.522486,26.749226],[109.52187,26.749226],[109.528645,26.743881]]]]},"properties":{"adcode":430000,"name":"湖南省","center":[112.982279,28.19409],"centroid":[111.711649,27.629216],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":17,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[113.558736,22.212244],[113.669605,22.416539],[113.624642,22.443092],[113.740438,22.534329],[113.678228,22.726007],[113.733663,22.736494],[113.893807,22.442539],[113.976343,22.510558],[114.031778,22.503923],[114.166052,22.559201],[114.232574,22.539857],[114.321885,22.587385],[114.427211,22.589042],[114.506667,22.438667],[114.611377,22.481806],[114.601521,22.730975],[114.749963,22.764089],[114.728405,22.651466],[114.746267,22.581859],[114.866375,22.591805],[115.039454,22.713862],[115.076411,22.788368],[115.236555,22.82533],[115.338185,22.776781],[115.381301,22.684048],[115.565467,22.684048],[115.609198,22.753052],[115.583945,22.82864],[115.654162,22.865591],[115.760103,22.834707],[115.829089,22.734838],[115.883291,22.78561],[116.05637,22.844635],[116.104413,22.816505],[116.302746,22.951588],[116.382818,22.91907],[116.50539,22.930645],[116.544194,22.996769],[116.566368,23.134424],[116.665534,23.158086],[116.74499,23.215299],[116.782563,23.313714],[116.871874,23.4159],[116.92854,23.530079],[117.01046,23.502641],[117.192778,23.5619],[117.192778,23.629356],[117.055424,23.694038],[117.048032,23.758687],[116.981511,23.855602],[116.981511,23.999471],[116.930388,24.064514],[116.933468,24.220157],[116.903903,24.369614],[116.83307,24.496568],[116.759157,24.545572],[116.815207,24.654944],[116.667382,24.658752],[116.530027,24.604895],[116.345862,24.828872],[116.244232,24.793563],[116.191877,24.877203],[116.068073,24.850053],[115.89253,24.936911],[115.824161,24.909232],[115.756408,24.749004],[115.797676,24.628834],[115.840791,24.584217],[115.68927,24.545027],[115.671408,24.604895],[115.569778,24.622306],[115.555611,24.683768],[115.412714,24.79302],[115.104744,24.667997],[115.057317,24.703343],[114.940288,24.650049],[114.868839,24.562446],[114.781376,24.613057],[114.704999,24.525973],[114.664963,24.583673],[114.589819,24.537406],[114.534384,24.559181],[114.429058,24.48622],[114.391486,24.563535],[114.300943,24.578775],[114.258443,24.641346],[114.403189,24.877746],[114.395798,24.951019],[114.506051,24.999844],[114.561485,25.077382],[114.640326,25.074129],[114.735796,25.121822],[114.685905,25.173287],[114.73518,25.225813],[114.714238,25.315651],[114.63663,25.324306],[114.541159,25.416773],[114.382863,25.317274],[114.2954,25.299961],[114.115545,25.302125],[113.94493,25.441635],[113.814967,25.328634],[113.753373,25.362707],[113.611707,25.327552],[113.535946,25.368656],[113.449715,25.359463],[113.373338,25.402719],[113.311129,25.490264],[113.248919,25.514031],[113.11834,25.445418],[113.078304,25.382174],[112.93479,25.325929],[112.854718,25.337829],[112.867036,25.249632],[112.992688,25.247467],[112.97421,25.168412],[113.004391,25.089306],[112.979137,25.03401],[112.994536,24.927142],[112.780805,24.896747],[112.660081,25.132658],[112.562762,25.124531],[112.365046,25.191701],[112.302836,25.157037],[112.187039,25.182494],[112.155626,25.026419],[112.167329,24.859828],[112.024431,24.740308],[111.961606,24.721283],[111.936968,24.595645],[112.007185,24.534684],[111.985011,24.467701],[112.057692,24.387057],[112.026279,24.294908],[111.912946,24.221795],[111.878454,24.109862],[111.940664,23.987989],[111.854432,23.947521],[111.8107,23.80688],[111.654868,23.833159],[111.614832,23.65896],[111.487332,23.626615],[111.479941,23.532822],[111.399869,23.469159],[111.353058,23.284582],[111.388782,23.210349],[111.377695,23.082132],[111.433746,23.036428],[111.362913,22.967568],[111.358601,22.889301],[111.218167,22.748085],[111.118385,22.744773],[111.055559,22.648705],[110.749437,22.556991],[110.712481,22.440879],[110.725415,22.29588],[110.646575,22.220554],[110.55788,22.196175],[110.505525,22.14297],[110.414366,22.208365],[110.35154,22.097508],[110.391576,21.89386],[110.224041,21.882198],[110.12857,21.902744],[110.050962,21.857205],[109.94502,21.84443],[109.916071,21.668787],[109.742992,21.616497],[109.785492,21.45673],[109.904368,21.429992],[109.868644,21.365913],[109.757775,21.346963],[109.763934,21.226514],[109.674623,21.136671],[109.655529,20.929435],[109.730057,20.719673],[109.74484,20.621124],[109.793499,20.615522],[109.839695,20.489439],[109.895745,20.42776],[109.861252,20.376717],[109.916071,20.316677],[109.909296,20.236961],[110.082375,20.258859],[110.118099,20.219553],[110.220345,20.25156],[110.349076,20.258859],[110.452554,20.311064],[110.54125,20.42047],[110.550489,20.47262],[110.466105,20.680485],[110.407591,20.731987],[110.393424,20.816479],[110.269004,20.839972],[110.184005,20.891979],[110.208642,21.050684],[110.39096,21.124949],[110.422373,21.190807],[110.501213,21.217588],[110.626249,21.215915],[110.796248,21.37483],[110.929291,21.375945],[111.034617,21.438906],[111.444217,21.514088],[111.560629,21.50518],[111.677658,21.529677],[111.693672,21.590345],[111.794686,21.61149],[111.887693,21.578659],[112.026895,21.633744],[111.956062,21.710494],[112.036134,21.761637],[112.192583,21.789425],[112.238778,21.702153],[112.415553,21.734956],[112.445734,21.803317],[112.535661,21.753856],[112.647146,21.758302],[112.792508,21.921067],[112.893522,21.84443],[112.989608,21.869424],[113.091854,22.065344],[113.1516,21.979905],[113.266781,21.871646],[113.330223,21.96159],[113.442324,22.009315],[113.554425,22.107489],[113.558736,22.212244]]],[[[117.024627,23.437865],[117.142887,23.400522],[117.142887,23.459826],[117.024627,23.437865]]],[[[112.853486,21.740515],[112.730914,21.613715],[112.775261,21.564189],[112.853486,21.740515]]],[[[112.530733,21.583667],[112.665624,21.642644],[112.592327,21.693256],[112.530733,21.583667]]],[[[110.43346,21.171276],[110.582517,21.094801],[110.632409,21.210893],[110.43346,21.171276]]],[[[110.517844,21.079166],[110.305961,21.0881],[110.211106,20.986999],[110.47288,20.983087],[110.535706,20.922727],[110.560344,21.061295],[110.517844,21.079166]]]]},"properties":{"adcode":440000,"name":"广东省","center":[113.280637,23.125178],"centroid":[113.429919,23.334643],"childrenNum":21,"level":"province","parent":{"adcode":100000},"subFeatureIndex":18,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[109.48245,26.029788],[109.408537,25.967392],[109.396834,25.900117],[109.296436,25.71424],[109.147995,25.741736],[109.07901,25.72071],[109.030966,25.629556],[109.024807,25.51241],[108.949046,25.557231],[108.826474,25.550212],[108.783975,25.628477],[108.68604,25.587462],[108.6072,25.491885],[108.62999,25.335666],[108.471693,25.458928],[108.418723,25.443257],[108.348506,25.536173],[108.280752,25.48],[108.162492,25.444878],[108.152021,25.324306],[108.115065,25.210112],[108.001732,25.196574],[107.839124,25.115861],[107.741805,25.24043],[107.696226,25.219858],[107.632168,25.310241],[107.512676,25.209029],[107.432604,25.289139],[107.375937,25.411908],[107.263836,25.543193],[107.185612,25.578825],[107.064272,25.559391],[106.963874,25.437852],[107.013765,25.275611],[106.933077,25.250714],[106.888113,25.181953],[106.732281,25.162454],[106.691013,25.179245],[106.590615,25.08768],[106.442173,25.019369],[106.191486,24.95319],[106.206269,24.851139],[106.173008,24.760417],[106.047356,24.684312],[105.942031,24.725088],[105.767104,24.719109],[105.70551,24.768569],[105.497322,24.809318],[105.428337,24.930941],[105.267577,24.929313],[105.212758,24.995505],[105.09573,24.92877],[105.077868,24.918459],[105.03352,24.787586],[104.899245,24.752809],[104.841963,24.676155],[104.703377,24.645698],[104.628848,24.660927],[104.529682,24.731611],[104.489646,24.653313],[104.575877,24.424661],[104.641783,24.367979],[104.703377,24.419757],[104.83642,24.446456],[104.979933,24.412673],[105.106817,24.414853],[105.196744,24.326541],[105.215222,24.214699],[105.20044,24.105491],[105.334099,24.094566],[105.493011,24.016965],[105.533663,24.130071],[105.628518,24.126794],[105.649459,24.032816],[105.765256,24.073804],[105.89214,24.040468],[105.919241,24.122425],[106.04982,24.089649],[106.192102,23.824947],[106.136667,23.795381],[106.157609,23.724175],[106.120653,23.605229],[106.141595,23.569579],[105.999929,23.447748],[105.89214,23.52514],[105.815763,23.507031],[105.526272,23.234548],[105.542902,23.184495],[105.574931,23.066165],[105.648844,23.078828],[105.839169,22.987403],[105.893987,22.936707],[105.994385,22.93781],[106.019639,22.990709],[106.206885,22.978588],[106.286957,22.867245],[106.366413,22.857871],[106.504383,22.91025],[106.606013,22.925684],[106.674998,22.891506],[106.820976,22.768504],[106.768621,22.739254],[106.711955,22.575228],[106.61402,22.602303],[106.560434,22.455813],[106.588767,22.374486],[106.663296,22.33076],[106.7021,22.207257],[106.706411,22.021521],[106.999598,21.947714],[107.05996,21.914959],[107.018077,21.81943],[107.093837,21.803317],[107.242279,21.703265],[107.310648,21.733844],[107.363619,21.602031],[107.477567,21.659888],[107.547168,21.58645],[107.863761,21.650988],[107.958,21.534131],[108.034376,21.545821],[108.108289,21.508521],[108.205608,21.597579],[108.249955,21.561406],[108.397781,21.533017],[108.492635,21.554727],[108.591802,21.677129],[108.735931,21.628181],[108.937959,21.589789],[109.138756,21.567528],[109.142451,21.511861],[109.039589,21.457844],[109.138756,21.388762],[109.245929,21.425536],[109.540964,21.466199],[109.604406,21.523553],[109.704188,21.462857],[109.785492,21.45673],[109.742992,21.616497],[109.916071,21.668787],[109.94502,21.84443],[110.050962,21.857205],[110.12857,21.902744],[110.224041,21.882198],[110.391576,21.89386],[110.35154,22.097508],[110.414366,22.208365],[110.505525,22.14297],[110.55788,22.196175],[110.646575,22.220554],[110.725415,22.29588],[110.712481,22.440879],[110.749437,22.556991],[111.055559,22.648705],[111.118385,22.744773],[111.218167,22.748085],[111.358601,22.889301],[111.362913,22.967568],[111.433746,23.036428],[111.377695,23.082132],[111.388782,23.210349],[111.353058,23.284582],[111.399869,23.469159],[111.479941,23.532822],[111.487332,23.626615],[111.614832,23.65896],[111.654868,23.833159],[111.8107,23.80688],[111.854432,23.947521],[111.940664,23.987989],[111.878454,24.109862],[111.912946,24.221795],[112.026279,24.294908],[112.057692,24.387057],[111.985011,24.467701],[112.007185,24.534684],[111.936968,24.595645],[111.961606,24.721283],[112.024431,24.740308],[111.708455,24.788673],[111.570484,24.64461],[111.431282,24.687574],[111.479325,24.797366],[111.470086,24.92877],[111.375231,25.128324],[111.274833,25.151078],[111.200921,25.074672],[111.101754,25.035095],[111.100522,24.945593],[111.009363,24.921172],[110.951465,25.04377],[110.998892,25.161371],[111.112841,25.21715],[111.103602,25.285351],[111.279145,25.42326],[111.343202,25.602574],[111.30871,25.720171],[111.442369,25.77192],[111.43313,25.84627],[111.346282,25.906577],[111.251428,25.864581],[111.189834,25.953402],[111.26621,26.095914],[111.293311,26.222148],[111.208928,26.30426],[111.090667,26.308016],[110.94469,26.373447],[110.939762,26.286554],[110.759292,26.248451],[110.721104,26.294066],[110.612083,26.333764],[110.552952,26.283335],[110.495054,26.166299],[110.373098,26.088927],[110.325671,25.975462],[110.24991,26.010965],[110.100853,26.020108],[110.065128,26.050221],[110.099005,26.168985],[109.970274,26.195301],[109.904368,26.135679],[109.864332,26.027637],[109.782412,25.996981],[109.826144,25.911422],[109.685094,25.880197],[109.730057,25.989988],[109.48245,26.029788]]]},"properties":{"adcode":450000,"name":"广西壮族自治区","center":[108.320004,22.82402],"centroid":[108.7944,23.833381],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":19,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[110.106396,20.026812],[109.965346,19.993634],[109.76147,19.981261],[109.712195,20.017253],[109.585312,19.98801],[109.498464,19.873236],[109.300748,19.917693],[109.159082,19.79048],[109.169553,19.736411],[108.765496,19.400894],[108.644772,19.349518],[108.609048,19.276661],[108.591186,19.141592],[108.637997,18.924346],[108.593033,18.809386],[108.65278,18.740258],[108.663866,18.67337],[108.644772,18.486738],[108.68912,18.447571],[108.881293,18.416344],[108.944735,18.314107],[109.108575,18.323766],[109.138756,18.268081],[109.287813,18.264671],[109.355566,18.215221],[109.584696,18.143579],[109.749767,18.193618],[109.785492,18.339672],[109.919767,18.375457],[110.022629,18.360121],[110.090382,18.399309],[110.116867,18.506602],[110.246215,18.609859],[110.499366,18.651824],[110.499366,18.751592],[110.578206,18.784458],[110.619474,19.152334],[110.729727,19.378878],[110.844292,19.449996],[110.920668,19.552668],[111.071573,19.628784],[111.043856,19.763448],[110.966248,20.018377],[110.871393,20.01163],[110.744509,20.074036],[110.717408,20.148778],[110.562191,20.110006],[110.526467,20.07516],[110.387265,20.113378],[110.243135,20.077408],[110.144585,20.074598],[110.106396,20.026812]]],[[[113.896887,7.607204],[113.98743,7.536014],[114.157429,7.561525],[114.368696,7.638642],[114.419819,7.765557],[114.540543,7.862201],[114.540543,7.945783],[114.414892,7.952895],[114.268298,7.870501],[114.211632,7.786904],[114.029314,7.670078],[113.896887,7.607204]]],[[[109.463972,7.344339],[109.513247,7.320002],[109.654297,7.479648],[109.653065,7.559745],[109.536037,7.448792],[109.463972,7.344339]]],[[[115.16757,8.386523],[115.18112,8.345668],[115.285214,8.314876],[115.299381,8.370537],[115.16757,8.386523]]],[[[109.936397,7.848566],[109.988136,7.8124],[110.082991,7.896584],[110.0331,7.944597],[109.936397,7.848566]]],[[[117.266691,10.69163],[117.404661,10.671047],[117.369553,10.7422],[117.266691,10.69163]]]]},"properties":{"adcode":460000,"name":"海南省","center":[110.33119,20.031971],"centroid":[109.754859,19.189767],"childrenNum":19,"level":"province","parent":{"adcode":100000},"subFeatureIndex":20,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[106.37442,28.525742],[106.477282,28.530474],[106.502535,28.661313],[106.461883,28.761041],[106.474202,28.832891],[106.6171,28.691242],[106.615252,28.549401],[106.726121,28.51838],[106.756918,28.607211],[106.866556,28.624548],[106.824056,28.756319],[107.016229,28.882685],[107.14188,28.887925],[107.219489,28.772582],[107.383945,28.848618],[107.441227,28.943977],[107.396879,28.993718],[107.401807,29.184603],[107.486806,29.174153],[107.570574,29.218037],[107.605683,29.164747],[107.810791,29.139137],[107.784921,29.048143],[107.867457,28.960211],[107.925971,29.032446],[108.026369,29.039772],[108.070717,29.086328],[108.297999,29.045527],[108.385462,28.772058],[108.332491,28.679166],[108.439049,28.634003],[108.575787,28.659738],[108.636149,28.621396],[108.573939,28.531],[108.640461,28.456838],[108.700207,28.48209],[108.780279,28.42579],[108.761801,28.304143],[108.821547,28.245113],[109.005713,28.162837],[109.026655,28.220331],[109.117198,28.277795],[109.153538,28.417369],[109.274262,28.494714],[109.306907,28.62087],[109.192958,28.636104],[109.2989,28.7474],[109.241002,28.776779],[109.235458,28.882161],[109.319842,29.042388],[109.232378,29.119271],[109.110422,29.21647],[109.11227,29.361053],[108.919481,29.3261],[108.927488,29.435612],[108.878213,29.539279],[108.913322,29.574679],[108.844337,29.658443],[108.752562,29.649082],[108.690968,29.689642],[108.658939,29.854833],[108.601041,29.863656],[108.504954,29.728626],[108.437201,29.741098],[108.433505,29.880262],[108.516041,29.885451],[108.532055,30.051873],[108.581947,30.255759],[108.460606,30.35961],[108.402092,30.376649],[108.42673,30.492233],[108.56778,30.468508],[108.6497,30.53915],[108.743939,30.494812],[108.838793,30.503062],[108.971836,30.627766],[109.042669,30.655571],[109.106111,30.61077],[109.101183,30.579346],[109.106111,30.570587],[109.103647,30.565949],[109.143683,30.521108],[109.299516,30.630341],[109.36111,30.551004],[109.535421,30.664837],[109.625348,30.702923],[109.780564,30.848437],[109.894513,30.899803],[110.008462,30.883369],[110.082375,30.799614],[110.151976,30.911613],[110.119947,31.088592],[110.180309,31.121899],[110.161831,31.314338],[110.118715,31.409899],[110.054042,31.410921],[109.969658,31.508935],[109.745456,31.598182],[109.731289,31.700582],[109.585928,31.726546],[109.381436,31.705165],[109.281654,31.716874],[109.27611,31.79931],[108.986619,31.980205],[108.902235,31.984774],[108.509882,32.201266],[108.370063,32.172397],[108.370063,31.988835],[108.259194,31.967006],[108.343578,31.860834],[108.50557,31.734182],[108.519121,31.665952],[108.390389,31.591555],[108.344194,31.512506],[108.191441,31.492096],[108.216079,31.41041],[108.185898,31.336831],[108.095354,31.268311],[108.089811,31.204859],[107.956152,30.882855],[107.851443,30.792931],[107.739957,30.884396],[107.645103,30.821202],[107.515756,30.854603],[107.424597,30.74048],[107.516987,30.644759],[107.368546,30.468508],[107.221337,30.213878],[107.058113,30.043066],[107.053801,30.043584],[106.981736,30.08502],[106.976193,30.083467],[106.913367,30.025451],[106.732281,30.027005],[106.677462,30.156974],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.292455],[106.43971,30.308473],[106.428623,30.254725],[106.264167,30.20974],[106.260471,30.19681],[106.180399,30.233011],[106.168696,30.303823],[106.031958,30.373551],[105.943263,30.372002],[105.792357,30.427234],[105.720292,30.252657],[105.619894,30.234045],[105.56138,30.183878],[105.550909,30.179222],[105.574315,30.130579],[105.582938,30.12385],[105.687032,30.038922],[105.753553,30.018196],[105.70243,29.924879],[105.707974,29.840818],[105.582938,29.819013],[105.574931,29.744216],[105.296526,29.571035],[105.337794,29.459064],[105.441888,29.400686],[105.459134,29.288526],[105.695039,29.287482],[105.703662,29.176766],[105.757865,29.069068],[105.762176,28.9911],[105.852719,28.927217],[105.969132,28.965971],[106.101559,28.898928],[106.173008,28.920407],[106.305435,28.704365],[106.304203,28.64976],[106.37442,28.525742]]],[[[109.101183,30.579346],[109.106111,30.61077],[109.09256,30.578831],[109.09872,30.579346],[109.101183,30.579346]]],[[[109.09872,30.579346],[109.09256,30.578831],[109.103647,30.565949],[109.106111,30.570587],[109.09872,30.579346]]]]},"properties":{"adcode":500000,"name":"重庆市","center":[106.504962,29.533155],"centroid":[107.8839,30.067297],"childrenNum":38,"level":"province","parent":{"adcode":100000},"subFeatureIndex":21,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[99.113727,29.221171],[99.105104,29.162656],[99.132206,28.94869],[99.103872,28.841803],[99.126662,28.698066],[99.183944,28.58882],[99.16485,28.425264],[99.306516,28.227714],[99.374886,28.18183],[99.437095,28.398419],[99.403219,28.546246],[99.463581,28.549401],[99.553508,28.710664],[99.676696,28.810345],[99.834376,28.628225],[99.91876,28.599329],[99.990209,28.47683],[100.073977,28.426317],[100.057346,28.368934],[100.176223,28.325218],[100.153433,28.208202],[100.033325,28.184467],[100.021006,28.147008],[100.088759,28.029269],[100.196549,27.936254],[100.210715,27.87702],[100.30865,27.861149],[100.311729,27.724028],[100.442924,27.86644],[100.54517,27.809286],[100.681293,27.923035],[100.782307,27.691708],[100.854988,27.623858],[100.95169,27.426961],[101.021907,27.332899],[101.042233,27.22173],[101.167885,27.198311],[101.136472,27.023584],[101.264587,26.955323],[101.267667,26.903034],[101.399478,26.841642],[101.358826,26.771669],[101.435819,26.740675],[101.461688,26.606447],[101.395783,26.591998],[101.458608,26.49563],[101.506652,26.499915],[101.637847,26.388995],[101.630455,26.224832],[101.737013,26.219463],[101.857737,26.049146],[101.899621,26.099139],[102.107808,26.068501],[102.245163,26.212483],[102.349257,26.244694],[102.570995,26.362723],[102.638748,26.307479],[102.60056,26.250598],[102.709581,26.210336],[102.739762,26.268846],[102.998457,26.371839],[102.989833,26.482775],[103.052659,26.514374],[103.026174,26.664221],[102.966428,26.837904],[102.896211,26.91264],[102.870957,27.026782],[102.913457,27.133886],[102.883276,27.258444],[102.941174,27.405711],[102.989833,27.367983],[103.144434,27.450331],[103.29226,27.632872],[103.487512,27.794992],[103.515846,27.965329],[103.470266,28.122204],[103.573128,28.230877],[103.643961,28.260401],[103.770845,28.233514],[103.877402,28.316262],[103.829975,28.459995],[103.781931,28.525216],[103.833054,28.605109],[103.953779,28.600906],[104.170589,28.642932],[104.314719,28.615617],[104.260516,28.536257],[104.254357,28.403683],[104.314103,28.306778],[104.462544,28.241422],[104.406494,28.173389],[104.362762,28.012891],[104.40095,27.952114],[104.573413,27.840512],[104.743413,27.901881],[104.842579,27.900294],[105.061853,28.096866],[105.168411,28.071522],[105.186273,27.995454],[105.270657,27.99704],[105.233084,27.895534],[105.308229,27.704955],[105.353809,27.748924],[105.508409,27.769048],[105.62359,27.666269],[105.76772,27.7182],[105.848408,27.707074],[105.922937,27.746805],[106.120653,27.779638],[106.193334,27.75422],[106.306667,27.808756],[106.337464,27.859033],[106.266631,28.066769],[106.206885,28.134343],[106.093552,28.162837],[105.975907,28.107952],[105.860727,28.159672],[105.889676,28.237732],[105.78743,28.335753],[105.68888,28.284119],[105.639604,28.324164],[105.62359,28.517854],[105.68272,28.534154],[105.74493,28.616668],[105.884748,28.595126],[105.889676,28.670765],[106.030726,28.694917],[106.14837,28.642932],[106.184711,28.58882],[106.349167,28.473674],[106.37442,28.525742],[106.304203,28.64976],[106.305435,28.704365],[106.173008,28.920407],[106.101559,28.898928],[105.969132,28.965971],[105.852719,28.927217],[105.762176,28.9911],[105.757865,29.069068],[105.703662,29.176766],[105.695039,29.287482],[105.459134,29.288526],[105.441888,29.400686],[105.337794,29.459064],[105.296526,29.571035],[105.574931,29.744216],[105.582938,29.819013],[105.707974,29.840818],[105.70243,29.924879],[105.753553,30.018196],[105.687032,30.038922],[105.582938,30.12385],[105.574315,30.130579],[105.550909,30.179222],[105.56138,30.183878],[105.619894,30.234045],[105.720292,30.252657],[105.792357,30.427234],[105.943263,30.372002],[106.031958,30.373551],[106.168696,30.303823],[106.180399,30.233011],[106.260471,30.19681],[106.264167,30.20974],[106.428623,30.254725],[106.43971,30.308473],[106.611557,30.292455],[106.612173,30.235596],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.677462,30.156974],[106.732281,30.027005],[106.913367,30.025451],[106.976193,30.083467],[106.981736,30.08502],[107.053801,30.043584],[107.058113,30.043066],[107.221337,30.213878],[107.368546,30.468508],[107.516987,30.644759],[107.424597,30.74048],[107.515756,30.854603],[107.645103,30.821202],[107.739957,30.884396],[107.851443,30.792931],[107.956152,30.882855],[108.089811,31.204859],[108.095354,31.268311],[108.185898,31.336831],[108.216079,31.41041],[108.191441,31.492096],[108.344194,31.512506],[108.390389,31.591555],[108.519121,31.665952],[108.50557,31.734182],[108.343578,31.860834],[108.259194,31.967006],[108.370063,31.988835],[108.370063,32.172397],[108.509882,32.201266],[108.469846,32.270618],[108.310933,32.232152],[108.240716,32.274666],[108.179738,32.221521],[108.086731,32.233165],[107.864377,32.201266],[107.753508,32.338399],[107.680827,32.397035],[107.527458,32.38238],[107.382097,32.54043],[107.263836,32.403099],[107.080286,32.542448],[107.098765,32.649338],[107.012533,32.721367],[106.912751,32.704247],[106.733513,32.739491],[106.670071,32.694678],[106.451412,32.65992],[106.17424,32.6977],[106.071378,32.758114],[106.07261,32.76365],[106.044277,32.864747],[105.849024,32.817985],[105.822538,32.770192],[105.719061,32.759624],[105.596489,32.69921],[105.49917,32.911986],[105.38091,32.876307],[105.448663,32.732946],[105.111128,32.593893],[105.026745,32.650346],[104.881999,32.600951],[104.845659,32.653873],[104.739717,32.635228],[104.643015,32.661935],[104.582653,32.722374],[104.458849,32.748551],[104.363994,32.822511],[104.294393,32.835586],[104.288234,32.942628],[104.378161,32.953174],[104.378161,33.109214],[104.272219,33.391486],[104.22048,33.404477],[104.155191,33.542755],[104.176749,33.5996],[104.046169,33.686291],[103.861388,33.682307],[103.778236,33.658898],[103.645809,33.708697],[103.545411,33.719649],[103.518309,33.807213],[103.35447,33.743539],[103.153673,33.819147],[103.181391,33.900649],[103.124108,34.162022],[102.973203,34.205588],[102.911609,34.312923],[102.728675,34.235774],[102.615958,34.099604],[102.471213,34.072839],[102.392372,33.971651],[102.315996,33.993983],[102.226069,33.963214],[102.25317,33.861399],[102.342481,33.725622],[102.346793,33.605582],[102.440416,33.574673],[102.461358,33.501345],[102.392988,33.404477],[102.258098,33.409472],[102.117047,33.288492],[102.054838,33.189884],[101.841723,33.184876],[101.769658,33.26898],[101.877447,33.314502],[101.946432,33.442937],[101.884222,33.578163],[101.769042,33.538765],[101.769042,33.45592],[101.695745,33.433948],[101.64955,33.323004],[101.735781,33.279987],[101.633535,33.101193],[101.487557,33.226938],[101.182668,33.26948],[101.11553,33.194893],[101.169733,33.10019],[101.124153,32.909976],[101.237486,32.825026],[101.22332,32.725898],[101.157414,32.661431],[101.077342,32.68259],[100.93198,32.600447],[100.834046,32.648835],[100.71209,32.645307],[100.657887,32.546484],[100.54517,32.569687],[100.516837,32.632204],[100.399193,32.756101],[100.339447,32.719353],[100.258759,32.742511],[100.229809,32.650346],[100.109701,32.640268],[100.139266,32.724388],[100.123252,32.837095],[100.038252,32.929066],[99.877492,32.993339],[99.791877,32.883344],[99.760464,32.769689],[99.589233,32.789312],[99.558436,32.839106],[99.376118,32.899927],[99.268944,32.878318],[99.196263,33.035493],[98.971445,33.098185],[98.858728,33.150811],[98.759562,33.276985],[98.779888,33.370497],[98.742316,33.477887],[98.648077,33.548741],[98.582788,33.731595],[98.463295,33.848477],[98.407245,33.867362],[98.440506,33.981577],[98.399854,34.085231],[98.206449,34.08424],[98.028442,34.122892],[97.95453,34.190739],[97.8104,34.207568],[97.665654,34.126855],[97.70261,34.036644],[97.660111,33.956264],[97.460546,33.887236],[97.395257,33.889224],[97.435293,33.682307],[97.415583,33.605582],[97.523372,33.577166],[97.552321,33.465906],[97.754349,33.409972],[97.607756,33.263976],[97.487648,33.168346],[97.542466,33.035995],[97.375547,32.956689],[97.386018,32.77925],[97.48272,32.654377],[97.730944,32.527312],[97.940363,32.482393],[98.218768,32.342444],[98.23047,32.262521],[98.303151,32.121726],[98.434962,32.007613],[98.414636,31.832365],[98.545831,31.717383],[98.553839,31.660349],[98.714599,31.508935],[98.844562,31.429817],[98.887062,31.37465],[98.773113,31.249382],[98.643766,31.338876],[98.602498,31.192062],[98.710287,31.1178],[98.806374,30.995783],[98.774345,30.908019],[98.963438,30.728134],[98.907388,30.698292],[98.932025,30.521623],[98.965286,30.449937],[98.989308,30.151799],[99.044742,30.079842],[99.068148,29.931621],[99.0238,29.846009],[98.992387,29.677163],[99.052133,29.563748],[99.075539,29.316186],[99.113727,29.221171]]]},"properties":{"adcode":510000,"name":"四川省","center":[104.065735,30.659462],"centroid":[102.693453,30.674545],"childrenNum":21,"level":"province","parent":{"adcode":100000},"subFeatureIndex":22,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[109.274262,28.494714],[109.153538,28.417369],[109.117198,28.277795],[109.026655,28.220331],[109.005713,28.162837],[108.821547,28.245113],[108.761801,28.304143],[108.780279,28.42579],[108.700207,28.48209],[108.640461,28.456838],[108.573939,28.531],[108.636149,28.621396],[108.575787,28.659738],[108.439049,28.634003],[108.332491,28.679166],[108.385462,28.772058],[108.297999,29.045527],[108.070717,29.086328],[108.026369,29.039772],[107.925971,29.032446],[107.867457,28.960211],[107.784921,29.048143],[107.810791,29.139137],[107.605683,29.164747],[107.570574,29.218037],[107.486806,29.174153],[107.401807,29.184603],[107.396879,28.993718],[107.441227,28.943977],[107.383945,28.848618],[107.219489,28.772582],[107.14188,28.887925],[107.016229,28.882685],[106.824056,28.756319],[106.866556,28.624548],[106.756918,28.607211],[106.726121,28.51838],[106.615252,28.549401],[106.6171,28.691242],[106.474202,28.832891],[106.461883,28.761041],[106.502535,28.661313],[106.477282,28.530474],[106.37442,28.525742],[106.349167,28.473674],[106.184711,28.58882],[106.14837,28.642932],[106.030726,28.694917],[105.889676,28.670765],[105.884748,28.595126],[105.74493,28.616668],[105.68272,28.534154],[105.62359,28.517854],[105.639604,28.324164],[105.68888,28.284119],[105.78743,28.335753],[105.889676,28.237732],[105.860727,28.159672],[105.975907,28.107952],[106.093552,28.162837],[106.206885,28.134343],[106.266631,28.066769],[106.337464,27.859033],[106.306667,27.808756],[106.193334,27.75422],[106.120653,27.779638],[105.922937,27.746805],[105.848408,27.707074],[105.76772,27.7182],[105.62359,27.666269],[105.508409,27.769048],[105.353809,27.748924],[105.308229,27.704955],[105.304533,27.611661],[105.232469,27.546945],[105.233084,27.436522],[105.184425,27.392959],[105.068013,27.418461],[104.913412,27.327051],[104.824717,27.3531],[104.611602,27.306846],[104.539537,27.327583],[104.497037,27.414743],[104.363378,27.467855],[104.295625,27.37436],[104.173053,27.263232],[103.956242,27.425367],[103.905119,27.38552],[103.865699,27.28185],[103.748671,27.210021],[103.696316,27.126429],[103.704939,27.049171],[103.779468,26.87421],[103.705555,26.794642],[103.773308,26.716621],[103.763453,26.585041],[103.865699,26.512232],[104.067727,26.51491],[104.121314,26.638012],[104.353523,26.620893],[104.424356,26.709137],[104.488414,26.579689],[104.556783,26.590393],[104.665804,26.434019],[104.659645,26.335373],[104.542616,26.253282],[104.52845,26.114186],[104.438523,25.92757],[104.397871,25.76168],[104.328886,25.760602],[104.310407,25.647901],[104.332581,25.598796],[104.428668,25.576126],[104.483486,25.494585],[104.556783,25.524832],[104.543232,25.400556],[104.646094,25.356759],[104.639935,25.295632],[104.816094,25.262622],[104.695369,25.122364],[104.713232,24.996048],[104.539537,24.813663],[104.529682,24.731611],[104.628848,24.660927],[104.703377,24.645698],[104.841963,24.676155],[104.899245,24.752809],[105.03352,24.787586],[105.077868,24.918459],[105.09573,24.92877],[105.212758,24.995505],[105.267577,24.929313],[105.428337,24.930941],[105.497322,24.809318],[105.70551,24.768569],[105.767104,24.719109],[105.942031,24.725088],[106.047356,24.684312],[106.173008,24.760417],[106.206269,24.851139],[106.191486,24.95319],[106.442173,25.019369],[106.590615,25.08768],[106.691013,25.179245],[106.732281,25.162454],[106.888113,25.181953],[106.933077,25.250714],[107.013765,25.275611],[106.963874,25.437852],[107.064272,25.559391],[107.185612,25.578825],[107.263836,25.543193],[107.375937,25.411908],[107.432604,25.289139],[107.512676,25.209029],[107.632168,25.310241],[107.696226,25.219858],[107.741805,25.24043],[107.839124,25.115861],[108.001732,25.196574],[108.115065,25.210112],[108.152021,25.324306],[108.162492,25.444878],[108.280752,25.48],[108.348506,25.536173],[108.418723,25.443257],[108.471693,25.458928],[108.62999,25.335666],[108.6072,25.491885],[108.68604,25.587462],[108.783975,25.628477],[108.826474,25.550212],[108.949046,25.557231],[109.024807,25.51241],[109.030966,25.629556],[109.07901,25.72071],[109.147995,25.741736],[109.296436,25.71424],[109.396834,25.900117],[109.408537,25.967392],[109.48245,26.029788],[109.502776,26.096451],[109.439334,26.238789],[109.285965,26.295676],[109.319842,26.418477],[109.38082,26.454381],[109.407305,26.533116],[109.35495,26.658873],[109.447957,26.759913],[109.486761,26.759913],[109.452885,26.861932],[109.555131,26.946788],[109.520022,27.058764],[109.454733,27.069423],[109.415312,27.154123],[109.264407,27.131755],[109.165857,27.066758],[109.128901,27.122701],[109.032814,27.104056],[108.877597,27.01612],[108.907778,27.204699],[109.103647,27.336621],[109.142451,27.418461],[109.303211,27.47582],[109.451037,27.586204],[109.470131,27.62863],[109.414081,27.725087],[109.332777,27.782815],[109.30198,27.956343],[109.378972,28.034551],[109.314298,28.103729],[109.367885,28.254602],[109.275494,28.313101],[109.274262,28.494714]]],[[[109.452885,26.861932],[109.486761,26.759913],[109.52187,26.749226],[109.522486,26.749226],[109.452885,26.861932]]]]},"properties":{"adcode":520000,"name":"贵州省","center":[106.713478,26.578343],"centroid":[106.880455,26.826368],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":23,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[105.308229,27.704955],[105.233084,27.895534],[105.270657,27.99704],[105.186273,27.995454],[105.168411,28.071522],[105.061853,28.096866],[104.842579,27.900294],[104.743413,27.901881],[104.573413,27.840512],[104.40095,27.952114],[104.362762,28.012891],[104.406494,28.173389],[104.462544,28.241422],[104.314103,28.306778],[104.254357,28.403683],[104.260516,28.536257],[104.314719,28.615617],[104.170589,28.642932],[103.953779,28.600906],[103.833054,28.605109],[103.781931,28.525216],[103.829975,28.459995],[103.877402,28.316262],[103.770845,28.233514],[103.643961,28.260401],[103.573128,28.230877],[103.470266,28.122204],[103.515846,27.965329],[103.487512,27.794992],[103.29226,27.632872],[103.144434,27.450331],[102.989833,27.367983],[102.941174,27.405711],[102.883276,27.258444],[102.913457,27.133886],[102.870957,27.026782],[102.896211,26.91264],[102.966428,26.837904],[103.026174,26.664221],[103.052659,26.514374],[102.989833,26.482775],[102.998457,26.371839],[102.739762,26.268846],[102.709581,26.210336],[102.60056,26.250598],[102.638748,26.307479],[102.570995,26.362723],[102.349257,26.244694],[102.245163,26.212483],[102.107808,26.068501],[101.899621,26.099139],[101.857737,26.049146],[101.737013,26.219463],[101.630455,26.224832],[101.637847,26.388995],[101.506652,26.499915],[101.458608,26.49563],[101.395783,26.591998],[101.461688,26.606447],[101.435819,26.740675],[101.358826,26.771669],[101.399478,26.841642],[101.267667,26.903034],[101.264587,26.955323],[101.136472,27.023584],[101.167885,27.198311],[101.042233,27.22173],[101.021907,27.332899],[100.95169,27.426961],[100.854988,27.623858],[100.782307,27.691708],[100.681293,27.923035],[100.54517,27.809286],[100.442924,27.86644],[100.311729,27.724028],[100.30865,27.861149],[100.210715,27.87702],[100.196549,27.936254],[100.088759,28.029269],[100.021006,28.147008],[100.033325,28.184467],[100.153433,28.208202],[100.176223,28.325218],[100.057346,28.368934],[100.073977,28.426317],[99.990209,28.47683],[99.91876,28.599329],[99.834376,28.628225],[99.676696,28.810345],[99.553508,28.710664],[99.463581,28.549401],[99.403219,28.546246],[99.437095,28.398419],[99.374886,28.18183],[99.306516,28.227714],[99.16485,28.425264],[99.183944,28.58882],[99.126662,28.698066],[99.103872,28.841803],[99.132206,28.94869],[99.105104,29.162656],[99.113727,29.221171],[98.9813,29.204978],[98.960974,29.165792],[99.013329,29.036632],[98.925866,28.978536],[98.912931,28.800906],[98.827932,28.821356],[98.786048,28.998952],[98.6567,28.910454],[98.683802,28.740054],[98.594491,28.667615],[98.740468,28.348395],[98.712135,28.229296],[98.625903,28.165475],[98.559382,28.182885],[98.428803,28.104785],[98.389383,28.114814],[98.37768,28.246167],[98.301303,28.384204],[98.208913,28.358401],[98.266811,28.242477],[98.169492,28.206093],[98.139311,28.142259],[98.133152,27.990698],[98.205217,27.889716],[98.234166,27.690648],[98.283441,27.654608],[98.317318,27.51935],[98.429419,27.549068],[98.430035,27.653547],[98.706591,27.553313],[98.706591,27.362136],[98.741084,27.330241],[98.696121,27.211086],[98.762026,26.798916],[98.746012,26.696841],[98.781736,26.620893],[98.733693,26.350926],[98.672715,26.239863],[98.735541,26.185097],[98.720142,26.127082],[98.575396,26.118485],[98.614201,25.968468],[98.686881,25.925955],[98.705976,25.855426],[98.640686,25.798864],[98.553839,25.845731],[98.476846,25.77731],[98.457752,25.682963],[98.402317,25.593939],[98.326557,25.566409],[98.247717,25.607971],[98.131304,25.51025],[98.137464,25.381633],[97.940363,25.214985],[97.839349,25.27074],[97.743262,25.078466],[97.716777,24.978147],[97.765436,24.823984],[97.680437,24.827243],[97.569567,24.765852],[97.554785,24.490577],[97.588662,24.435559],[97.669966,24.452993],[97.767284,24.258357],[97.729712,24.227252],[97.730944,24.113685],[97.637321,24.04812],[97.5283,23.926736],[97.684132,23.876946],[97.763588,23.907041],[97.902175,24.014231],[98.091268,24.085824],[98.219999,24.113685],[98.343187,24.098936],[98.547063,24.128433],[98.593875,24.08036],[98.71891,24.127887],[98.876591,24.15137],[98.895069,24.098936],[98.773729,24.022431],[98.68565,23.90157],[98.696121,23.784429],[98.784816,23.781691],[98.882134,23.595358],[98.80391,23.540504],[98.912315,23.426333],[98.936953,23.309866],[98.889525,23.209249],[99.002242,23.160287],[99.106336,23.086536],[99.255393,23.077727],[99.380429,23.099748],[99.528255,23.065614],[99.517168,23.006685],[99.563363,22.925684],[99.401371,22.826434],[99.326842,22.751396],[99.385973,22.57136],[99.382277,22.493418],[99.297277,22.41156],[99.235683,22.250468],[99.156227,22.159599],[99.219669,22.110816],[99.400139,22.100281],[99.486987,22.128557],[99.648979,22.100835],[99.696406,22.067562],[99.972347,22.053141],[100.000064,21.973245],[99.944014,21.821097],[99.991441,21.703821],[100.094303,21.702709],[100.169447,21.663225],[100.107853,21.585337],[100.131259,21.504066],[100.235353,21.466756],[100.349302,21.528564],[100.437381,21.533017],[100.48296,21.458958],[100.579047,21.451717],[100.730568,21.518542],[100.899335,21.684915],[101.015132,21.707157],[101.089661,21.773865],[101.209153,21.55751],[101.183899,21.334699],[101.244877,21.302364],[101.222088,21.234324],[101.290457,21.17853],[101.387775,21.225956],[101.532521,21.252174],[101.76473,21.147835],[101.833715,21.252731],[101.745636,21.297345],[101.741324,21.482906],[101.804766,21.577546],[101.747484,21.729953],[101.771506,21.833319],[101.666796,21.934391],[101.573789,22.115251],[101.596579,22.161262],[101.547304,22.238282],[101.625528,22.28259],[101.671723,22.372826],[101.672339,22.47517],[101.774585,22.506135],[101.862665,22.389427],[101.907628,22.437007],[102.046214,22.458026],[102.131214,22.430922],[102.25625,22.457473],[102.404691,22.629925],[102.45951,22.762986],[102.510633,22.774574],[102.688639,22.70006],[102.880196,22.586832],[102.930703,22.482359],[103.030485,22.441432],[103.183238,22.558649],[103.195557,22.648153],[103.283021,22.678526],[103.321209,22.777885],[103.441317,22.753052],[103.457947,22.658646],[103.529396,22.59291],[103.567585,22.701164],[103.642113,22.794989],[103.825047,22.615562],[103.964865,22.502265],[104.009213,22.575228],[104.045553,22.728215],[104.117618,22.808781],[104.274067,22.828088],[104.256821,22.77347],[104.375697,22.690122],[104.596203,22.846289],[104.737869,22.825882],[104.772362,22.893711],[104.860441,22.970874],[104.804391,23.110207],[105.093266,23.260942],[105.238012,23.26424],[105.325475,23.390086],[105.372903,23.317561],[105.445584,23.292827],[105.542902,23.184495],[105.526272,23.234548],[105.815763,23.507031],[105.89214,23.52514],[105.999929,23.447748],[106.141595,23.569579],[106.120653,23.605229],[106.157609,23.724175],[106.136667,23.795381],[106.192102,23.824947],[106.04982,24.089649],[105.919241,24.122425],[105.89214,24.040468],[105.765256,24.073804],[105.649459,24.032816],[105.628518,24.126794],[105.533663,24.130071],[105.493011,24.016965],[105.334099,24.094566],[105.20044,24.105491],[105.215222,24.214699],[105.196744,24.326541],[105.106817,24.414853],[104.979933,24.412673],[104.83642,24.446456],[104.703377,24.419757],[104.641783,24.367979],[104.575877,24.424661],[104.489646,24.653313],[104.529682,24.731611],[104.539537,24.813663],[104.713232,24.996048],[104.695369,25.122364],[104.816094,25.262622],[104.639935,25.295632],[104.646094,25.356759],[104.543232,25.400556],[104.556783,25.524832],[104.483486,25.494585],[104.428668,25.576126],[104.332581,25.598796],[104.310407,25.647901],[104.328886,25.760602],[104.397871,25.76168],[104.438523,25.92757],[104.52845,26.114186],[104.542616,26.253282],[104.659645,26.335373],[104.665804,26.434019],[104.556783,26.590393],[104.488414,26.579689],[104.424356,26.709137],[104.353523,26.620893],[104.121314,26.638012],[104.067727,26.51491],[103.865699,26.512232],[103.763453,26.585041],[103.773308,26.716621],[103.705555,26.794642],[103.779468,26.87421],[103.704939,27.049171],[103.696316,27.126429],[103.748671,27.210021],[103.865699,27.28185],[103.905119,27.38552],[103.956242,27.425367],[104.173053,27.263232],[104.295625,27.37436],[104.363378,27.467855],[104.497037,27.414743],[104.539537,27.327583],[104.611602,27.306846],[104.824717,27.3531],[104.913412,27.327051],[105.068013,27.418461],[105.184425,27.392959],[105.233084,27.436522],[105.232469,27.546945],[105.304533,27.611661],[105.308229,27.704955]]]},"properties":{"adcode":530000,"name":"云南省","center":[102.712251,25.040609],"centroid":[101.485106,25.008643],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":24,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[89.711414,36.093272],[89.490291,36.151281],[89.375727,36.228078],[89.292575,36.231457],[88.964279,36.318785],[88.926091,36.36458],[88.802903,36.33807],[88.623665,36.389636],[88.573158,36.461386],[88.470912,36.48208],[88.366202,36.458016],[88.241782,36.468605],[88.134609,36.427205],[88.006494,36.430575],[87.919646,36.39349],[87.731785,36.384818],[87.570409,36.342409],[87.470626,36.354459],[87.386859,36.412757],[87.292004,36.358797],[87.193454,36.349158],[87.149106,36.297565],[86.996353,36.308658],[86.931064,36.265242],[86.746282,36.291777],[86.69947,36.24449],[86.392733,36.206834],[86.187625,36.130983],[86.182081,36.064734],[86.090306,35.876809],[85.949256,35.778794],[85.811286,35.778794],[85.65299,35.731199],[85.612953,35.651486],[85.373969,35.700101],[85.271107,35.788989],[85.146071,35.742371],[85.053065,35.752086],[84.729081,35.613546],[84.448828,35.550272],[84.45314,35.473303],[84.333032,35.413821],[84.095895,35.362592],[84.005968,35.422599],[83.885244,35.367472],[83.54155,35.341603],[83.449159,35.382111],[83.127022,35.398699],[82.998907,35.484512],[82.967494,35.667532],[82.795031,35.688436],[82.731589,35.637868],[82.628727,35.692324],[82.424852,35.712736],[82.328149,35.559523],[82.034346,35.451855],[82.05344,35.35039],[81.927789,35.271275],[81.736847,35.26248],[81.68634,35.235599],[81.513261,35.23511],[81.441196,35.333303],[81.363588,35.354783],[81.219458,35.319144],[81.054387,35.402602],[81.026053,35.31133],[80.844351,35.345508],[80.689135,35.339162],[80.65649,35.393821],[80.514824,35.391869],[80.444607,35.417235],[80.321419,35.38699],[80.267832,35.295701],[80.23026,35.147565],[80.031311,35.034447],[80.034391,34.902033],[79.947544,34.821008],[79.906892,34.683821],[79.801566,34.478847],[79.675914,34.451216],[79.504683,34.45467],[79.241677,34.415183],[79.161605,34.441345],[79.0107,34.399877],[79.039649,34.33467],[78.981751,34.31836],[78.9257,34.155584],[78.801897,34.137258],[78.656535,34.030196],[78.736607,33.999937],[78.779723,33.73259],[78.692259,33.676331],[78.74215,33.55323],[78.84994,33.419963],[79.022403,33.323504],[79.072294,33.22844],[79.162221,33.165841],[79.162837,33.01191],[79.255844,32.942628],[79.225047,32.784281],[79.301423,32.728919],[79.27309,32.678056],[79.308199,32.596918],[79.252148,32.516715],[79.135736,32.472295],[79.103091,32.369744],[79.005772,32.375304],[78.970664,32.331826],[78.81052,32.436441],[78.760629,32.563635],[78.781571,32.608009],[78.6861,32.680071],[78.628202,32.630188],[78.518564,32.605993],[78.395377,32.530339],[78.472985,32.435431],[78.458818,32.379853],[78.508709,32.297939],[78.429869,32.194683],[78.60726,32.023851],[78.762476,31.947203],[78.665158,31.851684],[78.763092,31.668499],[78.845628,31.609905],[78.740303,31.532912],[78.792041,31.435944],[78.755085,31.355742],[78.795121,31.301043],[78.923852,31.246824],[78.997765,31.158779],[79.010084,31.043994],[79.096931,30.992192],[79.181931,31.015788],[79.227511,30.949088],[79.316206,31.01784],[79.505915,31.027584],[79.59769,30.925989],[79.660516,30.956787],[79.75845,30.936769],[79.835443,30.851006],[79.961094,30.771337],[79.970333,30.685941],[80.04363,30.603559],[80.143412,30.55822],[80.214245,30.586044],[80.322035,30.564403],[80.549316,30.448905],[80.633084,30.458707],[80.719316,30.414848],[80.81725,30.321389],[81.034677,30.246971],[81.09627,30.052909],[81.225618,30.005759],[81.419023,30.270232],[81.406704,30.40401],[81.555761,30.369421],[81.63029,30.446842],[81.759021,30.385426],[81.872354,30.373035],[81.99123,30.322939],[82.104563,30.346182],[82.114418,30.226806],[82.246845,30.071555],[82.412533,30.011978],[82.498148,29.947698],[82.560974,29.955476],[82.609017,29.886489],[82.703872,29.847566],[82.774089,29.726548],[82.830756,29.687562],[82.9484,29.704718],[83.088834,29.604863],[83.217565,29.60018],[83.325355,29.502826],[83.463941,29.285916],[83.548941,29.201322],[83.656114,29.16736],[83.727563,29.244672],[83.911729,29.323491],[84.116837,29.286438],[84.248648,29.030353],[84.228322,28.949738],[84.330568,28.859101],[84.408176,28.85386],[84.483321,28.735331],[84.620059,28.732182],[84.698284,28.633478],[84.857196,28.567798],[84.981616,28.586193],[85.05676,28.674441],[85.126361,28.676016],[85.195963,28.624022],[85.189803,28.544669],[85.108499,28.461047],[85.129441,28.377885],[85.272339,28.282538],[85.520563,28.326798],[85.650526,28.283592],[85.720743,28.372093],[85.753388,28.227714],[85.854402,28.172334],[85.901213,28.053566],[86.053966,27.900823],[86.125415,27.923035],[86.082915,28.018175],[86.19132,28.167058],[86.231972,27.974315],[86.450015,27.908757],[86.514689,27.954757],[86.55842,28.047757],[86.700086,28.101617],[86.756753,28.032967],[86.864542,28.022401],[86.935375,27.955286],[87.035157,27.946299],[87.118309,27.840512],[87.227946,27.812991],[87.45954,27.820931],[87.58088,27.859562],[87.598126,27.814579],[87.727473,27.802933],[87.826639,27.927794],[87.982472,27.884426],[88.120442,27.915103],[88.156783,27.957929],[88.254101,27.939426],[88.401311,27.976958],[88.565151,28.083139],[88.764099,28.068353],[88.842939,28.006023],[88.888519,27.846863],[88.852178,27.671039],[88.770874,27.563924],[88.809063,27.405711],[88.867577,27.3818],[88.911924,27.272807],[88.984605,27.208957],[89.067757,27.240354],[89.182938,27.373829],[89.095474,27.471572],[89.163228,27.574534],[89.238988,27.796581],[89.375727,27.875962],[89.461958,28.03191],[89.605472,28.161782],[89.720037,28.170224],[89.789638,28.240895],[89.901739,28.18183],[89.976268,28.189215],[90.03355,28.136981],[90.124709,28.190797],[90.231882,28.144897],[90.297172,28.153868],[90.384019,28.06096],[90.513983,28.062016],[90.591591,28.021345],[90.701844,28.076274],[90.802242,28.040362],[90.896481,27.946299],[91.025828,27.857445],[91.113292,27.846333],[91.162567,27.968501],[91.251878,27.970615],[91.309776,28.057791],[91.464993,28.002852],[91.486551,27.937311],[91.611586,27.891303],[91.642383,27.7664],[91.570934,27.650897],[91.585101,27.540578],[91.753868,27.462545],[91.839484,27.489624],[92.010715,27.474758],[92.125896,27.273339],[92.032273,27.167967],[92.043976,27.052902],[92.124664,26.960124],[92.109265,26.854991],[92.404916,26.9025],[92.549046,26.941453],[92.682089,26.947855],[92.802813,26.895028],[92.909371,26.914241],[93.111399,26.880082],[93.232739,26.906769],[93.56781,26.938252],[93.841903,27.045973],[93.849294,27.168499],[93.970634,27.30525],[94.277372,27.58143],[94.524979,27.596282],[94.88592,27.743098],[95.015267,27.82887],[95.28628,27.939955],[95.371896,28.110063],[95.674322,28.254075],[95.874502,28.29782],[95.989067,28.198181],[96.275479,28.228241],[96.298269,28.140148],[96.367254,28.118509],[96.426384,28.161782],[96.499681,28.067297],[96.623485,28.024514],[96.690622,27.948942],[96.784245,27.931495],[96.849534,27.874375],[96.972722,27.861149],[97.008447,27.807698],[97.103301,27.780697],[97.253591,27.891832],[97.372467,27.907699],[97.413119,28.01342],[97.320728,28.054095],[97.402032,28.279903],[97.518445,28.327852],[97.485184,28.38631],[97.521524,28.495766],[97.569567,28.541515],[97.68598,28.519958],[97.738335,28.396313],[97.801161,28.326798],[97.907718,28.363141],[98.139311,28.142259],[98.169492,28.206093],[98.266811,28.242477],[98.208913,28.358401],[98.301303,28.384204],[98.37768,28.246167],[98.389383,28.114814],[98.428803,28.104785],[98.559382,28.182885],[98.625903,28.165475],[98.712135,28.229296],[98.740468,28.348395],[98.594491,28.667615],[98.683802,28.740054],[98.6567,28.910454],[98.786048,28.998952],[98.827932,28.821356],[98.912931,28.800906],[98.925866,28.978536],[99.013329,29.036632],[98.960974,29.165792],[98.9813,29.204978],[99.113727,29.221171],[99.075539,29.316186],[99.052133,29.563748],[98.992387,29.677163],[99.0238,29.846009],[99.068148,29.931621],[99.044742,30.079842],[98.989308,30.151799],[98.965286,30.449937],[98.932025,30.521623],[98.907388,30.698292],[98.963438,30.728134],[98.774345,30.908019],[98.806374,30.995783],[98.710287,31.1178],[98.602498,31.192062],[98.643766,31.338876],[98.773113,31.249382],[98.887062,31.37465],[98.844562,31.429817],[98.714599,31.508935],[98.553839,31.660349],[98.545831,31.717383],[98.414636,31.832365],[98.434962,32.007613],[98.303151,32.121726],[98.23047,32.262521],[98.218768,32.342444],[97.940363,32.482393],[97.730944,32.527312],[97.50243,32.530844],[97.448843,32.586833],[97.388481,32.501575],[97.424822,32.322723],[97.371235,32.273148],[97.299786,32.294904],[97.264062,32.182527],[97.313953,32.130342],[97.214786,32.042623],[96.935766,32.048203],[96.894498,32.013703],[96.742977,32.001016],[96.760223,31.860325],[96.840295,31.720438],[96.778701,31.675629],[96.56805,31.711783],[96.435623,31.796258],[96.389428,31.919777],[96.220044,31.905553],[96.148595,31.686324],[95.989067,31.78761],[95.89914,31.81711],[95.823995,31.68225],[95.779648,31.748941],[95.634286,31.782523],[95.546823,31.73978],[95.456896,31.801853],[95.360809,31.95939],[95.454432,32.061898],[95.440265,32.157705],[95.31523,32.148585],[95.239469,32.287315],[95.10581,32.258979],[95.096571,32.322217],[95.193274,32.332331],[95.218527,32.397035],[95.081789,32.384907],[94.912405,32.41573],[94.762116,32.526303],[94.737479,32.587338],[94.638312,32.645307],[94.522516,32.595909],[94.395016,32.594397],[94.371611,32.524789],[94.196684,32.51621],[94.176974,32.454117],[94.03038,32.448057],[93.960163,32.484917],[93.861613,32.466237],[93.820345,32.549511],[93.651577,32.571705],[93.516687,32.47583],[93.4631,32.556069],[93.385492,32.525294],[93.239514,32.662439],[93.069515,32.626156],[93.00053,32.741001],[92.866871,32.698203],[92.686401,32.76516],[92.634662,32.720863],[92.355641,32.764657],[92.255243,32.720863],[92.227526,32.821003],[92.145606,32.885857],[91.955897,32.8205],[91.896766,32.907967],[91.583253,33.0375],[91.49579,33.109214],[91.436044,33.066092],[91.226624,33.141792],[91.147784,33.07211],[91.072024,33.113224],[90.803474,33.114227],[90.704308,33.135778],[90.490577,33.264977],[90.405577,33.260473],[90.332896,33.310501],[90.246665,33.423959],[90.107463,33.460913],[90.083441,33.525295],[89.984275,33.612061],[90.008296,33.687785],[89.907282,33.741051],[89.899891,33.80771],[89.795181,33.865374],[89.688008,33.959739],[89.635037,34.049537],[89.655979,34.097126],[89.816739,34.16945],[89.86663,34.324785],[89.799493,34.39642],[89.823515,34.455657],[89.798877,34.628686],[89.72558,34.660689],[89.867862,34.81069],[89.821051,34.902033],[89.707102,34.919701],[89.578987,34.895162],[89.59069,35.057965],[89.46935,35.214577],[89.497067,35.361128],[89.685544,35.416259],[89.739131,35.468429],[89.699711,35.544916],[89.765616,35.599922],[89.747138,35.7516],[89.801957,35.848193],[89.654747,35.848193],[89.428082,35.917531],[89.474893,36.022151],[89.605472,36.038123],[89.711414,36.093272]]]},"properties":{"adcode":540000,"name":"西藏自治区","center":[91.132212,29.660361],"centroid":[88.388277,31.56375],"childrenNum":7,"level":"province","parent":{"adcode":100000},"subFeatureIndex":25,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[110.379257,34.600612],[110.29549,34.610956],[110.229584,34.692679],[110.230816,34.880925],[110.320743,35.00504],[110.373714,35.134351],[110.374946,35.251728],[110.45009,35.327933],[110.531394,35.511309],[110.609619,35.632031],[110.57759,35.701559],[110.549257,35.877778],[110.447011,36.164328],[110.459946,36.327946],[110.503677,36.488335],[110.496902,36.582102],[110.426685,36.657514],[110.407591,36.776007],[110.424221,36.963685],[110.460561,37.044932],[110.651503,37.256722],[110.695234,37.34955],[110.644111,37.435135],[110.740198,37.44939],[110.795017,37.558586],[110.735886,37.77035],[110.680452,37.790216],[110.59422,37.922049],[110.522771,37.955088],[110.509221,38.192061],[110.57759,38.297345],[110.746973,38.366355],[110.77777,38.440924],[110.874473,38.453579],[110.920052,38.581878],[110.880632,38.626776],[111.009363,38.847579],[110.980414,38.970056],[111.138095,39.064447],[111.247732,39.302419],[111.125776,39.366297],[111.064182,39.400989],[111.154725,39.569116],[111.017371,39.552045],[110.869545,39.494341],[110.73835,39.348713],[110.702626,39.273701],[110.626249,39.266751],[110.524003,39.382952],[110.385417,39.310291],[110.243751,39.423645],[110.12549,39.432891],[110.217881,39.281113],[109.961035,39.191651],[109.665384,38.981687],[109.624116,38.85457],[109.511399,38.833595],[109.404226,38.720689],[109.338936,38.701542],[109.175712,38.518694],[109.054372,38.433892],[108.938575,38.207582],[109.069155,38.091336],[109.018648,37.971602],[108.93488,37.922521],[108.883141,38.01405],[108.798141,37.93385],[108.791982,37.700303],[108.628142,37.651988],[108.532671,37.690832],[108.422418,37.648672],[108.24626,37.665728],[108.134159,37.622131],[108.012819,37.66857],[107.982022,37.787378],[107.65003,37.86443],[107.620465,37.776026],[107.499125,37.765619],[107.345756,37.518725],[107.284162,37.481691],[107.257677,37.337179],[107.334669,37.138975],[107.268764,37.099367],[107.310032,36.912502],[107.478183,36.908196],[107.540393,36.828718],[107.670356,36.83303],[107.907493,36.750118],[108.060862,36.592194],[108.262274,36.549417],[108.340498,36.559032],[108.408252,36.45946],[108.618903,36.433946],[108.651548,36.384818],[108.646004,36.254143],[108.712526,36.138716],[108.652164,35.94806],[108.593649,35.950967],[108.499411,35.872444],[108.527744,35.82442],[108.517889,35.699615],[108.539447,35.605761],[108.618287,35.557088],[108.614591,35.328909],[108.48894,35.275184],[108.239484,35.256127],[108.174811,35.304981],[108.049159,35.253683],[107.867457,35.256127],[107.745501,35.311819],[107.667277,35.257104],[107.769523,35.064333],[107.863145,34.999158],[107.741805,34.953553],[107.564415,34.968757],[107.523763,34.909886],[107.286626,34.931968],[107.252749,34.880925],[107.089526,34.976604],[107.08275,35.024156],[106.901664,35.094698],[106.710723,35.100574],[106.541956,35.083925],[106.484673,34.983959],[106.575216,34.769897],[106.505615,34.746789],[106.419384,34.643458],[106.314058,34.578934],[106.334384,34.517811],[106.455108,34.531617],[106.610941,34.454177],[106.638042,34.391481],[106.717498,34.369255],[106.68239,34.256057],[106.589383,34.253584],[106.585071,34.149641],[106.501919,34.105055],[106.474202,33.970659],[106.41076,33.909093],[106.491448,33.834559],[106.482825,33.707203],[106.534564,33.695254],[106.58076,33.576169],[106.540108,33.512822],[106.456956,33.532779],[106.447101,33.613058],[106.303587,33.604585],[106.187174,33.546746],[106.086776,33.617045],[105.971596,33.613058],[105.842248,33.489866],[105.827466,33.379993],[105.709822,33.382991],[105.752937,33.291994],[105.965436,33.204407],[105.914929,33.066092],[105.917393,32.993841],[105.735691,32.905454],[105.590329,32.87681],[105.49917,32.911986],[105.596489,32.69921],[105.719061,32.759624],[105.822538,32.770192],[105.849024,32.817985],[106.044277,32.864747],[106.07261,32.76365],[106.071378,32.758114],[106.17424,32.6977],[106.451412,32.65992],[106.670071,32.694678],[106.733513,32.739491],[106.912751,32.704247],[107.012533,32.721367],[107.098765,32.649338],[107.080286,32.542448],[107.263836,32.403099],[107.382097,32.54043],[107.527458,32.38238],[107.680827,32.397035],[107.753508,32.338399],[107.864377,32.201266],[108.086731,32.233165],[108.179738,32.221521],[108.240716,32.274666],[108.310933,32.232152],[108.469846,32.270618],[108.509882,32.201266],[108.902235,31.984774],[108.986619,31.980205],[109.27611,31.79931],[109.281654,31.716874],[109.381436,31.705165],[109.585928,31.726546],[109.633971,31.804396],[109.60379,31.885737],[109.631507,31.962436],[109.590855,32.012688],[109.621652,32.106519],[109.495385,32.300468],[109.502776,32.38895],[109.631507,32.599943],[109.726978,32.608513],[109.816905,32.577252],[109.910528,32.592884],[110.017701,32.546989],[110.153824,32.593388],[110.159367,32.767173],[110.105164,32.832569],[109.907448,32.903947],[109.76455,32.909474],[109.794731,33.067095],[109.688174,33.116733],[109.576073,33.110216],[109.438718,33.152314],[109.514479,33.237951],[109.693101,33.254468],[109.852013,33.247961],[110.031252,33.191888],[110.164911,33.209415],[110.218497,33.163336],[110.471032,33.171352],[110.54125,33.255469],[110.59422,33.168346],[110.702626,33.097182],[110.828893,33.201403],[110.9219,33.203907],[110.984726,33.255469],[111.025994,33.330504],[110.996429,33.435946],[111.02661,33.467903],[111.02661,33.478386],[111.00382,33.578662],[110.878784,33.634486],[110.782082,33.796272],[110.612083,33.852453],[110.587445,33.887733],[110.671213,33.966192],[110.591757,34.101586],[110.642264,34.161032],[110.43962,34.243196],[110.503677,34.33714],[110.403279,34.433448],[110.360779,34.516825],[110.379257,34.600612]]]},"properties":{"adcode":610000,"name":"陕西省","center":[108.948024,34.263161],"centroid":[108.887114,35.263661],"childrenNum":10,"level":"province","parent":{"adcode":100000},"subFeatureIndex":26,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[106.506231,35.737514],[106.49268,35.732656],[106.440941,35.52641],[106.503767,35.415284],[106.472354,35.310842],[106.319601,35.265411],[106.173008,35.437716],[106.083081,35.421624],[106.073226,35.447468],[106.071378,35.449418],[106.06953,35.458193],[106.071994,35.463555],[106.054132,35.45478],[106.048588,35.488898],[106.047356,35.498155],[105.868734,35.540046],[105.713517,35.650513],[105.667322,35.749657],[105.595873,35.715651],[105.481924,35.727312],[105.371055,35.844312],[105.324859,35.941761],[105.343954,36.033767],[105.515185,36.147415],[105.401236,36.369881],[105.398156,36.430575],[105.22015,36.631105],[105.218302,36.730455],[105.319932,36.742924],[105.334714,36.80093],[105.244787,36.894796],[105.178882,36.892403],[105.165331,36.99476],[104.95468,37.040156],[104.85613,37.211933],[104.776673,37.246718],[104.638087,37.201923],[104.624536,37.298627],[104.713848,37.329566],[104.679971,37.408044],[104.521059,37.43466],[104.287002,37.428007],[104.183524,37.406618],[103.935916,37.572818],[103.683381,37.777919],[103.40744,37.860651],[103.368636,38.08898],[103.53494,38.156776],[103.507838,38.280905],[103.416063,38.404821],[103.85954,38.64454],[104.044322,38.895105],[104.173053,38.94446],[104.207546,39.083495],[104.171205,39.160567],[104.047401,39.297788],[104.089901,39.419947],[103.85338,39.461543],[103.595302,39.386652],[103.344615,39.331588],[103.007696,39.099753],[102.616574,39.171703],[102.45335,39.255167],[102.276576,39.188868],[101.833715,39.08907],[102.075164,38.891378],[101.941505,38.808883],[101.777049,38.66043],[101.331109,38.777164],[101.33542,38.847113],[101.24303,38.860628],[101.198682,38.943064],[101.117378,38.975174],[100.969553,38.946788],[100.961545,39.005874],[100.835278,39.025869],[100.864227,39.106719],[100.842669,39.199999],[100.842053,39.405614],[100.606764,39.387577],[100.498975,39.400527],[100.500823,39.481408],[100.326512,39.509118],[100.314193,39.606935],[100.250135,39.685274],[100.128179,39.702312],[100.040716,39.757083],[99.904593,39.785601],[99.822058,39.860063],[99.533182,39.891753],[99.841152,40.013326],[99.927383,40.063727],[100.007455,40.20008],[100.169447,40.277743],[100.169447,40.541131],[100.242744,40.618855],[100.237201,40.716905],[100.057346,40.908049],[99.673,40.93292],[99.565827,40.846961],[99.174705,40.858278],[99.172858,40.747289],[99.102025,40.676522],[99.041662,40.693767],[98.984996,40.782644],[98.790975,40.705564],[98.689345,40.691952],[98.668403,40.773128],[98.569853,40.746836],[98.627751,40.677884],[98.344419,40.568413],[98.333332,40.918903],[98.25018,40.93925],[97.971776,41.09774],[97.629314,41.440498],[97.613915,41.477276],[97.84674,41.656379],[97.371235,42.457076],[97.172903,42.795257],[96.968411,42.756161],[96.742361,42.75704],[96.386348,42.727592],[96.02356,42.542675],[95.978596,42.436762],[96.06606,42.414674],[96.040806,42.326688],[96.178161,42.21775],[96.077147,42.149457],[96.13874,42.05399],[96.117183,41.985966],[95.998306,41.906289],[95.855408,41.849699],[95.57146,41.796181],[95.247476,41.61344],[95.135991,41.772976],[94.861898,41.668451],[94.750413,41.538227],[94.534219,41.505966],[94.184365,41.268444],[94.01067,41.114875],[93.809874,40.879548],[93.820961,40.793519],[93.760599,40.664721],[93.506216,40.648376],[92.928465,40.572504],[92.906907,40.310609],[92.796654,40.153897],[92.745531,39.868331],[92.639589,39.514196],[92.52564,39.368611],[92.339011,39.236628],[92.366728,39.059335],[92.41046,39.03842],[92.489916,39.099753],[92.866871,39.138754],[92.938936,39.169848],[93.131725,39.108112],[93.198246,39.045857],[93.179152,38.923977],[93.274007,38.896036],[93.453245,38.915596],[93.729186,38.924443],[93.884403,38.826136],[93.773533,38.771099],[93.885018,38.720689],[94.370379,38.7627],[94.511429,38.445142],[94.527443,38.365416],[94.812623,38.385591],[94.973999,38.430142],[95.122441,38.417014],[95.259179,38.302981],[95.315846,38.318947],[95.51849,38.294997],[95.671858,38.388405],[95.83693,38.344298],[95.93856,38.237202],[96.06606,38.173245],[96.264392,38.145952],[96.378341,38.277146],[96.46334,38.277616],[96.665369,38.23015],[96.626564,38.356031],[96.698013,38.422172],[96.706637,38.505582],[96.847071,38.599186],[96.961019,38.558015],[97.055874,38.594508],[97.009063,38.702477],[96.983809,38.869016],[96.940693,38.90768],[96.969643,39.097895],[96.962251,39.198144],[97.220946,39.193042],[97.347213,39.167528],[97.504894,39.076527],[97.679205,39.010524],[97.701379,38.963076],[98.009348,38.85923],[98.091884,38.786495],[98.242173,38.880664],[98.280977,39.027263],[98.383839,39.029588],[98.457752,38.952838],[98.584635,38.93003],[98.743548,39.086747],[98.886446,39.040744],[98.951735,38.987735],[99.107568,38.951907],[99.068764,38.896968],[99.222133,38.788827],[99.361951,38.718354],[99.450646,38.60433],[99.65945,38.449361],[99.826985,38.370109],[100.001912,38.315191],[100.182998,38.222158],[100.093071,38.407166],[100.001296,38.467169],[100.064122,38.518694],[100.24028,38.441861],[100.259374,38.366355],[100.459555,38.2654],[100.619083,38.26587],[100.752126,38.238612],[100.825423,38.158658],[100.913502,38.17889],[100.964009,38.011221],[101.159262,37.86821],[101.362522,37.791162],[101.459224,37.86632],[101.598427,37.827569],[101.815853,37.654357],[101.946432,37.728235],[102.036359,37.685149],[102.035128,37.627819],[102.131214,37.54625],[102.125055,37.48549],[102.19712,37.420403],[102.428097,37.308624],[102.457662,37.248147],[102.599944,37.174748],[102.583314,37.104618],[102.488459,37.078362],[102.450271,36.968467],[102.56114,36.91968],[102.692335,36.775528],[102.601176,36.710307],[102.630741,36.650793],[102.761936,36.568645],[102.753313,36.525855],[102.829689,36.365544],[102.836465,36.344819],[103.024942,36.256556],[102.941174,36.104877],[102.971971,35.995525],[102.914073,35.845282],[102.787189,35.862745],[102.686175,35.771996],[102.707733,35.70496],[102.808747,35.560496],[102.743458,35.494745],[102.531575,35.580455],[102.408387,35.409431],[102.314764,35.434303],[102.287663,35.36552],[102.3123,35.282512],[102.404075,35.179366],[102.310452,35.128967],[102.29567,35.071681],[102.094874,34.986901],[102.048062,34.910868],[101.916867,34.873561],[101.919947,34.621791],[102.001867,34.538519],[102.093026,34.536547],[102.205743,34.407777],[102.149692,34.271885],[102.062229,34.227858],[101.955055,34.109514],[101.897773,34.133791],[101.674187,34.110506],[101.6206,34.178857],[101.417956,34.227858],[101.178356,34.320831],[101.054552,34.322808],[100.986799,34.374689],[100.895024,34.375183],[100.821727,34.317371],[100.764445,34.178857],[100.806329,34.155584],[100.994806,33.891707],[101.153718,33.8445],[101.190675,33.791796],[101.177124,33.685295],[101.385312,33.644949],[101.501724,33.702723],[101.58426,33.674339],[101.622448,33.502343],[101.718535,33.494857],[101.769042,33.538765],[101.884222,33.578163],[101.946432,33.442937],[101.877447,33.314502],[101.769658,33.26898],[101.841723,33.184876],[102.054838,33.189884],[102.117047,33.288492],[102.258098,33.409472],[102.392988,33.404477],[102.461358,33.501345],[102.440416,33.574673],[102.346793,33.605582],[102.342481,33.725622],[102.25317,33.861399],[102.226069,33.963214],[102.315996,33.993983],[102.392372,33.971651],[102.471213,34.072839],[102.615958,34.099604],[102.728675,34.235774],[102.911609,34.312923],[102.973203,34.205588],[103.124108,34.162022],[103.181391,33.900649],[103.153673,33.819147],[103.35447,33.743539],[103.518309,33.807213],[103.545411,33.719649],[103.645809,33.708697],[103.778236,33.658898],[103.861388,33.682307],[104.046169,33.686291],[104.176749,33.5996],[104.155191,33.542755],[104.22048,33.404477],[104.272219,33.391486],[104.378161,33.109214],[104.378161,32.953174],[104.288234,32.942628],[104.294393,32.835586],[104.363994,32.822511],[104.458849,32.748551],[104.582653,32.722374],[104.643015,32.661935],[104.739717,32.635228],[104.845659,32.653873],[104.881999,32.600951],[105.026745,32.650346],[105.111128,32.593893],[105.448663,32.732946],[105.38091,32.876307],[105.49917,32.911986],[105.590329,32.87681],[105.735691,32.905454],[105.917393,32.993841],[105.914929,33.066092],[105.965436,33.204407],[105.752937,33.291994],[105.709822,33.382991],[105.827466,33.379993],[105.842248,33.489866],[105.971596,33.613058],[106.086776,33.617045],[106.187174,33.546746],[106.303587,33.604585],[106.447101,33.613058],[106.456956,33.532779],[106.540108,33.512822],[106.58076,33.576169],[106.534564,33.695254],[106.482825,33.707203],[106.491448,33.834559],[106.41076,33.909093],[106.474202,33.970659],[106.501919,34.105055],[106.585071,34.149641],[106.589383,34.253584],[106.68239,34.256057],[106.717498,34.369255],[106.638042,34.391481],[106.610941,34.454177],[106.455108,34.531617],[106.334384,34.517811],[106.314058,34.578934],[106.419384,34.643458],[106.505615,34.746789],[106.575216,34.769897],[106.484673,34.983959],[106.541956,35.083925],[106.710723,35.100574],[106.901664,35.094698],[107.08275,35.024156],[107.089526,34.976604],[107.252749,34.880925],[107.286626,34.931968],[107.523763,34.909886],[107.564415,34.968757],[107.741805,34.953553],[107.863145,34.999158],[107.769523,35.064333],[107.667277,35.257104],[107.745501,35.311819],[107.867457,35.256127],[108.049159,35.253683],[108.174811,35.304981],[108.239484,35.256127],[108.48894,35.275184],[108.614591,35.328909],[108.618287,35.557088],[108.539447,35.605761],[108.517889,35.699615],[108.527744,35.82442],[108.499411,35.872444],[108.593649,35.950967],[108.652164,35.94806],[108.712526,36.138716],[108.646004,36.254143],[108.651548,36.384818],[108.618903,36.433946],[108.408252,36.45946],[108.340498,36.559032],[108.262274,36.549417],[108.060862,36.592194],[107.907493,36.750118],[107.670356,36.83303],[107.540393,36.828718],[107.478183,36.908196],[107.310032,36.912502],[107.268764,37.099367],[107.181916,37.143269],[106.891193,37.098413],[106.605397,37.127524],[106.666991,37.016745],[106.626955,36.892403],[106.657752,36.820575],[106.627571,36.752995],[106.514238,36.715584],[106.465579,36.583063],[106.39721,36.548455],[106.523477,36.468605],[106.504383,36.266207],[106.559202,36.292259],[106.772933,36.212628],[106.833295,36.229044],[106.957715,36.091337],[106.912751,35.93207],[106.849925,35.887476],[106.927534,35.810346],[106.867171,35.738485],[106.750759,35.689408],[106.506231,35.737514]]],[[[106.047356,35.498155],[106.048588,35.488898],[106.054132,35.45478],[106.071994,35.463555],[106.047356,35.498155]]]]},"properties":{"adcode":620000,"name":"甘肃省","center":[103.823557,36.058039],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":27,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[102.829689,36.365544],[102.753313,36.525855],[102.761936,36.568645],[102.630741,36.650793],[102.601176,36.710307],[102.692335,36.775528],[102.56114,36.91968],[102.450271,36.968467],[102.488459,37.078362],[102.583314,37.104618],[102.599944,37.174748],[102.457662,37.248147],[102.428097,37.308624],[102.19712,37.420403],[102.125055,37.48549],[102.131214,37.54625],[102.035128,37.627819],[102.036359,37.685149],[101.946432,37.728235],[101.815853,37.654357],[101.598427,37.827569],[101.459224,37.86632],[101.362522,37.791162],[101.159262,37.86821],[100.964009,38.011221],[100.913502,38.17889],[100.825423,38.158658],[100.752126,38.238612],[100.619083,38.26587],[100.459555,38.2654],[100.259374,38.366355],[100.24028,38.441861],[100.064122,38.518694],[100.001296,38.467169],[100.093071,38.407166],[100.182998,38.222158],[100.001912,38.315191],[99.826985,38.370109],[99.65945,38.449361],[99.450646,38.60433],[99.361951,38.718354],[99.222133,38.788827],[99.068764,38.896968],[99.107568,38.951907],[98.951735,38.987735],[98.886446,39.040744],[98.743548,39.086747],[98.584635,38.93003],[98.457752,38.952838],[98.383839,39.029588],[98.280977,39.027263],[98.242173,38.880664],[98.091884,38.786495],[98.009348,38.85923],[97.701379,38.963076],[97.679205,39.010524],[97.504894,39.076527],[97.347213,39.167528],[97.220946,39.193042],[96.962251,39.198144],[96.969643,39.097895],[96.940693,38.90768],[96.983809,38.869016],[97.009063,38.702477],[97.055874,38.594508],[96.961019,38.558015],[96.847071,38.599186],[96.706637,38.505582],[96.698013,38.422172],[96.626564,38.356031],[96.665369,38.23015],[96.46334,38.277616],[96.378341,38.277146],[96.264392,38.145952],[96.06606,38.173245],[95.93856,38.237202],[95.83693,38.344298],[95.671858,38.388405],[95.51849,38.294997],[95.315846,38.318947],[95.259179,38.302981],[95.122441,38.417014],[94.973999,38.430142],[94.812623,38.385591],[94.527443,38.365416],[94.511429,38.445142],[94.370379,38.7627],[93.885018,38.720689],[93.773533,38.771099],[93.884403,38.826136],[93.729186,38.924443],[93.453245,38.915596],[93.274007,38.896036],[93.179152,38.923977],[93.198246,39.045857],[93.131725,39.108112],[92.938936,39.169848],[92.866871,39.138754],[92.489916,39.099753],[92.41046,39.03842],[92.173323,38.960749],[91.966368,38.930961],[91.806223,38.872744],[91.446515,38.813546],[91.298689,38.746365],[90.645794,38.635191],[90.427135,38.493873],[90.130868,38.494341],[90.137644,38.340543],[90.280542,38.238142],[90.361846,38.300163],[90.531229,38.319886],[90.516446,38.207111],[90.519526,37.730601],[90.777605,37.648672],[90.882314,37.575664],[90.865684,37.53059],[90.958075,37.477891],[91.099741,37.447965],[91.134849,37.324331],[91.194596,37.273868],[91.1909,37.205737],[91.280211,37.163779],[91.303617,37.012444],[91.181045,37.025345],[90.983944,36.913459],[90.853981,36.915373],[90.732025,36.825844],[90.706156,36.658955],[90.741264,36.585947],[91.035683,36.529703],[91.051698,36.433946],[91.026444,36.323607],[91.07264,36.299012],[91.124994,36.115514],[90.979017,36.106811],[90.922966,36.028927],[90.850285,36.016827],[90.776373,36.086501],[90.659344,36.13485],[90.424055,36.133883],[90.23681,36.160462],[90.028006,36.258486],[89.997825,36.168193],[89.914058,36.079246],[89.711414,36.093272],[89.605472,36.038123],[89.474893,36.022151],[89.428082,35.917531],[89.654747,35.848193],[89.801957,35.848193],[89.747138,35.7516],[89.765616,35.599922],[89.699711,35.544916],[89.739131,35.468429],[89.685544,35.416259],[89.497067,35.361128],[89.46935,35.214577],[89.59069,35.057965],[89.578987,34.895162],[89.707102,34.919701],[89.821051,34.902033],[89.867862,34.81069],[89.72558,34.660689],[89.798877,34.628686],[89.823515,34.455657],[89.799493,34.39642],[89.86663,34.324785],[89.816739,34.16945],[89.655979,34.097126],[89.635037,34.049537],[89.688008,33.959739],[89.795181,33.865374],[89.899891,33.80771],[89.907282,33.741051],[90.008296,33.687785],[89.984275,33.612061],[90.083441,33.525295],[90.107463,33.460913],[90.246665,33.423959],[90.332896,33.310501],[90.405577,33.260473],[90.490577,33.264977],[90.704308,33.135778],[90.803474,33.114227],[91.072024,33.113224],[91.147784,33.07211],[91.226624,33.141792],[91.436044,33.066092],[91.49579,33.109214],[91.583253,33.0375],[91.896766,32.907967],[91.955897,32.8205],[92.145606,32.885857],[92.227526,32.821003],[92.255243,32.720863],[92.355641,32.764657],[92.634662,32.720863],[92.686401,32.76516],[92.866871,32.698203],[93.00053,32.741001],[93.069515,32.626156],[93.239514,32.662439],[93.385492,32.525294],[93.4631,32.556069],[93.516687,32.47583],[93.651577,32.571705],[93.820345,32.549511],[93.861613,32.466237],[93.960163,32.484917],[94.03038,32.448057],[94.176974,32.454117],[94.196684,32.51621],[94.371611,32.524789],[94.395016,32.594397],[94.522516,32.595909],[94.638312,32.645307],[94.737479,32.587338],[94.762116,32.526303],[94.912405,32.41573],[95.081789,32.384907],[95.218527,32.397035],[95.193274,32.332331],[95.096571,32.322217],[95.10581,32.258979],[95.239469,32.287315],[95.31523,32.148585],[95.440265,32.157705],[95.454432,32.061898],[95.360809,31.95939],[95.456896,31.801853],[95.546823,31.73978],[95.634286,31.782523],[95.779648,31.748941],[95.823995,31.68225],[95.89914,31.81711],[95.989067,31.78761],[96.148595,31.686324],[96.220044,31.905553],[96.389428,31.919777],[96.435623,31.796258],[96.56805,31.711783],[96.778701,31.675629],[96.840295,31.720438],[96.760223,31.860325],[96.742977,32.001016],[96.894498,32.013703],[96.935766,32.048203],[97.214786,32.042623],[97.313953,32.130342],[97.264062,32.182527],[97.299786,32.294904],[97.371235,32.273148],[97.424822,32.322723],[97.388481,32.501575],[97.448843,32.586833],[97.50243,32.530844],[97.730944,32.527312],[97.48272,32.654377],[97.386018,32.77925],[97.375547,32.956689],[97.542466,33.035995],[97.487648,33.168346],[97.607756,33.263976],[97.754349,33.409972],[97.552321,33.465906],[97.523372,33.577166],[97.415583,33.605582],[97.435293,33.682307],[97.395257,33.889224],[97.460546,33.887236],[97.660111,33.956264],[97.70261,34.036644],[97.665654,34.126855],[97.8104,34.207568],[97.95453,34.190739],[98.028442,34.122892],[98.206449,34.08424],[98.399854,34.085231],[98.440506,33.981577],[98.407245,33.867362],[98.463295,33.848477],[98.582788,33.731595],[98.648077,33.548741],[98.742316,33.477887],[98.779888,33.370497],[98.759562,33.276985],[98.858728,33.150811],[98.971445,33.098185],[99.196263,33.035493],[99.268944,32.878318],[99.376118,32.899927],[99.558436,32.839106],[99.589233,32.789312],[99.760464,32.769689],[99.791877,32.883344],[99.877492,32.993339],[100.038252,32.929066],[100.123252,32.837095],[100.139266,32.724388],[100.109701,32.640268],[100.229809,32.650346],[100.258759,32.742511],[100.339447,32.719353],[100.399193,32.756101],[100.516837,32.632204],[100.54517,32.569687],[100.657887,32.546484],[100.71209,32.645307],[100.834046,32.648835],[100.93198,32.600447],[101.077342,32.68259],[101.157414,32.661431],[101.22332,32.725898],[101.237486,32.825026],[101.124153,32.909976],[101.169733,33.10019],[101.11553,33.194893],[101.182668,33.26948],[101.487557,33.226938],[101.633535,33.101193],[101.735781,33.279987],[101.64955,33.323004],[101.695745,33.433948],[101.769042,33.45592],[101.769042,33.538765],[101.718535,33.494857],[101.622448,33.502343],[101.58426,33.674339],[101.501724,33.702723],[101.385312,33.644949],[101.177124,33.685295],[101.190675,33.791796],[101.153718,33.8445],[100.994806,33.891707],[100.806329,34.155584],[100.764445,34.178857],[100.821727,34.317371],[100.895024,34.375183],[100.986799,34.374689],[101.054552,34.322808],[101.178356,34.320831],[101.417956,34.227858],[101.6206,34.178857],[101.674187,34.110506],[101.897773,34.133791],[101.955055,34.109514],[102.062229,34.227858],[102.149692,34.271885],[102.205743,34.407777],[102.093026,34.536547],[102.001867,34.538519],[101.919947,34.621791],[101.916867,34.873561],[102.048062,34.910868],[102.094874,34.986901],[102.29567,35.071681],[102.310452,35.128967],[102.404075,35.179366],[102.3123,35.282512],[102.287663,35.36552],[102.314764,35.434303],[102.408387,35.409431],[102.531575,35.580455],[102.743458,35.494745],[102.808747,35.560496],[102.707733,35.70496],[102.686175,35.771996],[102.787189,35.862745],[102.914073,35.845282],[102.971971,35.995525],[102.941174,36.104877],[103.024942,36.256556],[102.836465,36.344819],[102.829689,36.365544]]]},"properties":{"adcode":630000,"name":"青海省","center":[101.778916,36.623178],"centroid":[96.043533,35.726403],"childrenNum":8,"level":"province","parent":{"adcode":100000},"subFeatureIndex":28,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[107.268764,37.099367],[107.334669,37.138975],[107.257677,37.337179],[107.284162,37.481691],[107.345756,37.518725],[107.499125,37.765619],[107.620465,37.776026],[107.65003,37.86443],[107.49235,37.944706],[107.411662,37.948009],[107.33159,38.086625],[107.138801,38.161011],[107.010069,38.120532],[106.779092,38.171833],[106.555506,38.263521],[106.482209,38.319417],[106.599854,38.389812],[106.647897,38.470917],[106.66268,38.601524],[106.709491,38.718821],[106.954019,38.941202],[106.96757,39.054688],[106.859164,39.107648],[106.795723,39.214375],[106.806809,39.318625],[106.751375,39.381564],[106.602318,39.37555],[106.511774,39.272311],[106.402753,39.291767],[106.280181,39.262118],[106.29558,39.167992],[106.251232,39.131327],[106.145907,39.153142],[106.060907,38.96866],[105.97098,38.909077],[105.992538,38.857366],[105.909386,38.791159],[105.821307,38.366824],[105.86627,38.296406],[105.775111,38.186887],[105.780655,38.084741],[105.840401,38.004147],[105.80406,37.862068],[105.760944,37.799674],[105.622358,37.777919],[105.598952,37.699356],[105.315004,37.702197],[105.111128,37.633981],[105.027977,37.580881],[104.805007,37.539133],[104.433595,37.515402],[104.407726,37.464592],[104.287002,37.428007],[104.521059,37.43466],[104.679971,37.408044],[104.713848,37.329566],[104.624536,37.298627],[104.638087,37.201923],[104.776673,37.246718],[104.85613,37.211933],[104.95468,37.040156],[105.165331,36.99476],[105.178882,36.892403],[105.244787,36.894796],[105.334714,36.80093],[105.319932,36.742924],[105.218302,36.730455],[105.22015,36.631105],[105.398156,36.430575],[105.401236,36.369881],[105.515185,36.147415],[105.343954,36.033767],[105.324859,35.941761],[105.371055,35.844312],[105.481924,35.727312],[105.595873,35.715651],[105.667322,35.749657],[105.713517,35.650513],[105.868734,35.540046],[106.047356,35.498155],[106.071994,35.463555],[106.06953,35.458193],[106.071378,35.449418],[106.073226,35.447468],[106.083081,35.421624],[106.173008,35.437716],[106.319601,35.265411],[106.472354,35.310842],[106.503767,35.415284],[106.440941,35.52641],[106.49268,35.732656],[106.506231,35.737514],[106.750759,35.689408],[106.867171,35.738485],[106.927534,35.810346],[106.849925,35.887476],[106.912751,35.93207],[106.957715,36.091337],[106.833295,36.229044],[106.772933,36.212628],[106.559202,36.292259],[106.504383,36.266207],[106.523477,36.468605],[106.39721,36.548455],[106.465579,36.583063],[106.514238,36.715584],[106.627571,36.752995],[106.657752,36.820575],[106.626955,36.892403],[106.666991,37.016745],[106.605397,37.127524],[106.891193,37.098413],[107.181916,37.143269],[107.268764,37.099367]]]},"properties":{"adcode":640000,"name":"宁夏回族自治区","center":[106.278179,38.46637],"centroid":[106.169866,37.291332],"childrenNum":5,"level":"province","parent":{"adcode":100000},"subFeatureIndex":29,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[96.386348,42.727592],[96.363558,42.900562],[95.921314,43.229789],[95.880046,43.28035],[95.857872,43.417436],[95.735916,43.597569],[95.623199,43.855756],[95.527113,44.007466],[95.326932,44.028554],[95.41378,44.298589],[94.998637,44.253169],[94.945666,44.292592],[94.722696,44.34055],[94.606283,44.448311],[94.470777,44.509373],[94.359292,44.515775],[94.329727,44.582734],[94.215162,44.667921],[93.723642,44.865498],[93.716251,44.894334],[93.509296,44.968055],[93.174225,45.015458],[92.932776,45.017573],[92.779407,45.050561],[92.501003,45.001072],[92.315605,45.028994],[92.240461,45.015881],[92.100026,45.081417],[91.561695,45.075501],[91.448978,45.156586],[91.37753,45.11099],[91.242023,45.13717],[91.129922,45.21606],[91.007966,45.218589],[90.831807,45.300313],[90.772677,45.432338],[90.671047,45.487747],[90.714779,45.728895],[90.890937,45.921566],[91.028292,46.023054],[91.021517,46.121038],[90.900177,46.31235],[90.983328,46.374734],[91.079415,46.558989],[91.017821,46.58244],[91.054161,46.717598],[90.942676,46.82581],[90.901408,46.960768],[90.767134,46.992617],[90.56141,47.206903],[90.488113,47.317374],[90.468403,47.497611],[90.398186,47.547724],[90.331665,47.681663],[90.13518,47.723147],[90.07605,47.777469],[90.086521,47.86547],[89.761921,47.835751],[89.651052,47.913627],[89.569132,48.037825],[89.38127,48.046227],[89.231597,47.98017],[89.078228,47.98698],[88.939026,48.115396],[88.824461,48.107005],[88.638447,48.183674],[88.575006,48.277757],[88.605803,48.337863],[88.503557,48.412996],[88.196819,48.493967],[87.973233,48.575997],[88.089645,48.69504],[88.029283,48.750313],[87.826639,48.800795],[87.760118,48.925992],[87.87653,48.949186],[87.867291,49.108892],[87.821096,49.173883],[87.517438,49.145704],[87.511894,49.10184],[87.239033,49.114376],[87.112766,49.15549],[86.887948,49.132001],[86.836209,49.051269],[86.732115,48.994757],[86.757985,48.894919],[86.821426,48.850439],[86.754289,48.78463],[86.780774,48.731369],[86.640956,48.629027],[86.579978,48.538763],[86.416138,48.481671],[86.305269,48.491984],[86.225813,48.432456],[85.916612,48.438015],[85.791576,48.418954],[85.695489,48.335078],[85.678243,48.266205],[85.587084,48.191654],[85.547048,48.008205],[85.617881,47.550552],[85.614801,47.498015],[85.701649,47.384275],[85.682555,47.222757],[85.582772,47.142626],[85.545816,47.057891],[85.325926,47.044842],[85.276651,47.068898],[85.082014,46.939933],[84.934188,46.863878],[84.849189,46.957092],[84.748175,47.009759],[84.506726,46.97302],[84.195061,47.003638],[84.086656,46.965261],[83.932671,46.970161],[83.766367,47.026896],[83.576042,47.059114],[83.370318,47.178436],[83.257602,47.173147],[83.15474,47.236168],[83.02724,47.21544],[82.993364,47.065229],[82.937929,47.014248],[82.876335,46.823762],[82.829524,46.772551],[82.726662,46.494756],[82.518474,46.153798],[82.461808,45.97982],[82.342932,45.935303],[82.340468,45.772742],[82.289961,45.71636],[82.281954,45.53891],[82.546808,45.426038],[82.60101,45.346178],[82.58746,45.224069],[82.487061,45.181058],[82.294272,45.247669],[82.109491,45.211422],[82.052824,45.255674],[81.921013,45.233342],[81.78797,45.3836],[81.582863,45.336503],[81.462754,45.264099],[81.327864,45.260729],[81.111669,45.218168],[80.897938,45.127459],[80.731634,45.156164],[80.599207,45.105921],[80.445839,45.097895],[80.404571,45.049293],[80.144644,45.059017],[79.887798,44.90917],[79.969102,44.877797],[79.999283,44.793768],[80.169898,44.84471],[80.200695,44.756808],[80.313412,44.704938],[80.411962,44.605321],[80.350368,44.484615],[80.413194,44.264741],[80.3941,44.127009],[80.449534,44.078017],[80.457541,43.981203],[80.522215,43.816473],[80.75504,43.494329],[80.761199,43.446554],[80.686055,43.333916],[80.777214,43.308227],[80.804315,43.178314],[80.593048,43.133347],[80.378701,43.031502],[80.487106,42.948766],[80.5912,42.923354],[80.407034,42.834767],[80.280151,42.838278],[80.163738,42.629919],[80.221637,42.533415],[80.206238,42.431462],[80.283847,42.320493],[80.28631,42.233261],[80.168666,42.200462],[80.16805,42.096635],[80.089826,42.047325],[79.923522,42.042436],[79.852689,42.015319],[79.776313,41.89248],[79.640806,41.884907],[79.550879,41.834094],[79.457256,41.847915],[79.326061,41.809565],[79.21704,41.725648],[79.138199,41.722968],[78.957729,41.65146],[78.825302,41.560173],[78.739071,41.555695],[78.650375,41.467411],[78.580774,41.481759],[78.454507,41.412228],[78.163783,41.383497],[78.129291,41.228398],[77.972842,41.173013],[77.905089,41.185174],[77.814546,41.13426],[77.780669,41.022832],[77.476395,40.999349],[77.363062,41.04089],[77.296541,41.004769],[77.169041,41.009285],[77.002122,41.073381],[76.761905,40.954167],[76.731724,40.818887],[76.646725,40.759983],[76.657196,40.620218],[76.556798,40.542495],[76.508754,40.429613],[76.333212,40.343459],[76.283321,40.415034],[75.986438,40.381763],[75.890351,40.30924],[75.739446,40.299199],[75.669845,40.363982],[75.733287,40.474242],[75.646439,40.516567],[75.636584,40.624306],[75.550353,40.64883],[75.355716,40.537947],[75.242383,40.448743],[75.102565,40.44009],[74.819233,40.505647],[74.795211,40.443278],[74.908544,40.338897],[74.700357,40.346195],[74.673255,40.278656],[74.356662,40.089371],[74.26304,40.125074],[74.023439,40.085251],[73.845433,39.831115],[73.841737,39.756163],[73.924273,39.722108],[73.953838,39.600018],[73.868223,39.482794],[73.61076,39.465702],[73.554094,39.350102],[73.580579,39.237555],[73.639709,39.220402],[73.743187,39.029588],[73.820179,39.041674],[73.846665,38.962145],[73.70931,38.893241],[73.769056,38.775765],[73.809092,38.634256],[73.926121,38.536016],[74.090577,38.542102],[74.147859,38.676785],[74.353583,38.655757],[74.639995,38.599653],[74.717603,38.542102],[74.862965,38.484035],[74.868508,38.403883],[74.789668,38.324581],[74.821697,38.10311],[74.911008,37.966884],[74.917167,37.845057],[75.006478,37.770823],[74.891914,37.668097],[74.940573,37.559061],[75.078543,37.511129],[75.153072,37.414223],[75.125971,37.322427],[74.927022,37.277678],[74.816153,37.216699],[74.727458,37.282916],[74.511263,37.240048],[74.465068,37.147085],[74.56793,37.032512],[74.70898,37.084569],[74.739161,37.028212],[74.927638,36.978029],[75.063145,37.006231],[75.244847,36.963207],[75.413614,36.954599],[75.425933,36.778883],[75.724048,36.750597],[75.871257,36.666636],[75.947018,36.590752],[76.035097,36.409386],[75.991365,36.35205],[76.055423,36.252695],[76.016619,36.165294],[75.936547,36.13485],[75.949482,36.070056],[76.028322,36.016827],[76.097307,36.022635],[76.16506,35.908807],[76.160133,35.82442],[76.365857,35.82442],[76.471798,35.886021],[76.59745,35.895718],[76.593754,35.771996],[76.69292,35.747714],[76.769297,35.653917],[76.848753,35.668018],[76.906651,35.615005],[76.99781,35.611113],[77.195527,35.519103],[77.307628,35.540533],[77.396939,35.467942],[77.518895,35.482075],[77.690742,35.448443],[77.816394,35.518616],[77.914944,35.465017],[78.140378,35.494745],[78.013494,35.366008],[78.01719,35.228267],[78.062769,35.114772],[78.237696,34.882398],[78.213059,34.717771],[78.280812,34.623269],[78.542586,34.574499],[78.708274,34.522249],[78.899831,34.354929],[79.039649,34.33467],[79.0107,34.399877],[79.161605,34.441345],[79.241677,34.415183],[79.504683,34.45467],[79.675914,34.451216],[79.801566,34.478847],[79.906892,34.683821],[79.947544,34.821008],[80.034391,34.902033],[80.031311,35.034447],[80.23026,35.147565],[80.267832,35.295701],[80.321419,35.38699],[80.444607,35.417235],[80.514824,35.391869],[80.65649,35.393821],[80.689135,35.339162],[80.844351,35.345508],[81.026053,35.31133],[81.054387,35.402602],[81.219458,35.319144],[81.363588,35.354783],[81.441196,35.333303],[81.513261,35.23511],[81.68634,35.235599],[81.736847,35.26248],[81.927789,35.271275],[82.05344,35.35039],[82.034346,35.451855],[82.328149,35.559523],[82.424852,35.712736],[82.628727,35.692324],[82.731589,35.637868],[82.795031,35.688436],[82.967494,35.667532],[82.998907,35.484512],[83.127022,35.398699],[83.449159,35.382111],[83.54155,35.341603],[83.885244,35.367472],[84.005968,35.422599],[84.095895,35.362592],[84.333032,35.413821],[84.45314,35.473303],[84.448828,35.550272],[84.729081,35.613546],[85.053065,35.752086],[85.146071,35.742371],[85.271107,35.788989],[85.373969,35.700101],[85.612953,35.651486],[85.65299,35.731199],[85.811286,35.778794],[85.949256,35.778794],[86.090306,35.876809],[86.182081,36.064734],[86.187625,36.130983],[86.392733,36.206834],[86.69947,36.24449],[86.746282,36.291777],[86.931064,36.265242],[86.996353,36.308658],[87.149106,36.297565],[87.193454,36.349158],[87.292004,36.358797],[87.386859,36.412757],[87.470626,36.354459],[87.570409,36.342409],[87.731785,36.384818],[87.919646,36.39349],[88.006494,36.430575],[88.134609,36.427205],[88.241782,36.468605],[88.366202,36.458016],[88.470912,36.48208],[88.573158,36.461386],[88.623665,36.389636],[88.802903,36.33807],[88.926091,36.36458],[88.964279,36.318785],[89.292575,36.231457],[89.375727,36.228078],[89.490291,36.151281],[89.711414,36.093272],[89.914058,36.079246],[89.997825,36.168193],[90.028006,36.258486],[90.23681,36.160462],[90.424055,36.133883],[90.659344,36.13485],[90.776373,36.086501],[90.850285,36.016827],[90.922966,36.028927],[90.979017,36.106811],[91.124994,36.115514],[91.07264,36.299012],[91.026444,36.323607],[91.051698,36.433946],[91.035683,36.529703],[90.741264,36.585947],[90.706156,36.658955],[90.732025,36.825844],[90.853981,36.915373],[90.983944,36.913459],[91.181045,37.025345],[91.303617,37.012444],[91.280211,37.163779],[91.1909,37.205737],[91.194596,37.273868],[91.134849,37.324331],[91.099741,37.447965],[90.958075,37.477891],[90.865684,37.53059],[90.882314,37.575664],[90.777605,37.648672],[90.519526,37.730601],[90.516446,38.207111],[90.531229,38.319886],[90.361846,38.300163],[90.280542,38.238142],[90.137644,38.340543],[90.130868,38.494341],[90.427135,38.493873],[90.645794,38.635191],[91.298689,38.746365],[91.446515,38.813546],[91.806223,38.872744],[91.966368,38.930961],[92.173323,38.960749],[92.41046,39.03842],[92.366728,39.059335],[92.339011,39.236628],[92.52564,39.368611],[92.639589,39.514196],[92.745531,39.868331],[92.796654,40.153897],[92.906907,40.310609],[92.928465,40.572504],[93.506216,40.648376],[93.760599,40.664721],[93.820961,40.793519],[93.809874,40.879548],[94.01067,41.114875],[94.184365,41.268444],[94.534219,41.505966],[94.750413,41.538227],[94.861898,41.668451],[95.135991,41.772976],[95.247476,41.61344],[95.57146,41.796181],[95.855408,41.849699],[95.998306,41.906289],[96.117183,41.985966],[96.13874,42.05399],[96.077147,42.149457],[96.178161,42.21775],[96.040806,42.326688],[96.06606,42.414674],[95.978596,42.436762],[96.02356,42.542675],[96.386348,42.727592]]]},"properties":{"adcode":650000,"name":"新疆维吾尔自治区","center":[87.617733,43.792818],"centroid":[85.294711,41.371801],"childrenNum":24,"level":"province","parent":{"adcode":100000},"subFeatureIndex":30,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.443706,22.441432],[120.569973,22.361757],[120.640806,22.241605],[120.651277,22.033171],[120.701784,21.927174],[120.873016,21.897191],[120.86624,21.984345],[120.907508,22.033171],[120.914899,22.302525],[120.981421,22.528248],[121.03316,22.650914],[121.170514,22.723247],[121.324499,22.945526],[121.370695,23.084334],[121.430441,23.137175],[121.415042,23.196047],[121.479716,23.322507],[121.522832,23.538858],[121.621382,23.920718],[121.65957,24.007125],[121.643556,24.097843],[121.809243,24.339083],[121.88562,24.529784],[121.892395,24.617953],[121.841272,24.734329],[121.844968,24.836476],[122.012503,25.001471],[121.947214,25.031841],[121.917033,25.138076],[121.745186,25.161912],[121.62323,25.29455],[121.53515,25.307535],[121.444607,25.27074],[121.371926,25.159746],[121.209318,25.12724],[121.024537,25.040517],[120.914899,24.864715],[120.89211,24.767482],[120.82374,24.688118],[120.68885,24.600542],[120.642654,24.490033],[120.589068,24.43229],[120.278018,23.92783],[120.245989,23.840276],[120.175156,23.807427],[120.102476,23.701162],[120.095084,23.58768],[120.12157,23.504836],[120.108019,23.341191],[120.018708,23.073322],[120.133272,23.000625],[120.20041,22.721039],[120.297112,22.531565],[120.443706,22.441432]]]},"properties":{"adcode":710000,"name":"台湾省","center":[121.509062,25.044332],"centroid":[120.971485,23.749452],"childrenNum":0,"level":"province","parent":{"adcode":100000},"subFeatureIndex":31,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[114.031778,22.503923],[113.918445,22.418199],[113.898119,22.308615],[113.8433,22.229418],[113.935691,22.205041],[114.02993,22.263207],[114.069966,22.326885],[114.203009,22.206703],[114.248588,22.274837],[114.315726,22.299203],[114.315726,22.299756],[114.278153,22.328546],[114.283081,22.386661],[114.322501,22.385554],[114.323733,22.384447],[114.376088,22.436454],[114.232574,22.539857],[114.166052,22.559201],[114.031778,22.503923]]],[[[114.320037,22.381127],[114.323733,22.384447],[114.322501,22.385554],[114.319421,22.382234],[114.320037,22.381127]]]]},"properties":{"adcode":810000,"name":"香港特别行政区","center":[114.173355,22.320048],"centroid":[114.134357,22.377366],"childrenNum":18,"level":"province","parent":{"adcode":100000},"subFeatureIndex":32,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[113.554425,22.107489],[113.575983,22.194513],[113.558736,22.212244],[113.554425,22.107489]]]},"properties":{"adcode":820000,"name":"澳门特别行政区","center":[113.54909,22.198951],"centroid":[113.566988,22.159307],"childrenNum":8,"level":"province","parent":{"adcode":100000},"subFeatureIndex":33,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[122.51865306,23.46078502],[122.79861399,24.57367379],[122.77921829,24.57855302],[122.49925737,23.46566424],[122.51865306,23.46078502]]],[[[121.17202617,20.8054593],[121.90938804,21.68743347],[121.89404403,21.70026162],[121.15668216,20.81828744],[121.17202617,20.8054593]]],[[[119.47366172,18.00707291],[120.02569734,19.02403788],[120.00812005,19.0335793],[119.45608443,18.01661433],[119.47366172,18.00707291]]],[[[119.0726757,15.04098494],[119.0726757,16.04388528],[119.0526757,16.04388528],[119.0526757,15.04105889],[119.0726757,15.04098494]]],[[[118.68646749,11.18959191],[118.52518702,10.91547751],[118.54242469,10.9053354],[118.70476212,11.18147468],[118.87431591,11.606662],[118.98894963,11.98573108],[118.9698053,11.99151854],[118.85557939,11.6136711],[118.68646749,11.18959191]]],[[[115.54466883,7.14672265],[116.2504858,7.979279],[116.23523025,7.99221221],[115.52941328,7.15965587],[115.54466883,7.14672265]]],[[[112.30705249,3.53487257],[111.78690114,3.41687263],[111.79132585,3.39736822],[112.31181658,3.51544515],[112.52281386,3.57910186],[112.85206367,3.73256867],[112.84361424,3.7506962],[112.51501594,3.59753306],[112.30705249,3.53487257]]],[[[108.26055972,6.08912451],[108.25611734,6.22752625],[108.21679964,6.53816468],[108.21876335,6.94964057],[108.1987683,6.95072469],[108.19679674,6.53760583],[108.26055972,6.08912451]]],[[[110.12822847,11.36894451],[110.25901765,11.60499559],[110.30436343,11.7826124],[110.32832827,11.94685414],[110.33227398,12.24038351],[110.312278,12.23998238],[110.3083549,11.94803461],[110.28485499,11.78705054],[110.23982347,11.61066468],[110.12822847,11.36894451]]],[[[109.82951587,15.22896754],[109.7892391,15.45210582],[109.69066131,15.67432448],[109.53166592,15.92306523],[109.30888011,16.20725797],[109.29314007,16.19491896],[109.51574449,15.91095759],[109.67264555,15.66561455],[109.77065019,15.44468789],[109.82951587,15.22896754]]]]},"properties":{"name":"","adchar":"JD","adcode":"100000_JD"}}]')};function fCe(t){const e={world:{geo:cCe,code:"ISO3166-1-Alpha-2"},china:{geo:uCe,code:"adcode"}};return{codeMap:l.computed(()=>{const{geo:o,code:r}=e[t.value];Nd.getMap(t.value)||Nd.registerMap(t.value,o);const{features:a}=o,s=a.map(i=>{const c=i.properties;return[c[r],c.name]}).filter(([i,c])=>i&&c);return Object.fromEntries(s)})}}function dCe(t,e){const n=Z3(),o=l.computed(()=>n.admin),r=l.isRef(t)?t:l.ref(t),a=l.ref(new Ma),s=l.ref(new Kh(r.value));function i(){m.meta_view().then(L=>{L.$validators=r.value.validators||[],r.value.beforeInit&&r.value.beforeInit(L),a.value=L,h()}).catch(L=>{d.value=L.message})}const c=l.ref({}),{model:u}=z$(c,!0),f=l.ref({db:r.value.db||"orm",entity:r.value.entity,code:r.value.code||"default",auth:r.value.auth,broadcast:r.value.broadcast,batch:!0,done:h});l.watch(()=>({db:r.value.db,entity:r.value.entity,code:r.value.code,auth:r.value.auth}),L=>{const{db:P,entity:D,code:R,auth:ee}=L;Object.assign(f.value,{db:P||"orm",entity:D,code:R||"default",auth:ee})},{deep:!0});const d=l.ref();function h(L){new Promise((P,D)=>{m.search(s.value,k.value).then(R=>{const ee=r.value.beforeLoad;ee?ee(R,$,a.value).then(Se=>Se?P(R):h(L)):P(R)})}).then(P=>{P.view=a.value,c.value=P,L?.method==="save_many"&&L.keys&&e&&e(L.keys)}).catch(P=>d.value=P.message)}const{manager:m,loading:g,payload:v}=en(f),y=l.ref({includes:r.value.includes,excludes:r.value.excludes,modes:a.value.$modes});l.watch(()=>({includes:r.value.includes,excludes:r.value.excludes}),(L,P)=>{const{includes:D,excludes:R}=L;y.value.includes=D,y.value.excludes=R},{deep:!0});const{core:b,finder:w,finders:C,conditions:k}=O$(y),{toText:x}=hc(),{copy:M}=H6(),{write:z}=mc(),$={order:L=>s.value.orders=L||{sort:-1},delete_one:L=>m.delete_one(L).then(()=>!0),save_one:L=>{const P={...L,...b.value};return m.save_one(P)},insert_one:L=>{const P={...L,...b.value};return m.insert_one(P)},save_many:L=>{u.value.total+L.length>200&&(s.value.size=10);const P=L.map(D=>({...D,...b.value}));m.save_many(P)},values:L=>m.values([new hn({id__in:L})],["id",a.value.property.label]),delete_many:L=>L?.length?m.delete_many([new hn({id__in:L})]):m.delete_many(k.value),download:()=>{m.find(...k.value).then(L=>{const P=a.value.toAoa(L,o.value),D={confirmButtonText:"复制到剪切板",cancelButtonText:"下载为文件"},R=r.value.title||a.value.$meta_name;Un.info("请选择数据下载方式:",D).then(()=>M(x(P))).then(()=>F2.success("数据已存至剪切板")).catch(()=>z(R||$s(),{data:P,name:R}))})},find:L=>m.find(new hn({id__in:L})),lookup:(L,P)=>{delete w.value.includes[L],delete w.value.excludes[L],P&&(w.value[P.type][L]=P)}};return l.watch(()=>({db:f.value.db,entity:f.value.entity,code:f.value.code,auth:f.value.auth,type:r.value.type}),(L,P)=>{const D=U1.pick(L,["db","entity"]),R=U1.pick(P,["db","entity"]);P?.entity!=null&&!U1.isEqual(D,R)&&(y.value.includes={},y.value.excludes={}),i()},{deep:!0,immediate:!0}),l.watch(()=>({conditions:k.value,type:s.value.type,orders:s.value.orders,page:s.value.page,size:s.value.size,root:s.value.root}),(L,P)=>{U1.isEqual(L,P)||(!U1.isEqual(L.conditions,P.conditions)&&L.page!=1?s.value.page=1:h())},{deep:!0}),l.onUnmounted(h),{rest:$,manager:m,loading:g,payload:v,admin:o,view:a,search:s,core:b,finder:w,finders:C,model:u,init:i,reload:h,$dao:f,error:d,conditions:k,config:r,$condition:y}}const pCe=l.defineComponent({__name:"FieldMapping",props:{view:{},mapping:{},useKey:{type:Boolean},fields:{}},setup(t){const e=l.ref();return(n,o)=>{const r=l.resolveComponent("el-button"),a=l.resolveComponent("el-divider"),s=l.resolveComponent("el-card"),i=l.resolveComponent("m-dialog");return l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createVNode(r,{type:"info",plain:"",onClick:o[0]||(o[0]=c=>e.value?.open())},{default:l.withCtx(()=>o[1]||(o[1]=[l.createTextVNode("外键对照表")])),_:1,__:[1]}),l.createVNode(i,{ref_key:"dialog",ref:e},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(Object.keys(n.mapping),c=>(l.openBlock(),l.createBlock(s,null,{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(n.fields.find(u=>u.prop===c))+" ",1),l.createVNode(a),l.createTextVNode(" "+l.toDisplayString(n.mapping[c]),1)]),_:2},1024))),256))]),_:1},512)],64)}}});function hCe(t,e){return[...Object.values(t.includes),...Object.values(t.excludes)].map(o=>mCe(o,e)).reduce((o,r)=>o&&r,!0)}function mCe(t,e){let{type:n,prop:o,lookup:r,value:a,affix:s}=t,i=e[o],c=!1;if(r==="isnull")a?c=i==null:c=i!=null;else if(i===null)c=!1;else if(r==="contains"){const[u,f]=s?[i.toLowerCase(),a.toLowerCase()]:[i,a];c=u.includes(f)}else if(r==="exact"){const[u,f]=s?[i.toLowerCase(),a.toLowerCase()]:[i,a];c=u===f}else if(r==="startswith"){const[u,f]=s?[i.toLowerCase(),a.toLowerCase()]:[i,a];c=u.startsWith(f)}else if(r==="endswith"){const[u,f]=s?[i.toLowerCase(),a.toLowerCase()]:[i,a];c=u.endsWith(f)}else if(r==="gt")c=s?i>=a:i>a;else if(r==="lt")c=s?i<=a:i<a;else if(r==="in")c=a.includes(i);else if(r==="range"){const{from:u,to:f}=a;c=i>=u&&i<=f}else c=!1;return n==="includes"?c:!c}function gCe(t){const e=l.isRef(t)?t:l.ref(t),n=l.computed(()=>yCe(e.value)),o=l.computed(()=>({results:e.value.options,view:n.value})),{model:r,manager:a}=Nxe(o),{toText:s}=hc(),{copy:i}=H6(),{write:c}=mc(),u={delete_one:y=>a.delete_one(y),save_many:y=>{r.value.total+y.length>200&&(g.value.size=10),a.save_many(y)},values:y=>new Promise(b=>b(a.values(y))),order:y=>g.value.orders=y||Object.fromEntries([[n.value.property.sort,-1]]),save_one:y=>new Promise(b=>b({})),insert_one:y=>new Promise(b=>b({})),delete_many:y=>{if(y.length)a.delete_many(y);else if(d.value==="-")a.clear();else{const b=n.value.property.value,w=h.value.map(C=>C[b]);a.delete_many(w)}},download:()=>{const y=n.value.toAoa(r.value.options,e.value.admin),b={confirmButtonText:"复制到剪切板",cancelButtonText:"下载为文件"},w=e.value.title;Un.info("请选择数据下载方式:",b).then(()=>i(s(y))).then(()=>F2.success("数据已存至剪切板")).catch(()=>c(w||$s(),{data:y,name:w}))},find:y=>new Promise(b=>b(y.map(w=>a.find_one(w)))),lookup:(y,b)=>{delete v.value.includes[y],delete v.value.excludes[y],b&&(v.value[b.type][y]=b)}},f=l.computed(()=>r.value.options.filter(y=>!y.$valid).length),d=l.ref("-");l.watch(f,()=>{f.value===0&&(d.value="-")});const h=l.computed(()=>r.value.options.filter(y=>{const b=d.value==="-"?!0:y.$valid===d.value,w=hCe(v.value,y);return b&&w})),m=l.computed(()=>{const{page:y,size:b}=g.value;if(b){const w=(y-1)*b;return h.value.slice(w,w+b)}else return r.value.options}),g=l.ref(new Kh({...e.value,orders:vCe(n.value.property)}));l.watch(()=>g.value.orders,()=>{a.order(g.value.orders)},{deep:!0});const{finder:v}=E$({});return{view:n,model:r,results:m,search:g,rest:u,finder:v,invalid:d,errors:f,options:h,manager:a}}function vCe(t){const e=t.sort;return Object.fromEntries([[e,-1]])}function yCe(t){const e=t.fields||[],n=t.title,o=new uc(t.property),r=U1.keyBy(e,"prop"),a=U1.mapValues(r,(s,i)=>{let c=h$.includes(s.domain||"")?s.domain:"CharField",{tool:u,width:f,align:d}=Wwe[c];const{set:h,multiple:m,not_null:g}=s,v=new d$({set:h,multiple:m});U1.isEmpty(h)||(u="set",c="CharField",v.set=h);const y=s.label;return{id:$s(),prop:i,label:y,domain:c,tool:u,not_null:g,align:d,column_width:f,allow_edit:!0,allow_order:!0,allow_search:!0,allow_download:!0,allow_upload:!0,allow_update:!0,edit_on_table:!0,format:v}});return new Ma({$modes:r,$fields:a,$validators:t.validators,property:o,$db:"plain",enable:t.admin,show_header:!0,allow_search:!0,allow_order:!0,allow_insert:!0,allow_edit:!0,allow_edit_on_form:!0,allow_edit_on_cell:!0,allow_edit_on_sort:!0,allow_remove:!0,allow_download:!0,allow_upload:!1,$meta_name:n})}const bCe=l.defineComponent({__name:"PUpload",props:{view:{}},emits:["complete"],setup(t,{emit:e}){const n=e,o=t,{readFile:r,write:a,toPlain:s}=mc(),{fromText:i,toText:c}=hc(),{pending:u,openPaster:f,getClipboardData:d}=T$(),{copy:h}=H6(),m=l.ref(!0);function g(M){M.raw&&r(M.raw).then(z=>{const $=Object.values(z)[0],{data:L}=s($,m.value);y(L)})}function v(){f().then(M=>{const z=i(M);y(z)})}function y(M){const z=Object.keys(b.value),$=M.map((L,P)=>{const D=z.map((R,ee)=>{let Se=L[ee];return Se=Se!==""?Se:null,[R,Se]}).filter(R=>R[1]!=null);return Object.fromEntries(D)});n("complete",$)}const b=l.computed(()=>{const M=Object.values(o.view.$fields).map(z=>[z.prop,z.label]);return Object.fromEntries(M)});function w(){const M=Object.values(b.value),z=c([M]);h(z).then(()=>F2.info("表头已复制,请即使将其粘贴到Excel文件中。"))}function C(){const z={data:[Object.values(b.value)]};a(`${o.view.$meta_name||""}上传模板`,z)}const k=l.ref(!0),x=[{value:!0,label:"剪切板上传"},{value:!1,label:"文件上传"}];return(M,z)=>{const $=l.resolveComponent("el-segmented"),L=l.resolveComponent("el-col"),P=l.resolveComponent("el-button"),D=l.resolveComponent("el-divider"),R=l.resolveComponent("el-space"),ee=l.resolveComponent("el-upload"),Se=l.resolveComponent("el-text"),W=l.resolveComponent("el-row"),Q=l.resolveDirective("loading");return l.withDirectives((l.openBlock(),l.createBlock(W,{align:"middle","element-loading-text":"请在Excel文件中复制数据,并使用 Ctrl+V 组合键粘贴到此处","element-loading-spinner":"-"},{default:l.withCtx(()=>[l.createVNode(L,{style:{"border-bottom":"1px solid #cccccc",padding:"5px",background:"#edebf0"}},{default:l.withCtx(()=>[l.createVNode($,{block:"",modelValue:k.value,"onUpdate:modelValue":z[0]||(z[0]=ge=>k.value=ge),options:x},null,8,["modelValue"])]),_:1}),l.createVNode(L,{style:{padding:"20px","border-bottom":"1px solid #cccccc"}},{default:l.withCtx(()=>[k.value?(l.openBlock(),l.createBlock(R,{key:0},{default:l.withCtx(()=>[l.createVNode(P,{onClick:v,type:"info",plain:""},{default:l.withCtx(()=>z[1]||(z[1]=[l.createTextVNode("开启剪切板")])),_:1,__:[1]}),l.createVNode(D,{direction:"vertical"}),l.createVNode(Jt,{icon:"info-circle"},{default:l.withCtx(()=>z[2]||(z[2]=[l.createTextVNode("通过复制、粘贴的方式快速上传数据。")])),_:1,__:[2]})]),_:1})):(l.openBlock(),l.createBlock(R,{key:1},{default:l.withCtx(()=>[l.createVNode(ee,{disabled:l.unref(u),ref:"upload",limit:1,"show-file-list":!1,accept:".xls,.xlsx","on-change":g,"auto-upload":!1},{trigger:l.withCtx(()=>[l.createVNode(P,{loading:l.unref(u),type:"info",plain:"","auto-insert-space":""},{default:l.withCtx(()=>z[3]||(z[3]=[l.createTextVNode(" 选择Excel文件 ")])),_:1,__:[3]},8,["loading"])]),_:1},8,["disabled"]),l.createVNode(D,{direction:"vertical"}),l.createVNode(Jt,{icon:"info-circle"},{default:l.withCtx(()=>z[4]||(z[4]=[l.createTextVNode("请务必使用模板上传数据")])),_:1,__:[4]})]),_:1}))]),_:1}),l.createVNode(L,{style:{padding:"10px 3px 3px"}},{default:l.withCtx(()=>[l.createVNode(Jt,{icon:"info-circle"}),l.createVNode(Se,{type:"info",size:"small"},{default:l.withCtx(()=>z[5]||(z[5]=[l.createTextVNode(" 您可以通过 ")])),_:1,__:[5]}),l.createVNode(Gt,{icon:"clipboard",type:"primary",onClick:w},{default:l.withCtx(()=>z[6]||(z[6]=[l.createTextVNode("复制表头 ")])),_:1,__:[6]}),l.createVNode(Se,{type:"info",size:"small"},{default:l.withCtx(()=>z[7]||(z[7]=[l.createTextVNode(" 或 ")])),_:1,__:[7]}),l.createVNode(Gt,{icon:"file-excel",type:"primary",onClick:C},{default:l.withCtx(()=>z[8]||(z[8]=[l.createTextVNode("复制表头 ")])),_:1,__:[8]}),l.createVNode(Se,{type:"info",size:"small"},{default:l.withCtx(()=>z[9]||(z[9]=[l.createTextVNode(" 两种方式获取模板。 ")])),_:1,__:[9]})]),_:1})]),_:1})),[[Q,l.unref(u)]])}}}),wCe=l.defineComponent({__name:"MTableControl",props:{admin:{type:Boolean},view:{},selection:{}},emits:["insert","edit","remove","clone","upload","download","reload"],setup(t){const e=t;return l.computed(()=>e.admin&&!e.view.lock),(n,o)=>{const r=l.resolveComponent("el-divider");return l.openBlock(),l.createElementBlock(l.Fragment,null,[n.view.allow_insert?(l.openBlock(),l.createBlock(Gt,{key:0,title:"新增数据",icon:"plus",onClick:o[0]||(o[0]=a=>n.$emit("insert"))})):l.createCommentVNode("",!0),n.view.allow_edit?(l.openBlock(),l.createBlock(Gt,{key:1,disabled:!n.selection.length,title:"编辑数据",icon:"edit",onClick:o[1]||(o[1]=a=>n.$emit("edit"))},null,8,["disabled"])):l.createCommentVNode("",!0),n.view.allow_remove?(l.openBlock(),l.createBlock(Gt,{key:2,title:"删除数据",icon:"trash",onClick:o[2]||(o[2]=a=>n.$emit("remove"))})):l.createCommentVNode("",!0),n.view.allow_upload||n.view.allow_download?(l.openBlock(),l.createBlock(r,{key:3,direction:"vertical"})):l.createCommentVNode("",!0),n.view.allow_upload?(l.openBlock(),l.createElementBlock(l.Fragment,{key:4},[n.selection.length?(l.openBlock(),l.createBlock(Gt,{key:1,title:"克隆数据",icon:"clone",onClick:o[4]||(o[4]=a=>n.$emit("clone"))})):(l.openBlock(),l.createBlock(Gt,{key:0,title:"上传数据",icon:"upload",onClick:o[3]||(o[3]=a=>n.$emit("upload"))}))],64)):l.createCommentVNode("",!0),n.view.allow_download?(l.openBlock(),l.createBlock(Gt,{key:5,title:"下载数据",icon:"download",onClick:o[5]||(o[5]=a=>n.$emit("download"))})):l.createCommentVNode("",!0)],64)}}});/**!
583
+ `;function o(i){return i.split(n).filter(c=>!!c.trim()).map(c=>c.split(e))}function r(i){return i.map(c=>c.join(e)).join(n)}function a(i,c){const u=i.map((f,d)=>[f,c[d]]);return Object.fromEntries(u)}function s(i,c){if(c){const u=i[0]||[],f=[],d=[];u.forEach(m=>{f.push(m),d.push({prop:m,domain:"CharField"})});const h=i.slice(1).map(m=>a(f,m));return{columns:d,data:h}}else{const u=i[0]||[],f=U1.range(u.length).map(m=>`C${m}`),d=f.map(m=>({prop:m,domain:"CharField"})),h=i.map(m=>a(f,m));return{columns:d,data:h}}}return{fromText:o,toText:r,toPlain:s}}function mc(){function t(c){return new Promise(u=>{fetch(c).then(f=>f.arrayBuffer()).then(f=>{const d=s(f);u(d)})})}function e(c){return new Promise(u=>{const f=new FileReader;f.onload=d=>{const h=d.target?.result,m=s(h);u(m)},f.readAsArrayBuffer(c)})}async function n(c,...u){const{utils:f,writeFile:d}=await import("xlsx"),h=f.book_new();u.forEach((m,g)=>{const v=m.headers?[m.headers,...m.data]:m.data,y=f.aoa_to_sheet(v);y["!merges"]=m.merges||[];const b=m.name||`Sheet${g+1}`;f.book_append_sheet(h,y,b)}),d(h,c+".xlsx")}const o={s:"CharField",n:"FloatField",b:"BooleanField",d:"DateField"};function r(c){const u=[...new Set(c)],f=u.length===1?u[0]:"s";return o[f]}function a(c){const u={};return Object.keys(c).forEach(f=>{const d=f.match(/^([A-Za-z]+)(\d+)$/);if(!d)return;const h=d[1],{t:m}=c[f],g=u[h]||[];g.push(m),u[h]=g}),Object.entries(u).map(f=>{const d=f[0],h=f[1],m=r(h);h.splice(0,1);const g=r(h);return{key:d,domain:m,$domain:g}})}async function s(c){const{utils:u,read:f}=await import("xlsx"),d=f(c,{type:"binary",cellDates:!0}),h={};return d.SheetNames.forEach(m=>{const g=d.Sheets[m],v=a(g),y=v.map(w=>w.key),b=u.sheet_to_json(g,{header:y,raw:!0});h[m]={columns:v,data:b}}),h}function i(c,u){if(!c)return{columns:[],data:[]};const{columns:f,data:d}=c;if(u){const h=d[0]||{},m=Object.fromEntries(f.map(g=>[g.key,h[g.key]]));return{columns:f.map(g=>({prop:m[g.key],domain:g.$domain})),data:d.slice(1).map(g=>{const v=Object.entries(g).map(([y,b])=>[m[y],b]);return Object.fromEntries(v)})}}else return{columns:f.map(h=>({prop:h.key,domain:h.domain})),data:d}}return{readFile:e,write:n,readURL:t,toPlain:i}}function T$(){const t=l.ref(!1);function e(){return t.value=!0,new Promise(o=>{document.addEventListener("paste",r=>{const a=r.clipboardData?.getData("text/plain")||"";o(a),t.value=!1},{once:!0})})}function n(){const o=navigator.clipboard;return new Promise(r=>{o?navigator.clipboard.readText().then(a=>r(a)):r("浏览器不支持剪切板")})}return{openPaster:e,pending:t,getClipboardData:n}}/*! js-cookie v3.0.5 | MIT */function D7(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)t[o]=n[o]}return t}var lCe={read:function(t){return t[0]==='"'&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}};function Qh(t,e){function n(r,a,s){if(!(typeof document>"u")){s=D7({},e,s),typeof s.expires=="number"&&(s.expires=new Date(Date.now()+s.expires*864e5)),s.expires&&(s.expires=s.expires.toUTCString()),r=encodeURIComponent(r).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var i="";for(var c in s)s[c]&&(i+="; "+c,s[c]!==!0&&(i+="="+s[c].split(";")[0]));return document.cookie=r+"="+t.write(a,r)+i}}function o(r){if(!(typeof document>"u"||arguments.length&&!r)){for(var a=document.cookie?document.cookie.split("; "):[],s={},i=0;i<a.length;i++){var c=a[i].split("="),u=c.slice(1).join("=");try{var f=decodeURIComponent(c[0]);if(s[f]=t.read(u,f),r===f)break}catch{}}return r?s[r]:s}}return Object.create({set:n,get:o,remove:function(r,a){n(r,"",D7({},a,{expires:-1}))},withAttributes:function(r){return Qh(this.converter,D7({},this.attributes,r))},withConverter:function(r){return Qh(D7({},this.converter,r),this.attributes)}},{attributes:{value:Object.freeze(e)},converter:{value:Object.freeze(t)}})}var V7=Qh(lCe,{path:"/"});function Zh(){function t(r){const a=em(r),s=tm(a),i=r.substring(r.indexOf(".")+1);return a===r?s:U1.get(s,i)}function e(r,a){const s=em(r);if(a==null)o(s);else if(s===r)V7.set(s,JSON.stringify(a));else{const i=tm(s)||{},c=r.substring(r.indexOf(".")+1),u=U1.set(i,c,a);V7.set(s,JSON.stringify(u))}}function n(r,a){return t(r)==null&&e(r,a),t(r)}function o(r){const a=em(r);if(a===r)V7.remove(a);else{const s=tm(a),i=r.substring(r.indexOf(".")+1);U1.unset(s,i),e(a,s)}}return{get:t,set:e,remove:o,load:n}}function em(t){let n=t.split(".")[0],o=n.indexOf("[");return o===-1?n:n.substring(0,o)}function tm(t){const e=V7.get(t);try{return JSON.parse(e)}catch{return e}}function iCe(t,e){const n=[{label:"删除",type:"danger",icon:"remove",handler(r){t.value?.delete_one(r.id)}},{label:"编辑",type:"warning",icon:"edit",handler(r){t.value?.edit(r)}}];function o(){t.value?.open()}return{buttons:n,insert:o}}function P$(){const{height:t}=Bge();return{frame:l.computed(()=>{const n={header:60,body:100,footer:25,neck:35};return n.body=t.value-n.header-n.footer-n.neck,n})}}const cCe={type:"FeatureCollection",features:JSON.parse('[{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[124.450531,-9.18019],[124.03004,-9.341974],[125.061615,-9.485772],[124.919507,-8.962016],[124.450531,-9.18019]]],[[[117.567149,4.159654],[115.878849,4.352139],[114.500638,1.436037],[112.180057,1.449034],[110.553903,0.85137],[109.645274,2.083238],[108.855479,0.832221],[109.273204,-0.853611],[110.068533,-1.43255],[110.263194,-3.002862],[112.618012,-3.423761],[113.182628,-3.077081],[114.611095,-3.683852],[115.967947,-3.608819],[116.32488,-1.703871],[117.595958,-0.422621],[118.063487,2.366929],[117.352712,3.182807],[117.567149,4.159654]]],[[[140.974457,-2.600518],[137.794444,-1.484145],[136.403819,-2.219659],[135.47047,-3.363051],[134.19337,-2.379083],[133.977224,-0.72324],[132.709158,-0.36004],[131.243012,-0.819431],[131.20574,-1.523614],[132.325694,-2.946547],[135.185557,-4.448907],[137.706309,-5.221938],[139.093028,-7.559991],[140.97698,-9.106134],[140.974457,-2.600518]]],[[[109.906016,-7.83766],[110.476736,-8.111912],[114.197032,-8.645603],[112.582774,-6.989923],[110.730479,-6.456964],[110.355724,-6.972914],[108.605479,-6.761651],[108.216364,-6.237965],[106.495372,-6.034845],[106.522662,-7.410957],[109.906016,-7.83766]]],[[[119.846528,-0.874607],[118.757335,-2.775811],[120.323253,-5.509535],[120.446544,-3.728692],[122.107758,-4.519952],[122.675059,-4.122735],[121.692149,-1.908136],[119.846528,-0.874607]]],[[[100.947276,1.825385],[99.750743,3.180487],[98.305675,4.080308],[97.496837,5.251899],[95.42628,4.827338],[98.535167,1.936469],[99.089854,0.622016],[100.301443,-0.816339],[101.104828,-2.587091],[102.312511,-3.991469],[104.297699,-5.643324],[105.782563,-5.828546],[106.063162,-3.266697],[104.883311,-2.284926],[103.711192,0.311469],[100.947276,1.825385]]]]},"properties":{"name":"Indonesia","ISO3166-1-Alpha-3":"IDN","ISO3166-1-Alpha-2":"ID"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[102.07309,6.257514],[100.127289,6.442288],[100.720714,3.868069],[101.283051,2.9112],[103.367361,1.538398],[103.448578,4.795071],[102.07309,6.257514]]],[[[115.146169,4.908515],[115.029778,4.820642],[114.9817,4.889065],[114.586628,4.021435],[113.99879,4.601142],[112.974376,3.144232],[111.440278,2.680121],[110.967947,1.503241],[109.645274,2.083238],[110.553903,0.85137],[112.180057,1.449034],[114.500638,1.436037],[115.878849,4.352139],[117.567149,4.159654],[119.155935,5.106187],[116.973806,6.708075],[115.146169,4.908515]]]]},"properties":{"name":"Malaysia","ISO3166-1-Alpha-3":"MYS","ISO3166-1-Alpha-2":"MY"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-69.510089,-17.506588],[-70.394703,-18.337746],[-70.058695,-21.433377],[-70.562245,-23.059828],[-70.444814,-25.344903],[-71.521962,-28.940118],[-71.71345,-30.614923],[-71.412465,-32.369561],[-72.23058,-35.116143],[-73.671783,-37.362563],[-73.241567,-39.489516],[-73.946904,-40.972841],[-72.863596,-41.905938],[-73.27774,-44.11004],[-72.727651,-44.758559],[-74.266835,-46.781671],[-74.256418,-50.939386],[-73.530914,-52.456964],[-70.812123,-52.821384],[-68.44861,-52.346617],[-71.917699,-51.990055],[-72.302843,-50.648897],[-73.465098,-49.759959],[-73.457863,-49.307687],[-73.098247,-49.272754],[-71.311534,-45.299456],[-72.148537,-42.998718],[-71.955577,-40.720356],[-70.873835,-38.691436],[-71.145343,-36.68825],[-70.380325,-36.046016],[-69.787674,-33.379408],[-70.591371,-31.549598],[-70.042619,-29.363064],[-68.419876,-26.179279],[-68.572373,-24.769856],[-67.362369,-24.030367],[-67.193904,-22.822223],[-67.876343,-22.833592],[-69.510089,-17.506588]]],[[[-68.627617,-52.639572],[-70.473541,-53.309259],[-68.641882,-54.782971],[-68.627617,-52.639572]]]]},"properties":{"name":"Chile","ISO3166-1-Alpha-3":"CHL","ISO3166-1-Alpha-2":"CL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.510089,-17.506588],[-67.876343,-22.833592],[-67.193904,-22.822223],[-65.744613,-22.11405],[-62.650357,-22.234456],[-61.761213,-19.657765],[-59.089541,-19.286729],[-58.158797,-20.165125],[-57.551082,-18.183643],[-58.464721,-16.33125],[-60.129839,-16.273062],[-60.465271,-13.816572],[-61.847977,-13.530801],[-65.353009,-11.390621],[-65.304381,-9.825652],[-66.631871,-9.904304],[-68.61573,-11.112499],[-69.577635,-10.952302],[-68.684252,-12.502492],[-69.390669,-14.964408],[-69.001727,-16.422821],[-69.510089,-17.506588]]]},"properties":{"name":"Bolivia","ISO3166-1-Alpha-3":"BOL","ISO3166-1-Alpha-2":"BO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.510089,-17.506588],[-69.001727,-16.422821],[-69.390669,-14.964408],[-68.684252,-12.502492],[-69.577635,-10.952302],[-70.641342,-11.0108],[-70.680849,-9.527686],[-72.195666,-10.00559],[-73.526541,-8.372408],[-73.765493,-6.904177],[-72.917948,-5.132089],[-70.832235,-4.179434],[-69.96495,-4.236484],[-70.050629,-2.71513],[-70.874196,-2.229579],[-72.943269,-2.419024],[-73.63656,-1.255168],[-75.283488,-0.107021],[-75.560034,-1.502595],[-76.684591,-2.57364],[-78.362938,-3.488727],[-79.009281,-4.96011],[-80.079655,-4.309038],[-80.340729,-3.393498],[-81.252797,-4.238702],[-81.101457,-6.072068],[-79.96468,-6.787355],[-78.98574,-8.217421],[-77.174916,-12.071873],[-76.221102,-13.357556],[-76.282056,-14.140924],[-75.160797,-15.393324],[-71.514516,-17.284601],[-70.394703,-18.337746],[-69.510089,-17.506588]]]},"properties":{"name":"Peru","ISO3166-1-Alpha-3":"PER","ISO3166-1-Alpha-2":"PE"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-67.193904,-22.822223],[-67.362369,-24.030367],[-68.572373,-24.769856],[-68.419876,-26.179279],[-70.042619,-29.363064],[-70.591371,-31.549598],[-69.787674,-33.379408],[-70.380325,-36.046016],[-71.145343,-36.68825],[-70.873835,-38.691436],[-71.955577,-40.720356],[-72.148537,-42.998718],[-71.311534,-45.299456],[-73.098247,-49.272754],[-73.465098,-49.759959],[-72.302843,-50.648897],[-71.917699,-51.990055],[-68.44861,-52.346617],[-69.167778,-50.978225],[-67.556549,-49.015817],[-65.847068,-47.944417],[-67.622467,-46.163751],[-65.216885,-44.36641],[-64.513051,-42.936293],[-65.069569,-41.985772],[-62.337799,-40.872735],[-62.026723,-38.937595],[-59.063222,-38.69378],[-57.593577,-38.152765],[-56.664866,-36.851007],[-57.144909,-35.4842],[-58.154872,-34.7504],[-58.549387,-33.683038],[-58.200124,-32.447201],[-57.642466,-30.193092],[-57.611698,-30.182963],[-55.772534,-28.231971],[-53.819217,-27.139738],[-54.600203,-25.574945],[-54.706475,-26.441796],[-56.124554,-27.298901],[-58.653289,-27.156274],[-57.556921,-25.45984],[-60.033669,-24.007009],[-61.006349,-23.805471],[-62.650357,-22.234456],[-65.744613,-22.11405],[-67.193904,-22.822223]]],[[[-68.641882,-54.782971],[-66.482213,-54.4658],[-68.627617,-52.639572],[-68.641882,-54.782971]]]]},"properties":{"name":"Argentina","ISO3166-1-Alpha-3":"ARG","ISO3166-1-Alpha-2":"AR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[33.701508,34.972886],[33.891841,34.958139],[33.898116,35.061272],[33.906505,35.069105],[33.679435,35.033899],[33.702935,34.987943],[33.701508,34.972886]]]},"properties":{"name":"Dhekelia Sovereign Base Area","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[33.702935,34.987943],[32.691549,35.183705],[32.659813,35.187082],[32.584809,35.172512],[32.760671,34.653225],[32.832294,34.700948],[33.015635,34.634425],[33.701508,34.972886],[33.702935,34.987943]]],[[[33.898116,35.061272],[33.891841,34.958139],[34.021961,35.057009],[33.898116,35.061272]]]]},"properties":{"name":"Cyprus","ISO3166-1-Alpha-3":"CYP","ISO3166-1-Alpha-2":"CY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[77.800346,35.495406],[77.048971,35.110442],[75.777111,34.503812],[74.285832,34.768887],[74.002335,33.177692],[75.023668,32.466262],[74.329757,30.899614],[71.860864,27.950207],[70.341939,28.01147],[69.465093,26.80777],[71.063858,24.682577],[68.183035,23.842108],[68.994151,22.203925],[70.982432,20.71015],[72.60613,21.266588],[72.650076,19.841986],[73.447032,16.068915],[74.614594,13.835517],[76.543956,8.912502],[77.510916,8.075995],[78.956798,9.274848],[80.332774,13.198147],[80.263194,15.674547],[84.077403,18.271552],[84.872081,19.219875],[86.268565,19.910346],[87.200938,21.551988],[89.060395,22.129869],[88.737508,24.287097],[88.074396,25.908135],[88.656273,26.415133],[90.364644,25.149991],[92.001753,25.18296],[92.575879,21.977574],[93.169021,22.246912],[95.139546,26.029937],[97.323496,28.217478],[96.141966,29.368467],[94.63043,29.319452],[92.574977,27.847806],[91.628339,27.852694],[92.03586,26.854848],[89.822093,26.701007],[88.892331,27.315543],[88.118218,27.860885],[88.074189,26.453942],[85.821614,26.571713],[84.577039,27.329031],[82.752137,27.494964],[80.036386,28.837026],[80.996017,30.196969],[78.744578,31.9642],[79.456096,33.250399],[77.800346,35.495406]]]},"properties":{"name":"India","ISO3166-1-Alpha-3":"IND","ISO3166-1-Alpha-2":"IN"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[77.800346,35.495406],[79.456096,33.250399],[78.744578,31.9642],[80.996017,30.196969],[81.591588,30.414269],[85.98026,27.885172],[88.118218,27.860885],[88.892331,27.315543],[90.261804,28.335354],[91.628339,27.852694],[92.574977,27.847806],[94.63043,29.319452],[96.141966,29.368467],[97.323496,28.217478],[98.679279,27.577336],[98.692404,25.87899],[97.536093,24.745028],[98.503269,24.121268],[99.95026,21.721156],[101.159024,21.552691],[102.118655,22.397549],[106.667473,22.86752],[106.722354,22.006978],[107.991222,21.485663],[109.135753,21.602973],[110.156749,20.986029],[112.608002,21.775092],[114.082367,22.529364],[114.229828,22.555813],[116.494688,22.939352],[119.558442,25.563788],[120.835297,27.955959],[121.840587,29.161119],[121.821945,31.952486],[120.911199,32.630121],[120.257091,34.311835],[119.207286,35.048407],[120.75058,36.459174],[119.441173,37.120551],[118.840099,38.152574],[119.535592,39.890826],[121.361339,40.939643],[122.30185,40.502346],[121.674083,39.088039],[124.369965,40.098293],[126.887118,41.784918],[130.530771,42.53048],[131.280906,43.380221],[131.065829,44.682028],[132.953362,45.024385],[133.902452,46.258986],[134.38635,48.381337],[131.023351,47.682284],[129.711183,49.274151],[127.508113,49.822335],[125.621355,53.062137],[123.639564,53.551254],[120.874255,53.28016],[120.77917,52.117595],[117.758838,49.512741],[116.684278,49.823265],[115.852701,47.705565],[118.542252,47.966246],[119.699959,47.159526],[116.603559,46.309319],[115.63783,45.444359],[113.635058,44.746262],[112.011488,45.087482],[111.933353,43.696636],[109.485131,42.449296],[106.767829,42.286619],[105.014809,41.596144],[101.637599,42.515442],[96.350635,42.740906],[95.379428,44.287117],[93.525278,44.951263],[90.90549,45.185977],[90.441228,47.493045],[87.942828,48.599489],[87.816324,49.165837],[87.323796,49.085274],[85.783683,48.407589],[85.498636,47.051832],[83.150356,47.211538],[82.291493,45.533191],[80.061707,45.018959],[80.773395,43.112925],[80.210328,42.189519],[76.860972,41.013208],[74.835359,40.511637],[73.632642,39.448343],[74.776345,38.510674],[74.892307,37.231114],[74.542354,37.021669],[76.777351,35.646112],[77.800346,35.495406]]],[[[111.010509,19.683783],[109.303722,19.921698],[108.631684,19.286282],[109.439952,18.288967],[111.010509,19.683783]]]]},"properties":{"name":"China","ISO3166-1-Alpha-3":"CHN","ISO3166-1-Alpha-2":"CN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.248351,31.211449],[34.886729,29.490058],[34.955577,29.558987],[35.458125,31.491929],[34.958223,32.186454],[35.560961,32.384717],[35.75759,32.744347],[35.8211,33.406722],[35.105235,33.089016],[34.481204,31.583141],[34.248351,31.211449]]]},"properties":{"name":"Israel","ISO3166-1-Alpha-3":"ISR","ISO3166-1-Alpha-2":"IL"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[34.481204,31.583141],[34.200269,31.314267],[34.248351,31.211449],[34.481204,31.583141]]],[[[35.560961,32.384717],[34.958223,32.186454],[35.458125,31.491929],[35.560961,32.384717]]]]},"properties":{"name":"Palestine","ISO3166-1-Alpha-3":"PSE","ISO3166-1-Alpha-2":"PS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.105235,33.089016],[35.8211,33.406722],[35.9699,34.649849],[35.105235,33.089016]]]},"properties":{"name":"Lebanon","ISO3166-1-Alpha-3":"LBN","ISO3166-1-Alpha-2":"LB"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.070698,9.454592],[33.970774,8.445377],[35.920835,4.619332],[38.101891,3.612649],[39.436176,3.462374],[40.763744,4.284933],[41.885019,3.977226],[43.968975,4.953962],[44.941525,4.911484],[47.979169,7.996567],[46.97923,7.996567],[44.023855,8.985525],[42.836279,10.208086],[42.923715,10.998787],[41.79872,10.970675],[42.379459,12.465907],[40.104559,14.465966],[36.52638,14.263523],[34.279489,10.565506],[34.070698,9.454592]]]},"properties":{"name":"Ethiopia","ISO3166-1-Alpha-3":"ETH","ISO3166-1-Alpha-2":"ET"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.920835,4.619332],[33.970774,8.445377],[34.070698,9.454592],[33.902096,10.192041],[32.414073,11.050851],[31.234817,9.792323],[30.012979,10.270485],[28.843841,9.324545],[26.556859,9.520454],[25.084081,10.293223],[24.170328,8.689327],[26.378007,6.65329],[27.441301,5.070725],[28.404137,4.277828],[29.494096,4.668295],[30.839543,3.490202],[33.977078,4.219692],[35.245726,4.98172],[35.920835,4.619332]]]},"properties":{"name":"South Sudan","ISO3166-1-Alpha-3":"SSD","ISO3166-1-Alpha-2":"SS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[47.979169,7.996567],[44.941525,4.911484],[43.968975,4.953962],[41.885019,3.977226],[40.965385,2.814145],[40.979751,-0.870798],[41.535085,-1.696303],[42.080903,-0.862888],[44.550059,1.559068],[46.027029,2.438137],[47.948497,4.457099],[49.036143,6.144232],[50.840343,9.456122],[51.12086,11.505316],[48.939112,11.24913],[48.939111,9.451233],[47.979169,7.996567]]]},"properties":{"name":"Somalia","ISO3166-1-Alpha-3":"SOM","ISO3166-1-Alpha-2":"SO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.920835,4.619332],[35.245726,4.98172],[33.977078,4.219692],[34.978671,1.675945],[33.893569,0.109814],[33.904214,-1.002573],[37.644865,-3.045963],[39.190603,-4.677504],[40.174978,-2.762628],[41.535085,-1.696303],[40.979751,-0.870798],[40.965385,2.814145],[41.885019,3.977226],[40.763744,4.284933],[39.436176,3.462374],[38.101891,3.612649],[35.920835,4.619332]]]},"properties":{"name":"Kenya","ISO3166-1-Alpha-3":"KEN","ISO3166-1-Alpha-2":"KE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.964615,-11.573556],[34.4833,-9.946162],[32.920863,-9.4079],[33.674203,-10.577028],[33.230302,-11.416563],[33.202707,-14.013872],[34.344084,-14.387389],[34.385219,-16.186453],[35.795675,-16.004965],[35.853036,-14.667476],[34.545312,-13.325749],[34.964615,-11.573556]]]},"properties":{"name":"Malawi","ISO3166-1-Alpha-3":"MWI","ISO3166-1-Alpha-2":"MW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[32.920863,-9.4079],[34.4833,-9.946162],[34.964615,-11.573556],[37.427824,-11.722591],[40.43686,-10.474786],[39.77947,-9.930108],[39.28004,-8.309259],[39.464529,-6.85768],[38.778005,-6.030694],[39.190603,-4.677504],[37.644865,-3.045963],[33.904214,-1.002573],[30.471786,-1.066837],[30.5546,-2.400628],[30.832205,-3.172777],[29.404179,-4.449805],[29.738629,-6.652409],[30.752107,-8.194124],[32.920863,-9.4079]]]},"properties":{"name":"United Republic of Tanzania","ISO3166-1-Alpha-3":"TZA","ISO3166-1-Alpha-2":"TZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.75759,32.744347],[36.819385,32.316788],[38.774511,33.371685],[41.195656,34.768473],[41.414867,36.527384],[42.357238,37.109984],[39.765252,36.742151],[38.190051,36.905526],[35.911305,35.91775],[35.9699,34.649849],[35.8211,33.406722],[35.75759,32.744347]]]},"properties":{"name":"Syria","ISO3166-1-Alpha-3":"SYR","ISO3166-1-Alpha-2":"SY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[48.939112,11.24913],[47.366873,11.172797],[44.274262,10.456732],[43.240733,11.48786],[42.923715,10.998787],[42.836279,10.208086],[44.023855,8.985525],[46.97923,7.996567],[47.979169,7.996567],[48.939111,9.451233],[48.939112,11.24913]]]},"properties":{"name":"Somaliland","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-54.615292,2.326267],[-52.707708,2.358927],[-51.683217,4.039374],[-52.994581,5.457624],[-54.170969,5.348375],[-53.988819,3.610995],[-54.615292,2.326267]]],[[[2.5218,51.087541],[-0.219472,49.280097],[-4.563629,48.629625],[-2.501698,47.526679],[-1.048695,46.038804],[-1.794075,43.386015],[1.429297,42.595386],[1.707006,42.502781],[3.18097,42.431484],[3.939301,43.532538],[6.027008,43.078195],[7.36575,43.72273],[7.406969,43.763506],[7.437454,43.743361],[7.502289,43.792222],[7.022083,45.92526],[6.064157,46.471118],[7.586028,47.584619],[8.18873,48.965746],[6.345307,49.455349],[5.790685,49.537753],[2.5218,51.087541]]]]},"properties":{"name":"France","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-54.615292,2.326267],[-53.988819,3.610995],[-54.170969,5.348375],[-54.77359,5.985256],[-56.956537,6.011574],[-57.24767,5.484931],[-58.067691,4.151143],[-56.481819,1.941614],[-54.615292,2.326267]]]},"properties":{"name":"Suriname","ISO3166-1-Alpha-3":"SUR","ISO3166-1-Alpha-2":"SR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-56.481819,1.941614],[-58.067691,4.151143],[-57.24767,5.484931],[-57.167307,6.08511],[-60.020985,8.55801],[-61.379608,5.9053],[-60.739854,5.202138],[-59.52923,3.931906],[-60.00008,2.694049],[-59.242141,1.377798],[-56.481819,1.941614]]]},"properties":{"name":"Guyana","ISO3166-1-Alpha-3":"GUY","ISO3166-1-Alpha-2":"GY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[128.364919,38.624335],[126.667459,37.82781],[126.733165,35.885565],[127.315926,34.444901],[129.4546,35.513251],[129.331065,37.282172],[128.364919,38.624335]]]},"properties":{"name":"South Korea","ISO3166-1-Alpha-3":"KOR","ISO3166-1-Alpha-2":"KR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[128.364919,38.624335],[127.378429,39.371487],[129.752997,40.90994],[130.699962,42.295111],[130.530771,42.53048],[126.887118,41.784918],[124.369965,40.098293],[125.431895,39.300727],[125.013194,37.905992],[126.667459,37.82781],[128.364919,38.624335]]]},"properties":{"name":"North Korea","ISO3166-1-Alpha-3":"PRK","ISO3166-1-Alpha-2":"KP"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-17.013743,21.419971],[-14.839813,21.450268],[-14.019992,23.410252],[-12.430141,24.830165],[-12.029752,26.03035],[-10.921835,27.009825],[-9.734362,26.860429],[-8.682385,27.661439],[-8.682385,28.6659],[-7.619453,29.389422],[-5.756156,29.614071],[-3.645529,30.711317],[-3.659507,31.647821],[-1.249557,32.08166],[-1.787716,34.756691],[-2.222564,35.089301],[-4.376047,35.151842],[-5.927235,35.780748],[-6.822092,34.039618],[-9.259918,32.57689],[-9.847524,31.402411],[-9.655141,30.126899],[-11.485585,28.325629],[-12.968088,27.914618],[-14.410146,26.260077],[-14.907826,24.685492],[-15.620107,24.026272],[-17.013743,21.419971]]]},"properties":{"name":"Morocco","ISO3166-1-Alpha-3":"MAR","ISO3166-1-Alpha-2":"MA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-8.682385,27.661439],[-9.734362,26.860429],[-10.921835,27.009825],[-12.029752,26.03035],[-12.430141,24.830165],[-14.019992,23.410252],[-14.839813,21.450268],[-17.013743,21.419971],[-17.056874,20.766913],[-16.958831,21.332859],[-13.015247,21.333428],[-13.015247,23.018002],[-12.015308,23.495182],[-12.015308,25.9949],[-8.707216,25.995004],[-8.682385,27.285416],[-8.682385,27.661439]]]},"properties":{"name":"Western Sahara","ISO3166-1-Alpha-3":"ESH","ISO3166-1-Alpha-2":"EH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-83.6965,10.936594],[-85.701736,11.08088],[-85.63858,9.905463],[-83.629872,9.035346],[-82.897629,8.034748],[-82.573598,9.576199],[-83.6965,10.936594]]]},"properties":{"name":"Costa Rica","ISO3166-1-Alpha-3":"CRI","ISO3166-1-Alpha-2":"CR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-85.701736,11.08088],[-83.6965,10.936594],[-83.767201,12.546698],[-83.130444,14.997012],[-84.77017,14.805144],[-87.314036,12.981553],[-85.701736,11.08088]]]},"properties":{"name":"Nicaragua","ISO3166-1-Alpha-3":"NIC","ISO3166-1-Alpha-2":"NI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.626387,3.476869],[16.567701,3.464389],[16.196665,2.236454],[15.76465,1.908722],[13.294568,2.161058],[14.183868,1.380847],[13.871225,0.196423],[14.498991,-0.630916],[14.226966,-2.323113],[11.55824,-2.349365],[11.114016,-3.936856],[12.009608,-5.019631],[13.073703,-4.635323],[14.831167,-4.815054],[16.207723,-3.361913],[16.231288,-2.129016],[17.749541,-0.523429],[18.072416,2.160024],[18.626387,3.476869]]]},"properties":{"name":"Republic of the Congo","ISO3166-1-Alpha-3":"COG","ISO3166-1-Alpha-2":"CG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.626387,3.476869],[18.072416,2.160024],[17.749541,-0.523429],[16.231288,-2.129016],[16.207723,-3.361913],[14.831167,-4.815054],[13.073703,-4.635323],[12.210541,-5.763442],[13.183849,-5.856459],[16.597364,-5.924702],[17.536531,-8.015117],[19.355542,-8.001991],[19.521836,-7.001949],[21.784954,-7.283379],[21.854097,-9.61781],[23.014336,-11.102474],[23.967457,-10.872307],[25.994051,-11.904802],[28.497154,-11.857363],[28.915268,-8.472867],[30.752107,-8.194124],[29.738629,-6.652409],[29.404179,-4.449805],[29.015365,-2.720711],[29.577915,-1.38839],[29.928281,0.785018],[31.242826,2.051168],[30.839543,3.490202],[29.494096,4.668295],[28.404137,4.277828],[27.441301,5.070725],[25.58126,5.374919],[22.492714,4.174036],[20.603114,4.409732],[19.71955,5.135967],[18.721058,4.377357],[18.626387,3.476869]]]},"properties":{"name":"Democratic Republic of the Congo","ISO3166-1-Alpha-3":"COD","ISO3166-1-Alpha-2":"CD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[91.628339,27.852694],[90.261804,28.335354],[88.892331,27.315543],[89.822093,26.701007],[92.03586,26.854848],[91.628339,27.852694]]]},"properties":{"name":"Bhutan","ISO3166-1-Alpha-3":"BTN","ISO3166-1-Alpha-2":"BT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[31.764345,52.100568],[30.14863,51.48443],[25.767915,51.928511],[23.606238,51.517399],[24.106466,50.538622],[22.539637,49.0722],[22.13284,48.404798],[22.877601,47.946739],[26.617889,48.258968],[29.123989,47.975987],[29.72695,46.455796],[28.199498,45.461774],[29.659028,45.215888],[30.991384,46.601264],[33.628517,46.124935],[35.001891,45.729003],[35.901622,46.652737],[38.216645,47.103258],[39.759051,47.832947],[39.570432,49.713297],[37.435265,50.424934],[35.425258,50.500485],[33.804065,52.354609],[31.764345,52.100568]]]},"properties":{"name":"Ukraine","ISO3166-1-Alpha-3":"UKR","ISO3166-1-Alpha-2":"UA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[23.606238,51.517399],[25.767915,51.928511],[30.14863,51.48443],[31.764345,52.100568],[30.912821,55.571596],[28.148907,56.142414],[26.594531,55.666991],[25.529997,54.346141],[23.485625,53.939293],[23.606238,51.517399]]]},"properties":{"name":"Belarus","ISO3166-1-Alpha-3":"BLR","ISO3166-1-Alpha-2":"BY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.487071,-28.572931],[19.081657,-28.959368],[19.981653,-28.422347],[19.981447,-24.752493],[19.978346,-22.000671],[20.97198,-22.000671],[20.975081,-18.319346],[25.259781,-17.794107],[23.381652,-17.641144],[20.806202,-18.031405],[18.453581,-17.389893],[13.942745,-17.408187],[13.363711,-16.964183],[11.766124,-17.252699],[11.849082,-18.143183],[14.508556,-22.548028],[14.473643,-24.159112],[15.295258,-27.322442],[16.487071,-28.572931]]]},"properties":{"name":"Namibia","ISO3166-1-Alpha-3":"NAM","ISO3166-1-Alpha-2":"NA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[19.981447,-24.752493],[19.981653,-28.422347],[19.081657,-28.959368],[16.487071,-28.572931],[18.172862,-31.663263],[17.852387,-32.829685],[18.475352,-33.899835],[19.953461,-34.808689],[22.629893,-33.995782],[24.583995,-34.178318],[27.897146,-33.039972],[30.392345,-30.847101],[32.379405,-28.55283],[32.893077,-26.846124],[32.113884,-26.840014],[31.157043,-27.205573],[31.119836,-25.910045],[31.949243,-25.958104],[31.986554,-24.423108],[31.288922,-22.39734],[29.350074,-22.186707],[28.338559,-22.584615],[24.79862,-25.829223],[23.006998,-25.310805],[21.687182,-26.855207],[19.981447,-24.752493]],[[28.980846,-28.909035],[29.144246,-29.919723],[27.366164,-30.311017],[27.747432,-28.908622],[28.980846,-28.909035]]]},"properties":{"name":"South Africa","ISO3166-1-Alpha-3":"ZAF","ISO3166-1-Alpha-2":"ZA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-63.017569,18.033391],[-63.017649,18.122138],[-63.107004,18.06212],[-63.017569,18.033391]]]},"properties":{"name":"Saint Martin","ISO3166-1-Alpha-3":"MAF","ISO3166-1-Alpha-2":"MF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-63.107004,18.06212],[-63.097646,18.035956],[-63.017569,18.033391],[-63.107004,18.06212]]]},"properties":{"name":"Sint Maarten","ISO3166-1-Alpha-3":"SXM","ISO3166-1-Alpha-2":"SX"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[56.383311,24.978217],[55.186843,22.703577],[55.637565,21.97897],[54.97838,19.995421],[51.978615,18.995638],[53.090343,16.642401],[55.026866,17.011135],[55.44516,17.84101],[57.709727,18.943996],[59.791759,22.198065],[58.786143,23.512112],[57.151541,23.953559],[56.383311,24.978217]]]},"properties":{"name":"Oman","ISO3166-1-Alpha-3":"OMN","ISO3166-1-Alpha-2":"OM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.958955,40.238372],[70.169288,41.578342],[70.947793,42.248146],[69.044447,41.379181],[66.688208,41.199192],[66.101267,42.990323],[64.956531,43.69736],[62.026115,43.480629],[61.036305,44.382822],[58.531445,45.558719],[55.978422,44.996221],[55.978422,41.321717],[58.612267,42.780852],[59.866351,42.304215],[60.414534,41.235262],[61.877907,41.124984],[62.452808,40.009239],[64.120613,38.96168],[66.554159,38.026853],[66.519588,37.36418],[67.780544,37.188868],[68.360664,38.174053],[67.764525,39.622596],[70.280392,40.877713],[70.958955,40.238372]]]},"properties":{"name":"Uzbekistan","ISO3166-1-Alpha-3":"UZB","ISO3166-1-Alpha-2":"UZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[87.323796,49.085274],[85.263095,49.581523],[83.433956,50.992651],[79.990083,50.788116],[77.866802,53.272331],[75.640375,54.09887],[74.213899,53.59704],[72.066743,54.222376],[70.665743,55.309183],[62.550579,54.026833],[61.193505,54.018254],[61.372098,50.782483],[59.774677,50.533712],[56.508003,51.066264],[55.659992,50.530043],[53.610298,51.388415],[50.581698,51.635299],[46.899907,49.820319],[46.479312,48.410225],[48.525079,47.410234],[49.227131,46.327879],[51.187022,47.116889],[53.188162,46.718004],[52.566661,45.400702],[50.299083,44.655341],[52.437671,41.748876],[54.047171,42.345401],[55.978422,41.321717],[55.978422,44.996221],[58.531445,45.558719],[61.036305,44.382822],[62.026115,43.480629],[64.956531,43.69736],[66.101267,42.990323],[66.688208,41.199192],[69.044447,41.379181],[70.947793,42.248146],[71.847738,42.834053],[73.41002,42.58965],[78.496118,42.875601],[80.210328,42.189519],[80.773395,43.112925],[80.061707,45.018959],[82.291493,45.533191],[83.150356,47.211538],[85.498636,47.051832],[85.783683,48.407589],[87.323796,49.085274]],[[63.383914,45.565824],[62.900274,46.208964],[63.754899,46.296658],[63.383914,45.565824]]]},"properties":{"name":"Kazakhstan","ISO3166-1-Alpha-3":"KAZ","ISO3166-1-Alpha-2":"KZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.958955,40.238372],[70.280392,40.877713],[67.764525,39.622596],[68.360664,38.174053],[67.780544,37.188868],[70.165205,37.889911],[71.597727,37.89836],[74.892307,37.231114],[74.776345,38.510674],[73.632642,39.448343],[70.958955,40.238372]]]},"properties":{"name":"Tajikistan","ISO3166-1-Alpha-3":"TJK","ISO3166-1-Alpha-2":"TJ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[26.594531,55.666991],[25.649679,56.143809],[22.094082,56.41741],[21.053396,56.072618],[21.267589,55.248684],[22.76722,54.35627],[23.485625,53.939293],[25.529997,54.346141],[26.594531,55.666991]]]},"properties":{"name":"Lithuania","ISO3166-1-Alpha-3":"LTU","ISO3166-1-Alpha-2":"LT"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-57.602793,-30.190517],[-56.831281,-30.102037],[-54.591521,-31.471049],[-53.126856,-32.754847],[-53.379095,-33.740676],[-52.621693,-33.101983],[-51.122548,-30.256036],[-48.815338,-28.610447],[-48.432729,-25.622491],[-46.966461,-24.299086],[-44.435658,-22.996759],[-42.058217,-22.95379],[-39.709788,-19.416111],[-38.864369,-15.843357],[-39.062489,-13.399998],[-38.320424,-12.935235],[-36.903066,-10.772882],[-35.14745,-8.911879],[-34.797353,-7.158461],[-35.510569,-5.143731],[-37.182932,-4.910903],[-39.985707,-2.848403],[-41.343088,-2.920343],[-43.311766,-2.346467],[-46.613796,-0.813236],[-47.584514,-0.578247],[-48.339711,-1.316013],[-50.372841,-1.973728],[-51.201568,-0.049086],[-49.978831,1.072211],[-51.683217,4.039374],[-52.707708,2.358927],[-54.615292,2.326267],[-56.481819,1.941614],[-59.242141,1.377798],[-60.00008,2.694049],[-59.52923,3.931906],[-60.739854,5.202138],[-61.542104,4.263023],[-64.063811,3.911597],[-64.080864,1.647394],[-66.346204,0.759386],[-66.875061,1.22251],[-68.163302,1.721291],[-69.848807,1.668892],[-70.073806,-0.124901],[-69.399454,-1.182717],[-69.96495,-4.236484],[-70.832235,-4.179434],[-72.917948,-5.132089],[-73.765493,-6.904177],[-73.526541,-8.372408],[-72.195666,-10.00559],[-70.680849,-9.527686],[-70.641342,-11.0108],[-69.577635,-10.952302],[-68.61573,-11.112499],[-66.631871,-9.904304],[-65.304381,-9.825652],[-65.353009,-11.390621],[-61.847977,-13.530801],[-60.465271,-13.816572],[-60.129839,-16.273062],[-58.464721,-16.33125],[-57.551082,-18.183643],[-58.158797,-20.165125],[-57.986818,-22.035295],[-55.89294,-22.306803],[-55.398035,-23.97683],[-54.245289,-24.050624],[-54.600203,-25.574945],[-53.819217,-27.139738],[-55.772534,-28.231971],[-57.611698,-30.182963],[-57.602793,-30.190517]]],[[[-48.462514,-0.576104],[-50.368153,-0.105645],[-50.405181,-1.830987],[-48.839223,-1.44256],[-48.462514,-0.576104]]]]},"properties":{"name":"Brazil","ISO3166-1-Alpha-3":"BRA","ISO3166-1-Alpha-2":"BR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-57.602793,-30.190517],[-57.642466,-30.193092],[-58.200124,-32.447201],[-58.388824,-33.942071],[-57.82251,-34.475109],[-54.93932,-34.969903],[-53.379095,-33.740676],[-53.126856,-32.754847],[-54.591521,-31.471049],[-56.831281,-30.102037],[-57.602793,-30.190517]]]},"properties":{"name":"Uruguay","ISO3166-1-Alpha-3":"URY","ISO3166-1-Alpha-2":"UY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[116.684278,49.823265],[114.286285,50.276881],[113.043673,49.588602],[110.731359,49.137674],[108.538057,49.32743],[107.946517,49.933491],[105.32864,50.476455],[103.601407,50.13353],[102.051217,51.383609],[98.855599,52.106691],[97.301688,49.725545],[94.624539,50.015191],[91.749779,50.684091],[87.816324,49.165837],[87.942828,48.599489],[90.441228,47.493045],[90.90549,45.185977],[93.525278,44.951263],[95.379428,44.287117],[96.350635,42.740906],[101.637599,42.515442],[105.014809,41.596144],[106.767829,42.286619],[109.485131,42.449296],[111.933353,43.696636],[112.011488,45.087482],[113.635058,44.746262],[115.63783,45.444359],[116.603559,46.309319],[119.699959,47.159526],[118.542252,47.966246],[115.852701,47.705565],[116.684278,49.823265]]]},"properties":{"name":"Mongolia","ISO3166-1-Alpha-3":"MNG","ISO3166-1-Alpha-2":"MN"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[87.816324,49.165837],[91.749779,50.684091],[94.624539,50.015191],[97.301688,49.725545],[98.855599,52.106691],[102.051217,51.383609],[103.601407,50.13353],[105.32864,50.476455],[107.946517,49.933491],[108.538057,49.32743],[110.731359,49.137674],[113.043673,49.588602],[114.286285,50.276881],[116.684278,49.823265],[117.758838,49.512741],[120.77917,52.117595],[120.874255,53.28016],[123.639564,53.551254],[125.621355,53.062137],[127.508113,49.822335],[129.711183,49.274151],[131.023351,47.682284],[134.38635,48.381337],[133.902452,46.258986],[132.953362,45.024385],[131.065829,44.682028],[131.280906,43.380221],[130.530771,42.53048],[130.699962,42.295111],[132.356212,43.285956],[133.157725,42.688422],[135.139903,43.508368],[138.100352,46.227973],[140.16505,48.449408],[141.432953,53.148871],[139.815929,54.215155],[138.502126,53.543524],[136.883311,54.591376],[137.571951,56.116523],[143.159679,59.353909],[148.393728,59.379299],[149.597725,59.758205],[153.369151,59.241278],[156.679463,61.524017],[159.359874,61.893012],[161.938555,60.416788],[159.023774,58.414781],[156.930675,57.658433],[155.551177,55.284205],[156.719698,50.886454],[159.922374,53.283637],[160.052989,54.175727],[162.153168,54.849921],[161.777081,55.608327],[163.32951,57.708945],[161.993228,58.087392],[163.651541,60.051663],[170.58074,60.433905],[176.594249,62.485826],[179.60906,62.705634],[178.399913,64.243354],[180,65.06619],[180,65.069252],[180,65.567867],[180,66.066482],[180,66.565097],[180,67.063712],[180,67.562327],[180,68.060942],[180,68.559557],[180,68.98105],[176.503917,69.754096],[170.61085,70.116278],[170.351085,68.82807],[164.027029,69.77383],[160.925548,69.642076],[159.689464,70.670966],[155.936371,71.099351],[152.613048,70.834621],[148.402029,72.31094],[141.550629,72.774319],[138.756033,71.643012],[130.300629,70.940131],[128.192149,72.228339],[127.987559,73.470852],[121.054698,72.931789],[118.450206,73.588772],[110.021495,74.014472],[113.605235,75.28498],[111.555431,76.684149],[104.023285,77.7331],[96.830577,75.915432],[89.132335,75.452826],[86.02003,74.262519],[80.832205,73.571763],[80.704112,72.545356],[73.52589,71.822211],[69.276622,72.840766],[66.927013,71.298407],[67.055512,68.78144],[63.410492,69.671291],[57.329845,68.564765],[53.437022,68.918158],[48.255707,67.682685],[45.943858,68.446234],[43.761404,67.221137],[39.712087,65.401842],[39.566524,64.545268],[34.955577,64.452216],[34.866222,65.877916],[40.444347,66.405504],[41.016612,67.697903],[35.330333,69.276068],[30.840954,69.805842],[28.954077,69.027261],[30.009413,67.685844],[29.089159,66.837549],[29.588147,64.991435],[31.569525,62.905929],[27.807872,60.553046],[28.019054,59.481757],[27.352935,57.527601],[28.148907,56.142414],[30.912821,55.571596],[31.764345,52.100568],[33.804065,52.354609],[35.425258,50.500485],[37.435265,50.424934],[39.570432,49.713297],[39.759051,47.832947],[38.216645,47.103258],[37.478282,44.677191],[39.985976,43.38899],[44.85936,42.75951],[46.430892,41.890442],[48.578949,41.845282],[46.700938,44.446194],[47.608735,45.638821],[49.227131,46.327879],[48.525079,47.410234],[46.479312,48.410225],[46.899907,49.820319],[50.581698,51.635299],[53.610298,51.388415],[55.659992,50.530043],[56.508003,51.066264],[59.774677,50.533712],[61.372098,50.782483],[61.193505,54.018254],[62.550579,54.026833],[70.665743,55.309183],[72.066743,54.222376],[74.213899,53.59704],[75.640375,54.09887],[77.866802,53.272331],[79.990083,50.788116],[83.433956,50.992651],[85.263095,49.581523],[87.323796,49.085274],[87.816324,49.165837]]],[[[22.76722,54.35627],[21.267589,55.248684],[19.609548,54.456732],[22.76722,54.35627]]],[[[33.628517,46.124935],[32.525157,45.458157],[33.957856,44.383002],[35.001891,45.729003],[33.628517,46.124935]]],[[[-180,65.066229],[-176.976552,65.608059],[-173.106265,64.24098],[-172.162487,65.420692],[-169.700917,66.128648],[-173.547078,67.090677],[-180,68.98237],[-180,68.559557],[-180,68.060942],[-180,67.562327],[-180,67.063712],[-180,66.565097],[-180,66.066482],[-180,65.567867],[-180,65.069252],[-180,65.066229]]],[[[142.529063,54.297187],[141.675548,51.912421],[143.174164,49.245998],[144.282725,49.25019],[142.529063,54.297187]]],[[[145.366222,75.540229],[138.138031,76.118842],[139.343435,74.687405],[145.366222,75.540229]]]]},"properties":{"name":"Russia","ISO3166-1-Alpha-3":"RUS","ISO3166-1-Alpha-2":"RU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.810393,50.858447],[12.336487,50.258587],[13.815725,48.76643],[16.945043,48.604166],[18.833196,49.510261],[16.331644,50.644042],[14.810393,50.858447]]]},"properties":{"name":"Czechia","ISO3166-1-Alpha-3":"CZE","ISO3166-1-Alpha-2":"CZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.815725,48.76643],[12.336487,50.258587],[14.810393,50.858447],[14.263901,53.699976],[12.501964,54.473578],[11.175059,54.018012],[9.437503,54.810411],[8.660776,54.896311],[8.860688,53.831],[7.194591,53.245022],[5.99491,50.749927],[6.117487,50.120456],[6.345307,49.455349],[8.18873,48.965746],[7.586028,47.584619],[9.547482,47.534547],[12.744834,47.66536],[13.815725,48.76643]]]},"properties":{"name":"Germany","ISO3166-1-Alpha-3":"DEU","ISO3166-1-Alpha-2":"DE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[24.306159,57.868186],[27.352935,57.527601],[28.019054,59.481757],[23.470876,59.212144],[24.306159,57.868186]]]},"properties":{"name":"Estonia","ISO3166-1-Alpha-3":"EST","ISO3166-1-Alpha-2":"EE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[27.352935,57.527601],[24.306159,57.868186],[22.483735,57.742499],[21.053396,56.072618],[22.094082,56.41741],[25.649679,56.143809],[26.594531,55.666991],[28.148907,56.142414],[27.352935,57.527601]]]},"properties":{"name":"Latvia","ISO3166-1-Alpha-3":"LVA","ISO3166-1-Alpha-2":"LV"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[20.623165,69.036356],[22.596481,68.724643],[28.954077,69.027261],[30.840954,69.805842],[27.568696,71.097235],[19.098318,69.736151],[14.22283,66.981513],[12.602224,65.432318],[4.964122,61.265692],[5.477951,58.754747],[6.99936,58.030707],[9.428071,58.893134],[11.437511,58.991726],[12.510946,60.117985],[11.992425,63.288903],[14.514287,65.318081],[14.540538,66.125448],[18.171841,68.535921],[20.623165,69.036356]]],[[[20.208751,78.638088],[16.616466,79.985053],[10.708018,79.561428],[16.336762,76.616441],[20.208751,78.638088]]]]},"properties":{"name":"Norway","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.623165,69.036356],[18.171841,68.535921],[14.540538,66.125448],[14.514287,65.318081],[11.992425,63.288903],[12.510946,60.117985],[11.437511,58.991726],[11.224864,58.370673],[13.000011,55.400092],[15.851736,56.086371],[17.093028,58.660834],[18.824474,60.068305],[17.097179,61.636135],[20.503429,63.822008],[22.360606,65.761217],[24.163097,65.822699],[23.052164,68.29821],[20.623165,69.036356]]]},"properties":{"name":"Sweden","ISO3166-1-Alpha-3":"SWE","ISO3166-1-Alpha-2":"SE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.954077,69.027261],[22.596481,68.724643],[20.623165,69.036356],[23.052164,68.29821],[24.163097,65.822699],[23.604503,64.027655],[21.113536,62.781195],[21.469981,60.608303],[23.237153,59.898017],[27.807872,60.553046],[31.569525,62.905929],[29.588147,64.991435],[29.089159,66.837549],[30.009413,67.685844],[28.954077,69.027261]]]},"properties":{"name":"Finland","ISO3166-1-Alpha-3":"FIN","ISO3166-1-Alpha-2":"FI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[107.520393,14.704582],[107.514295,12.343847],[106.01542,11.770497],[106.063066,11.093329],[104.451345,10.419664],[104.774595,8.817867],[106.575531,9.648627],[109.018077,11.355902],[109.465017,12.913316],[108.882823,15.336168],[106.763927,17.335517],[105.648285,18.892727],[106.755138,20.938544],[107.991222,21.485663],[106.722354,22.006978],[106.667473,22.86752],[102.118655,22.397549],[103.115287,20.868391],[104.600726,20.660549],[104.721959,18.792007],[107.116851,16.254616],[107.520393,14.704582]]]},"properties":{"name":"Vietnam","ISO3166-1-Alpha-3":"VNM","ISO3166-1-Alpha-2":"VN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[107.520393,14.704582],[105.184308,14.34574],[103.085005,14.295821],[102.328203,13.27516],[102.913585,11.645901],[103.095551,10.933987],[104.451345,10.419664],[106.063066,11.093329],[106.01542,11.770497],[107.514295,12.343847],[107.520393,14.704582]]]},"properties":{"name":"Cambodia","ISO3166-1-Alpha-3":"KHM","ISO3166-1-Alpha-2":"KH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.117487,50.120456],[5.790685,49.537753],[6.345307,49.455349],[6.117487,50.120456]]]},"properties":{"name":"Luxembourg","ISO3166-1-Alpha-3":"LUX","ISO3166-1-Alpha-2":"LU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[56.279055,25.627446],[56.077397,26.061048],[54.445974,24.316148],[51.569347,24.256171],[52.583074,22.931108],[55.186843,22.703577],[56.383311,24.978217],[56.279055,25.627446]]]},"properties":{"name":"United Arab Emirates","ISO3166-1-Alpha-3":"ARE","ISO3166-1-Alpha-2":"AE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.5218,51.087541],[5.790685,49.537753],[6.117487,50.120456],[5.99491,50.749927],[4.261068,51.369379],[4.221491,51.368001],[3.349415,51.375223],[2.5218,51.087541]]]},"properties":{"name":"Belgium","ISO3166-1-Alpha-3":"BEL","ISO3166-1-Alpha-2":"BE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[39.985976,43.38899],[41.500173,42.64057],[41.520763,41.514228],[43.440428,41.106588],[45.0024,41.290452],[46.430892,41.890442],[44.85936,42.75951],[39.985976,43.38899]]]},"properties":{"name":"Georgia","ISO3166-1-Alpha-3":"GEO","ISO3166-1-Alpha-2":"GE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.567147,41.873182],[20.965262,40.849394],[22.916978,41.335773],[22.345023,42.313439],[21.564066,42.246289],[20.567147,41.873182]]]},"properties":{"name":"North Macedonia","ISO3166-1-Alpha-3":"MKD","ISO3166-1-Alpha-2":"MK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.567147,41.873182],[20.064956,42.546758],[19.365082,41.852362],[19.999848,39.693508],[20.965262,40.849394],[20.567147,41.873182]]]},"properties":{"name":"Albania","ISO3166-1-Alpha-3":"ALB","ISO3166-1-Alpha-2":"AL"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[45.0024,41.290452],[46.514039,38.882176],[47.846877,39.685279],[48.874278,38.434068],[49.58961,40.62519],[48.578949,41.845282],[46.430892,41.890442],[45.0024,41.290452]]],[[[46.135871,38.863701],[44.774559,39.702797],[44.806993,39.639902],[46.135871,38.863701]]]]},"properties":{"name":"Azerbaijan","ISO3166-1-Alpha-3":"AZE","ISO3166-1-Alpha-2":"AZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.064956,42.546758],[20.567147,41.873182],[21.564066,42.246289],[20.345352,42.827439],[20.064956,42.546758]]]},"properties":{"name":"Kosovo","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[43.440428,41.106588],[41.520763,41.514228],[40.142751,40.922797],[37.504731,41.042914],[35.104503,42.021877],[33.324474,42.019029],[31.248871,41.105658],[29.231781,41.240709],[28.637706,40.36518],[26.735606,40.403551],[27.263194,36.963365],[30.440766,36.239325],[32.670665,36.046698],[34.770763,36.816067],[35.911305,35.91775],[38.190051,36.905526],[39.765252,36.742151],[42.357238,37.109984],[44.766135,37.14192],[44.061372,39.400284],[44.806993,39.639902],[44.774559,39.702797],[43.440428,41.106588]]],[[[28.016775,41.972561],[26.333359,41.713036],[26.043956,40.738471],[28.981944,41.001654],[28.016775,41.972561]]]]},"properties":{"name":"Turkey","ISO3166-1-Alpha-3":"TUR","ISO3166-1-Alpha-2":"TR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-1.794075,43.386015],[-4.734934,43.4171],[-8.059316,43.709418],[-9.2176,43.155341],[-8.750803,41.96898],[-6.656772,41.933075],[-7.313528,39.457438],[-7.414418,37.192816],[-5.358387,36.141109],[-5.338773,36.14112],[-4.433258,36.710679],[-2.071156,36.775336],[0.23406,38.75788],[-0.323354,39.516221],[0.990408,41.0397],[3.150165,41.845351],[3.18097,42.431484],[1.707006,42.502781],[1.447901,42.434646],[1.429297,42.595386],[-1.794075,43.386015]]]},"properties":{"name":"Spain","ISO3166-1-Alpha-3":"ESP","ISO3166-1-Alpha-2":"ES"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[102.118655,22.397549],[101.159024,21.552691],[100.099295,20.317805],[102.078503,18.213799],[104.000039,18.318444],[104.754515,16.528915],[105.650998,15.634602],[105.184308,14.34574],[107.520393,14.704582],[107.116851,16.254616],[104.721959,18.792007],[104.600726,20.660549],[103.115287,20.868391],[102.118655,22.397549]]]},"properties":{"name":"Laos","ISO3166-1-Alpha-3":"LAO","ISO3166-1-Alpha-2":"LA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[80.210328,42.189519],[78.496118,42.875601],[73.41002,42.58965],[71.847738,42.834053],[70.947793,42.248146],[70.169288,41.578342],[70.958955,40.238372],[73.632642,39.448343],[74.835359,40.511637],[76.860972,41.013208],[80.210328,42.189519]]]},"properties":{"name":"Kyrgyzstan","ISO3166-1-Alpha-3":"KGZ","ISO3166-1-Alpha-2":"KG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[45.0024,41.290452],[43.440428,41.106588],[44.774559,39.702797],[46.135871,38.863701],[46.514039,38.882176],[45.0024,41.290452]]]},"properties":{"name":"Armenia","ISO3166-1-Alpha-3":"ARM","ISO3166-1-Alpha-2":"AM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.660776,54.896311],[9.437503,54.810411],[10.245372,55.914618],[8.601085,56.501125],[8.660776,54.896311]]]},"properties":{"name":"Denmark","ISO3166-1-Alpha-3":"DNK","ISO3166-1-Alpha-2":"DK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.505112,33.181225],[11.444035,32.36849],[10.108096,31.411831],[9.519708,30.228905],[9.93591,27.866724],[9.401162,26.113394],[10.032028,24.856339],[11.567128,24.26684],[11.968861,23.517351],[14.979909,22.995664],[15.985101,23.44472],[19.164132,21.874893],[23.981306,19.496124],[24.968016,19.994956],[24.981245,21.995351],[24.981245,25.205439],[24.981245,29.181372],[24.688343,30.144156],[25.15089,31.65648],[21.608653,32.930732],[19.920665,31.717719],[19.056814,30.266181],[16.044607,31.275539],[15.195974,32.389797],[11.505112,33.181225]]]},"properties":{"name":"Libya","ISO3166-1-Alpha-3":"LBY","ISO3166-1-Alpha-2":"LY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.505112,33.181225],[10.12672,34.325629],[11.111578,35.205595],[10.146251,37.236518],[8.60251,36.939511],[8.236479,34.647654],[7.479832,33.893901],[9.045008,32.071842],[9.519708,30.228905],[10.108096,31.411831],[11.444035,32.36849],[11.505112,33.181225]]]},"properties":{"name":"Tunisia","ISO3166-1-Alpha-3":"TUN","ISO3166-1-Alpha-2":"TN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.877601,47.946739],[21.164527,46.318259],[20.242826,46.108091],[22.69164,44.228435],[25.35962,43.654287],[27.027476,44.177046],[28.57838,43.741278],[29.659028,45.215888],[28.199498,45.461774],[28.037027,47.016459],[26.617889,48.258968],[22.877601,47.946739]]]},"properties":{"name":"Romania","ISO3166-1-Alpha-3":"ROU","ISO3166-1-Alpha-2":"RO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.877601,47.946739],[22.13284,48.404798],[20.481674,48.526083],[17.825713,47.750006],[17.148338,48.005443],[16.094035,46.862774],[16.515302,46.501711],[18.901306,45.931203],[20.242826,46.108091],[21.164527,46.318259],[22.877601,47.946739]]]},"properties":{"name":"Hungary","ISO3166-1-Alpha-3":"HUN","ISO3166-1-Alpha-2":"HU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.539637,49.0722],[18.833196,49.510261],[16.945043,48.604166],[17.148338,48.005443],[17.825713,47.750006],[20.481674,48.526083],[22.13284,48.404798],[22.539637,49.0722]]]},"properties":{"name":"Slovakia","ISO3166-1-Alpha-3":"SVK","ISO3166-1-Alpha-2":"SK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.833196,49.510261],[22.539637,49.0722],[24.106466,50.538622],[23.606238,51.517399],[23.485625,53.939293],[22.76722,54.35627],[19.609548,54.456732],[17.885427,54.824123],[14.210053,53.938463],[14.200819,53.878157],[14.263901,53.699976],[14.810393,50.858447],[16.331644,50.644042],[18.833196,49.510261]]]},"properties":{"name":"Poland","ISO3166-1-Alpha-3":"POL","ISO3166-1-Alpha-2":"PL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.2471,55.069322],[-8.485951,54.288642],[-10.234609,51.85102],[-8.539174,51.648383],[-6.369862,52.179999],[-6.269887,54.097927],[-7.2471,55.069322]]]},"properties":{"name":"Ireland","ISO3166-1-Alpha-3":"IRL","ISO3166-1-Alpha-2":"IE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.665354,51.617255],[-2.864817,50.733791],[0.271007,50.747382],[1.771169,52.485907],[0.329845,53.086493],[-1.630849,55.58511],[-2.964345,56.205634],[-1.759348,57.473578],[-5.599436,57.279242],[-5.170806,55.008694],[-3.017568,53.931952],[-4.197133,52.279283],[-2.665354,51.617255]]]},"properties":{"name":"United Kingdom","ISO3166-1-Alpha-3":"GBR","ISO3166-1-Alpha-2":"GB"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.965262,40.849394],[19.999848,39.693508],[21.707367,36.81802],[23.095551,36.807034],[23.204926,38.682685],[22.5713,40.054267],[24.415538,40.945543],[26.043956,40.738471],[26.333359,41.713036],[22.916978,41.335773],[20.965262,40.849394]]]},"properties":{"name":"Greece","ISO3166-1-Alpha-3":"GRC","ISO3166-1-Alpha-2":"GR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[32.920863,-9.4079],[30.752107,-8.194124],[28.915268,-8.472867],[28.497154,-11.857363],[25.994051,-11.904802],[23.967457,-10.872307],[24.000633,-13.001479],[21.979878,-13.001479],[21.983805,-16.165886],[23.381652,-17.641144],[25.259781,-17.794107],[27.048457,-17.944278],[29.186311,-15.812832],[30.396263,-15.635995],[30.214465,-14.981462],[33.202707,-14.013872],[33.230302,-11.416563],[33.674203,-10.577028],[32.920863,-9.4079]]]},"properties":{"name":"Zambia","ISO3166-1-Alpha-3":"ZMB","ISO3166-1-Alpha-2":"ZM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-10.282236,8.484625],[-11.272666,9.996006],[-12.508327,9.860381],[-13.301096,9.04149],[-12.506581,7.389838],[-11.476186,6.91942],[-10.282236,8.484625]]]},"properties":{"name":"Sierra Leone","ISO3166-1-Alpha-3":"SLE","ISO3166-1-Alpha-2":"SL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-13.301096,9.04149],[-12.508327,9.860381],[-11.272666,9.996006],[-10.282236,8.484625],[-9.438101,7.421564],[-8.485446,7.557989],[-7.958915,8.781997],[-7.989663,10.161991],[-8.993839,12.387514],[-10.711357,11.890386],[-11.388422,12.403895],[-13.728279,12.673388],[-13.729932,11.709829],[-15.020985,10.967475],[-13.301096,9.04149]]]},"properties":{"name":"Guinea","ISO3166-1-Alpha-3":"GIN","ISO3166-1-Alpha-2":"GN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-11.476186,6.91942],[-9.278717,5.145738],[-7.540666,4.352845],[-7.446543,5.845949],[-8.566113,6.550919],[-8.485446,7.557989],[-9.438101,7.421564],[-10.282236,8.484625],[-11.476186,6.91942]]]},"properties":{"name":"Liberia","ISO3166-1-Alpha-3":"LBR","ISO3166-1-Alpha-2":"LR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.861064,10.919154],[20.359408,9.116421],[19.10057,9.015265],[18.589283,8.047882],[15.481049,7.523263],[14.523899,5.279679],[16.196665,2.236454],[16.567701,3.464389],[18.626387,3.476869],[18.721058,4.377357],[19.71955,5.135967],[20.603114,4.409732],[22.492714,4.174036],[25.58126,5.374919],[27.441301,5.070725],[26.378007,6.65329],[24.170328,8.689327],[22.861064,10.919154]]]},"properties":{"name":"Central African Republic","ISO3166-1-Alpha-3":"CAF","ISO3166-1-Alpha-2":"CF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[22.861064,10.919154],[24.170328,8.689327],[25.084081,10.293223],[26.556859,9.520454],[28.843841,9.324545],[30.012979,10.270485],[31.234817,9.792323],[32.414073,11.050851],[33.902096,10.192041],[34.070698,9.454592],[34.279489,10.565506],[36.52638,14.263523],[37.000459,17.072602],[38.601573,18.004828],[37.434337,18.861721],[36.883637,21.995714],[34.084179,21.995454],[33.558442,21.710957],[33.181136,21.995409],[28.290345,21.994783],[24.981245,21.995351],[24.968016,19.994956],[23.981306,19.496124],[23.984406,15.72116],[23.094642,15.704262],[22.073722,13.771357],[22.861064,10.919154]]]},"properties":{"name":"Sudan","ISO3166-1-Alpha-3":"SDN","ISO3166-1-Alpha-2":"SD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.240733,11.48786],[43.117686,12.707913],[42.379459,12.465907],[41.79872,10.970675],[42.923715,10.998787],[43.240733,11.48786]]]},"properties":{"name":"Djibouti","ISO3166-1-Alpha-3":"DJI","ISO3166-1-Alpha-2":"DJ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.117686,12.707913],[41.156098,14.641588],[39.718272,15.263902],[38.601573,18.004828],[37.000459,17.072602],[36.52638,14.263523],[40.104559,14.465966],[42.379459,12.465907],[43.117686,12.707913]]]},"properties":{"name":"Eritrea","ISO3166-1-Alpha-3":"ERI","ISO3166-1-Alpha-2":"ER"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[16.945043,48.604166],[13.815725,48.76643],[12.744834,47.66536],[9.547482,47.534547],[9.521155,47.262801],[9.581203,47.05687],[10.453811,46.864427],[13.700951,46.519746],[16.094035,46.862774],[17.148338,48.005443],[16.945043,48.604166]]]},"properties":{"name":"Austria","ISO3166-1-Alpha-3":"AUT","ISO3166-1-Alpha-2":"AT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[44.766135,37.14192],[42.357238,37.109984],[41.414867,36.527384],[41.195656,34.768473],[38.774511,33.371685],[39.146375,32.118144],[42.075395,31.079861],[44.691825,29.201836],[46.532436,29.095745],[47.948009,29.994045],[48.531016,29.96133],[47.831323,31.761835],[45.658794,33.681692],[46.165481,35.189946],[44.766135,37.14192]]]},"properties":{"name":"Iraq","ISO3166-1-Alpha-3":"IRQ","ISO3166-1-Alpha-2":"IQ"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[7.022083,45.92526],[7.502289,43.792222],[8.76238,44.432115],[10.105805,44.01675],[10.499522,42.940497],[13.044607,41.227525],[15.610199,40.073188],[17.049571,40.51911],[14.075369,42.598822],[12.368826,44.250678],[12.487804,45.456732],[13.711762,45.593207],[13.700951,46.519746],[10.453811,46.864427],[10.133417,46.414016],[7.022083,45.92526]],[[12.42945,43.892056],[12.385629,43.924534],[12.421389,43.967219],[12.490325,43.939159],[12.42945,43.892056]],[[12.453137,41.902752],[12.453031,41.903915],[12.453983,41.903862],[12.454035,41.902752],[12.453137,41.902752]]],[[[15.528656,38.302639],[12.427013,37.797024],[14.487315,36.793362],[15.528656,38.302639]]],[[[9.792247,40.556952],[8.1338,40.728909],[8.371755,39.230618],[9.557791,39.139716],[9.792247,40.556952]]]]},"properties":{"name":"Italy","ISO3166-1-Alpha-3":"ITA","ISO3166-1-Alpha-2":"IT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[10.453811,46.864427],[9.581203,47.05687],[9.484981,47.176346],[9.521155,47.262801],[9.547482,47.534547],[7.586028,47.584619],[6.064157,46.471118],[7.022083,45.92526],[10.133417,46.414016],[10.453811,46.864427]]]},"properties":{"name":"Switzerland","ISO3166-1-Alpha-3":"CHE","ISO3166-1-Alpha-2":"CH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[44.806993,39.639902],[44.061372,39.400284],[44.766135,37.14192],[46.165481,35.189946],[45.658794,33.681692],[47.831323,31.761835],[48.531016,29.96133],[50.144867,29.938056],[51.380271,27.991418],[53.716075,26.708564],[54.801524,26.498236],[56.353038,27.201606],[57.326182,25.777004],[61.588227,25.202094],[62.753564,26.644163],[62.735684,27.994985],[60.844379,29.858179],[61.7852,30.831401],[60.855024,31.482731],[60.486778,34.094277],[61.269676,35.618499],[58.861037,37.668089],[57.038409,38.187283],[55.423108,38.075894],[53.913748,37.34276],[51.909028,36.582709],[49.014496,37.739163],[48.874278,38.434068],[47.846877,39.685279],[46.514039,38.882176],[46.135871,38.863701],[44.806993,39.639902]]]},"properties":{"name":"Iran","ISO3166-1-Alpha-3":"IRN","ISO3166-1-Alpha-2":"IR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.194591,53.245022],[4.745453,52.967597],[4.261068,51.369379],[5.99491,50.749927],[7.194591,53.245022]]]},"properties":{"name":"Netherlands","ISO3166-1-Alpha-3":"NLD","ISO3166-1-Alpha-2":"NL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.521155,47.262801],[9.484981,47.176346],[9.581203,47.05687],[9.521155,47.262801]]]},"properties":{"name":"Liechtenstein","ISO3166-1-Alpha-3":"LIE","ISO3166-1-Alpha-2":"LI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.989663,10.161991],[-7.958915,8.781997],[-8.485446,7.557989],[-8.566113,6.550919],[-7.446543,5.845949],[-7.540666,4.352845],[-5.851308,5.029975],[-2.843699,5.149115],[-3.262509,6.617142],[-2.506328,8.209267],[-2.689211,9.488724],[-4.966075,9.901025],[-5.522578,10.425489],[-7.989663,10.161991]]]},"properties":{"name":"Ivory Coast","ISO3166-1-Alpha-3":"CIV","ISO3166-1-Alpha-2":"CI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.242826,46.108091],[18.901306,45.931203],[19.015821,44.865635],[19.195345,43.532796],[20.345352,42.827439],[21.564066,42.246289],[22.345023,42.313439],[22.69164,44.228435],[20.242826,46.108091]]]},"properties":{"name":"Republic of Serbia","ISO3166-1-Alpha-3":"SRB","ISO3166-1-Alpha-2":"RS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-12.26413,14.774939],[-11.388422,12.403895],[-10.711357,11.890386],[-8.993839,12.387514],[-7.989663,10.161991],[-5.522578,10.425489],[-5.167819,11.943665],[-3.984042,13.39647],[-2.023412,14.198643],[-0.752895,15.069727],[0.218467,14.910977],[1.331526,15.283616],[3.507103,15.353973],[4.183961,16.416053],[4.22861,19.142244],[1.778113,20.304291],[1.146524,21.101711],[-2.523226,23.500996],[-4.821613,24.995065],[-6.593107,24.994134],[-5.963533,19.620612],[-5.510951,15.495903],[-11.727057,15.541171],[-12.26413,14.774939]]]},"properties":{"name":"Mali","ISO3166-1-Alpha-3":"MLI","ISO3166-1-Alpha-2":"ML"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-12.26413,14.774939],[-14.343254,16.63666],[-16.327397,16.474551],[-16.542348,15.808824],[-17.178212,14.653144],[-16.561399,13.586914],[-15.518195,13.5831],[-15.833318,13.156847],[-16.753651,13.065009],[-16.728437,12.332531],[-13.728279,12.673388],[-11.388422,12.403895],[-12.26413,14.774939]]]},"properties":{"name":"Senegal","ISO3166-1-Alpha-3":"SEN","ISO3166-1-Alpha-2":"SN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5964,11.695773],[3.837419,10.599897],[2.769164,9.057045],[2.703841,6.368352],[4.405528,6.358873],[6.09669,4.278144],[8.594168,4.815294],[8.855872,5.847499],[10.119465,6.994406],[11.509767,6.612311],[13.98233,11.276264],[14.064908,13.077988],[13.607314,13.7041],[12.472706,13.064165],[10.674986,13.375102],[9.640734,12.822526],[7.755578,13.327146],[6.906637,13.006856],[5.554317,13.873418],[4.506732,13.694669],[3.5964,11.695773]]]},"properties":{"name":"Nigeria","ISO3166-1-Alpha-3":"NGA","ISO3166-1-Alpha-2":"NG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5964,11.695773],[2.390169,11.896536],[0.901474,10.992741],[1.601173,9.049526],[1.61964,6.213894],[2.703841,6.368352],[2.769164,9.057045],[3.837419,10.599897],[3.5964,11.695773]]]},"properties":{"name":"Benin","ISO3166-1-Alpha-3":"BEN","ISO3166-1-Alpha-2":"BJ"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[13.073703,-4.635323],[12.009608,-5.019631],[12.210541,-5.763442],[13.073703,-4.635323]]],[[[23.967457,-10.872307],[23.014336,-11.102474],[21.854097,-9.61781],[21.784954,-7.283379],[19.521836,-7.001949],[19.355542,-8.001991],[17.536531,-8.015117],[16.597364,-5.924702],[13.183849,-5.856459],[12.279447,-6.147705],[13.369395,-8.3235],[12.996349,-9.093845],[13.75294,-10.646173],[13.639822,-12.248712],[12.512706,-13.442071],[11.736618,-15.900203],[11.766124,-17.252699],[13.363711,-16.964183],[13.942745,-17.408187],[18.453581,-17.389893],[20.806202,-18.031405],[23.381652,-17.641144],[21.983805,-16.165886],[21.979878,-13.001479],[24.000633,-13.001479],[23.967457,-10.872307]]]]},"properties":{"name":"Angola","ISO3166-1-Alpha-3":"AGO","ISO3166-1-Alpha-2":"AO"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[16.515302,46.501711],[15.666051,45.831674],[13.589529,45.488837],[15.144542,44.195461],[17.580658,42.942084],[15.717314,44.786466],[16.93264,45.278788],[19.015821,44.865635],[18.901306,45.931203],[16.515302,46.501711]]],[[[18.437355,42.559212],[17.653331,42.890937],[18.49643,42.416327],[18.437355,42.559212]]]]},"properties":{"name":"Croatia","ISO3166-1-Alpha-3":"HRV","ISO3166-1-Alpha-2":"HR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.589529,45.488837],[15.666051,45.831674],[16.515302,46.501711],[16.094035,46.862774],[13.700951,46.519746],[13.711762,45.593207],[13.589529,45.488837]]]},"properties":{"name":"Slovenia","ISO3166-1-Alpha-3":"SVN","ISO3166-1-Alpha-2":"SI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[50.807872,24.746649],[51.215258,24.62585],[51.616547,25.137193],[51.577485,25.880845],[51.047374,26.053046],[50.807872,24.746649]]]},"properties":{"name":"Qatar","ISO3166-1-Alpha-3":"QAT","ISO3166-1-Alpha-2":"QA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[50.807872,24.746649],[49.699474,26.958238],[48.432781,28.54048],[46.532436,29.095745],[44.691825,29.201836],[42.075395,31.079861],[39.146375,32.118144],[36.959532,31.490999],[37.981071,30.499483],[36.016437,29.189951],[34.949385,29.351686],[35.051931,28.119574],[37.230479,25.193671],[38.600175,23.568249],[39.08074,21.315009],[40.522634,19.97248],[42.78948,16.370958],[43.165044,17.32592],[45.165387,17.428395],[46.970342,16.956847],[49.128815,18.612095],[51.978615,18.995638],[54.97838,19.995421],[55.637565,21.97897],[55.186843,22.703577],[52.583074,22.931108],[51.569347,24.256171],[51.215258,24.62585],[50.807872,24.746649]]]},"properties":{"name":"Saudi Arabia","ISO3166-1-Alpha-3":"SAU","ISO3166-1-Alpha-2":"SA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[25.259781,-17.794107],[20.975081,-18.319346],[20.97198,-22.000671],[19.978346,-22.000671],[19.981447,-24.752493],[21.687182,-26.855207],[23.006998,-25.310805],[24.79862,-25.829223],[28.338559,-22.584615],[29.350074,-22.186707],[27.990415,-21.551913],[27.698133,-20.509083],[26.13027,-19.501082],[25.259781,-17.794107]]]},"properties":{"name":"Botswana","ISO3166-1-Alpha-3":"BWA","ISO3166-1-Alpha-2":"BW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[25.259781,-17.794107],[26.13027,-19.501082],[27.698133,-20.509083],[27.990415,-21.551913],[29.350074,-22.186707],[31.288922,-22.39734],[32.408543,-21.290327],[33.032795,-19.784166],[32.893372,-16.712415],[30.396263,-15.635995],[29.186311,-15.812832],[27.048457,-17.944278],[25.259781,-17.794107]]]},"properties":{"name":"Zimbabwe","ISO3166-1-Alpha-3":"ZWE","ISO3166-1-Alpha-2":"ZW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[76.777351,35.646112],[74.542354,37.021669],[72.565214,36.820596],[71.170932,36.027001],[71.633694,35.203124],[71.046702,34.041877],[69.547517,33.075011],[69.004036,31.651092],[68.125743,31.811496],[66.366264,30.922868],[66.195628,29.835338],[64.086093,29.386605],[60.844379,29.858179],[62.735684,27.994985],[62.753564,26.644163],[61.588227,25.202094],[64.662771,25.229071],[66.437022,25.597724],[67.631602,23.803453],[68.183035,23.842108],[71.063858,24.682577],[69.465093,26.80777],[70.341939,28.01147],[71.860864,27.950207],[74.329757,30.899614],[75.023668,32.466262],[74.002335,33.177692],[74.285832,34.768887],[75.777111,34.503812],[77.048971,35.110442],[76.777351,35.646112]]]},"properties":{"name":"Pakistan","ISO3166-1-Alpha-3":"PAK","ISO3166-1-Alpha-2":"PK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[26.333359,41.713036],[28.016775,41.972561],[28.57838,43.741278],[27.027476,44.177046],[25.35962,43.654287],[22.69164,44.228435],[22.345023,42.313439],[22.916978,41.335773],[26.333359,41.713036]]]},"properties":{"name":"Bulgaria","ISO3166-1-Alpha-3":"BGR","ISO3166-1-Alpha-2":"BG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[102.913585,11.645901],[102.328203,13.27516],[103.085005,14.295821],[105.184308,14.34574],[105.650998,15.634602],[104.754515,16.528915],[104.000039,18.318444],[102.078503,18.213799],[100.099295,20.317805],[97.839847,19.555319],[97.768947,17.67918],[98.631633,16.463131],[98.164995,15.125796],[99.152531,13.714875],[99.630022,11.815766],[98.747406,10.350531],[98.598888,8.374905],[100.127289,6.442288],[102.07309,6.257514],[100.395518,7.21133],[99.853526,9.294664],[99.151622,10.357367],[100.02003,12.192694],[101.830251,12.672797],[102.913585,11.645901]]]},"properties":{"name":"Thailand","ISO3166-1-Alpha-3":"THA","ISO3166-1-Alpha-2":"TH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.42945,43.892056],[12.490325,43.939159],[12.421389,43.967219],[12.385629,43.924534],[12.42945,43.892056]]]},"properties":{"name":"San Marino","ISO3166-1-Alpha-3":"SMR","ISO3166-1-Alpha-2":"SM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.757436,19.71011],[-72.776031,19.943915],[-72.885894,18.141425],[-71.776235,18.039252],[-71.757436,19.71011]]]},"properties":{"name":"Haiti","ISO3166-1-Alpha-3":"HTI","ISO3166-1-Alpha-2":"HT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.757436,19.71011],[-71.776235,18.039252],[-68.849599,18.374823],[-69.897939,19.635972],[-71.757436,19.71011]]]},"properties":{"name":"Dominican Republic","ISO3166-1-Alpha-3":"DOM","ISO3166-1-Alpha-2":"DO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.064908,13.077988],[14.830753,12.618249],[15.065881,10.793115],[13.947603,9.637759],[15.183703,8.479148],[15.481049,7.523263],[18.589283,8.047882],[19.10057,9.015265],[20.359408,9.116421],[22.861064,10.919154],[22.073722,13.771357],[23.094642,15.704262],[23.984406,15.72116],[23.981306,19.496124],[19.164132,21.874893],[15.985101,23.44472],[14.979909,22.995664],[15.736021,19.903541],[15.452421,16.876232],[13.449184,14.380131],[13.607314,13.7041],[14.064908,13.077988]]]},"properties":{"name":"Chad","ISO3166-1-Alpha-3":"TCD","ISO3166-1-Alpha-2":"TD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[47.948009,29.994045],[46.532436,29.095745],[48.432781,28.54048],[47.948009,29.994045]]]},"properties":{"name":"Kuwait","ISO3166-1-Alpha-3":"KWT","ISO3166-1-Alpha-2":"KW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-90.098307,13.731404],[-87.817169,13.406562],[-89.361621,14.415478],[-90.098307,13.731404]]]},"properties":{"name":"El Salvador","ISO3166-1-Alpha-3":"SLV","ISO3166-1-Alpha-2":"SV"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.361621,14.415478],[-88.220937,15.725653],[-88.913971,15.893948],[-89.160496,17.814314],[-90.990901,17.801964],[-92.246257,14.546279],[-90.098307,13.731404],[-89.361621,14.415478]]]},"properties":{"name":"Guatemala","ISO3166-1-Alpha-3":"GTM","ISO3166-1-Alpha-2":"GT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[124.919507,-8.962016],[125.061615,-9.485772],[127.009288,-8.67669],[126.967052,-8.309015],[125.144298,-8.631443],[124.919507,-8.962016]]]},"properties":{"name":"East Timor","ISO3166-1-Alpha-3":"TLS","ISO3166-1-Alpha-2":"TL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[114.9817,4.889065],[113.99879,4.601142],[114.586628,4.021435],[114.9817,4.889065]]]},"properties":{"name":"Brunei","ISO3166-1-Alpha-3":"BRN","ISO3166-1-Alpha-2":"BN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[7.437454,43.743361],[7.406969,43.763506],[7.36575,43.72273],[7.437454,43.743361]]]},"properties":{"name":"Monaco","ISO3166-1-Alpha-3":"MCO","ISO3166-1-Alpha-2":"MC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.821613,24.995065],[-2.523226,23.500996],[1.146524,21.101711],[1.778113,20.304291],[4.22861,19.142244],[5.837607,19.478631],[7.482726,20.872577],[11.968861,23.517351],[11.567128,24.26684],[10.032028,24.856339],[9.401162,26.113394],[9.93591,27.866724],[9.519708,30.228905],[9.045008,32.071842],[7.479832,33.893901],[8.236479,34.647654],[8.60251,36.939511],[5.304373,36.643012],[3.827485,36.912909],[1.04477,36.486884],[-2.222564,35.089301],[-1.787716,34.756691],[-1.249557,32.08166],[-3.659507,31.647821],[-3.645529,30.711317],[-5.756156,29.614071],[-7.619453,29.389422],[-8.682385,28.6659],[-8.682385,27.661439],[-8.682385,27.285416],[-4.821613,24.995065]]]},"properties":{"name":"Algeria","ISO3166-1-Alpha-3":"DZA","ISO3166-1-Alpha-2":"DZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[32.113884,-26.840014],[32.893077,-26.846124],[32.872732,-25.543878],[35.106456,-24.597914],[35.496837,-22.141534],[34.679942,-20.346938],[37.086436,-17.869073],[39.090505,-16.983819],[40.573253,-15.504978],[40.43686,-10.474786],[37.427824,-11.722591],[34.964615,-11.573556],[34.545312,-13.325749],[35.853036,-14.667476],[35.795675,-16.004965],[34.385219,-16.186453],[34.344084,-14.387389],[33.202707,-14.013872],[30.214465,-14.981462],[30.396263,-15.635995],[32.893372,-16.712415],[33.032795,-19.784166],[32.408543,-21.290327],[31.288922,-22.39734],[31.986554,-24.423108],[31.949243,-25.958104],[32.113884,-26.840014]]]},"properties":{"name":"Mozambique","ISO3166-1-Alpha-3":"MOZ","ISO3166-1-Alpha-2":"MZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[31.949243,-25.958104],[31.119836,-25.910045],[31.157043,-27.205573],[32.113884,-26.840014],[31.949243,-25.958104]]]},"properties":{"name":"eSwatini","ISO3166-1-Alpha-3":"SWZ","ISO3166-1-Alpha-2":"SZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.5546,-2.400628],[29.015365,-2.720711],[29.404179,-4.449805],[30.832205,-3.172777],[30.5546,-2.400628]]]},"properties":{"name":"Burundi","ISO3166-1-Alpha-3":"BDI","ISO3166-1-Alpha-2":"BI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[29.015365,-2.720711],[30.5546,-2.400628],[30.471786,-1.066837],[29.577915,-1.38839],[29.015365,-2.720711]]]},"properties":{"name":"Rwanda","ISO3166-1-Alpha-3":"RWA","ISO3166-1-Alpha-2":"RW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[92.575879,21.977574],[92.265147,21.061103],[93.987315,19.386705],[94.57252,17.311103],[94.215099,16.15766],[95.396495,15.716376],[97.54835,16.538153],[97.79477,14.880316],[98.691173,12.710435],[98.747406,10.350531],[99.630022,11.815766],[99.152531,13.714875],[98.164995,15.125796],[98.631633,16.463131],[97.768947,17.67918],[97.839847,19.555319],[100.099295,20.317805],[101.159024,21.552691],[99.95026,21.721156],[98.503269,24.121268],[97.536093,24.745028],[98.692404,25.87899],[98.679279,27.577336],[97.323496,28.217478],[95.139546,26.029937],[93.169021,22.246912],[92.575879,21.977574]]]},"properties":{"name":"Myanmar","ISO3166-1-Alpha-3":"MMR","ISO3166-1-Alpha-2":"MM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[92.575879,21.977574],[92.001753,25.18296],[90.364644,25.149991],[88.656273,26.415133],[88.074396,25.908135],[88.737508,24.287097],[89.060395,22.129869],[90.184825,21.800971],[91.456309,22.784817],[92.265147,21.061103],[92.575879,21.977574]]]},"properties":{"name":"Bangladesh","ISO3166-1-Alpha-3":"BGD","ISO3166-1-Alpha-2":"BD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[1.707006,42.502781],[1.429297,42.595386],[1.447901,42.434646],[1.707006,42.502781]]]},"properties":{"name":"Andorra","ISO3166-1-Alpha-3":"AND","ISO3166-1-Alpha-2":"AD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[74.542354,37.021669],[74.892307,37.231114],[71.597727,37.89836],[70.165205,37.889911],[67.780544,37.188868],[66.519588,37.36418],[64.76016,37.092621],[64.266134,36.152471],[62.621066,35.222709],[61.269676,35.618499],[60.486778,34.094277],[60.855024,31.482731],[61.7852,30.831401],[60.844379,29.858179],[64.086093,29.386605],[66.195628,29.835338],[66.366264,30.922868],[68.125743,31.811496],[69.004036,31.651092],[69.547517,33.075011],[71.046702,34.041877],[71.633694,35.203124],[71.170932,36.027001],[72.565214,36.820596],[74.542354,37.021669]]]},"properties":{"name":"Afghanistan","ISO3166-1-Alpha-3":"AFG","ISO3166-1-Alpha-2":"AF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[18.49643,42.416327],[19.365082,41.852362],[20.064956,42.546758],[20.345352,42.827439],[19.195345,43.532796],[18.437355,42.559212],[18.49643,42.416327]]]},"properties":{"name":"Montenegro","ISO3166-1-Alpha-3":"MNE","ISO3166-1-Alpha-2":"ME"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[17.653331,42.890937],[18.437355,42.559212],[19.195345,43.532796],[19.015821,44.865635],[16.93264,45.278788],[15.717314,44.786466],[17.580658,42.942084],[17.653331,42.890937]]]},"properties":{"name":"Bosnia and Herzegovina","ISO3166-1-Alpha-3":"BIH","ISO3166-1-Alpha-2":"BA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[30.471786,-1.066837],[33.904214,-1.002573],[33.893569,0.109814],[34.978671,1.675945],[33.977078,4.219692],[30.839543,3.490202],[31.242826,2.051168],[29.928281,0.785018],[29.577915,-1.38839],[30.471786,-1.066837]]]},"properties":{"name":"Uganda","ISO3166-1-Alpha-3":"UGA","ISO3166-1-Alpha-2":"UG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.095006,19.897226],[-75.137036,19.971551],[-75.164378,19.913719],[-75.095006,19.897226]]]},"properties":{"name":"US Naval Base Guantanamo Bay","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-75.095006,19.897226],[-74.998362,20.700751],[-75.783925,20.746405],[-77.507558,21.862454],[-80.024566,22.946682],[-82.033193,23.200507],[-81.824452,22.18891],[-78.76651,21.639716],[-77.737213,19.855699],[-75.137036,19.971551],[-75.095006,19.897226]]]},"properties":{"name":"Cuba","ISO3166-1-Alpha-3":"CUB","ISO3166-1-Alpha-2":"CU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.361621,14.415478],[-87.817169,13.406562],[-87.314036,12.981553],[-84.77017,14.805144],[-83.130444,14.997012],[-84.294638,15.81101],[-85.703196,15.976467],[-88.220937,15.725653],[-89.361621,14.415478]]]},"properties":{"name":"Honduras","ISO3166-1-Alpha-3":"HND","ISO3166-1-Alpha-2":"HN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.828684,1.434312],[-80.075836,0.816148],[-80.849517,-1.615818],[-80.340729,-3.393498],[-80.079655,-4.309038],[-79.009281,-4.96011],[-78.362938,-3.488727],[-76.684591,-2.57364],[-75.560034,-1.502595],[-75.283488,-0.107021],[-77.424391,0.408297],[-78.828684,1.434312]]]},"properties":{"name":"Ecuador","ISO3166-1-Alpha-3":"ECU","ISO3166-1-Alpha-2":"EC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.828684,1.434312],[-77.424391,0.408297],[-75.283488,-0.107021],[-73.63656,-1.255168],[-72.943269,-2.419024],[-70.874196,-2.229579],[-70.050629,-2.71513],[-69.96495,-4.236484],[-69.399454,-1.182717],[-70.073806,-0.124901],[-69.848807,1.668892],[-68.163302,1.721291],[-66.875061,1.22251],[-67.304647,3.425709],[-67.865078,4.512077],[-67.573984,6.266234],[-69.443638,6.122237],[-70.096621,6.944435],[-72.080996,7.066598],[-73.009725,9.295377],[-72.907561,10.452464],[-71.327507,11.849998],[-71.656158,12.465318],[-73.292388,11.294013],[-74.844372,11.10967],[-76.673207,8.680406],[-77.373525,8.66474],[-77.895839,7.235098],[-77.343007,6.543769],[-77.425038,4.004584],[-77.751536,2.627265],[-78.828684,1.434312]]]},"properties":{"name":"Colombia","ISO3166-1-Alpha-3":"COL","ISO3166-1-Alpha-2":"CO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.650357,-22.234456],[-61.006349,-23.805471],[-60.033669,-24.007009],[-57.556921,-25.45984],[-58.653289,-27.156274],[-56.124554,-27.298901],[-54.706475,-26.441796],[-54.600203,-25.574945],[-54.245289,-24.050624],[-55.398035,-23.97683],[-55.89294,-22.306803],[-57.986818,-22.035295],[-58.158797,-20.165125],[-59.089541,-19.286729],[-61.761213,-19.657765],[-62.650357,-22.234456]]]},"properties":{"name":"Paraguay","ISO3166-1-Alpha-3":"PRY","ISO3166-1-Alpha-2":"PY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-57.642466,-30.193092],[-57.602793,-30.190517],[-57.611698,-30.182963],[-57.642466,-30.193092]]]},"properties":{"name":"Brazilian Island","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.414418,37.192816],[-7.313528,39.457438],[-6.656772,41.933075],[-8.750803,41.96898],[-8.6551,40.993801],[-9.491689,38.707587],[-8.62678,37.121161],[-7.414418,37.192816]]]},"properties":{"name":"Portugal","ISO3166-1-Alpha-3":"PRT","ISO3166-1-Alpha-2":"PT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[26.617889,48.258968],[28.037027,47.016459],[28.199498,45.461774],[29.72695,46.455796],[29.123989,47.975987],[26.617889,48.258968]]]},"properties":{"name":"Moldova","ISO3166-1-Alpha-3":"MDA","ISO3166-1-Alpha-2":"MD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[61.269676,35.618499],[62.621066,35.222709],[64.266134,36.152471],[64.76016,37.092621],[66.519588,37.36418],[66.554159,38.026853],[64.120613,38.96168],[62.452808,40.009239],[61.877907,41.124984],[60.414534,41.235262],[59.866351,42.304215],[58.612267,42.780852],[55.978422,41.321717],[54.047171,42.345401],[52.437671,41.748876],[53.896658,42.078843],[54.639903,40.838772],[52.736583,40.484565],[53.97755,38.90176],[53.913748,37.34276],[55.423108,38.075894],[57.038409,38.187283],[58.861037,37.668089],[61.269676,35.618499]]]},"properties":{"name":"Turkmenistan","ISO3166-1-Alpha-3":"TKM","ISO3166-1-Alpha-2":"TM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[35.75759,32.744347],[35.560961,32.384717],[35.458125,31.491929],[34.955577,29.558987],[34.949385,29.351686],[36.016437,29.189951],[37.981071,30.499483],[36.959532,31.490999],[39.146375,32.118144],[38.774511,33.371685],[36.819385,32.316788],[35.75759,32.744347]]]},"properties":{"name":"Jordan","ISO3166-1-Alpha-3":"JOR","ISO3166-1-Alpha-2":"JO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[88.118218,27.860885],[85.98026,27.885172],[81.591588,30.414269],[80.996017,30.196969],[80.036386,28.837026],[82.752137,27.494964],[84.577039,27.329031],[85.821614,26.571713],[88.074189,26.453942],[88.118218,27.860885]]]},"properties":{"name":"Nepal","ISO3166-1-Alpha-3":"NPL","ISO3166-1-Alpha-2":"NP"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[28.980846,-28.909035],[27.747432,-28.908622],[27.366164,-30.311017],[29.144246,-29.919723],[28.980846,-28.909035]]]},"properties":{"name":"Lesotho","ISO3166-1-Alpha-3":"LSO","ISO3166-1-Alpha-2":"LS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[11.322078,2.16576],[13.294568,2.161058],[15.76465,1.908722],[16.196665,2.236454],[14.523899,5.279679],[15.481049,7.523263],[15.183703,8.479148],[13.947603,9.637759],[15.065881,10.793115],[14.830753,12.618249],[14.064908,13.077988],[13.98233,11.276264],[11.509767,6.612311],[10.119465,6.994406],[8.855872,5.847499],[8.594168,4.815294],[9.903087,3.272895],[9.799571,2.341742],[11.322078,2.16576]]]},"properties":{"name":"Cameroon","ISO3166-1-Alpha-3":"CMR","ISO3166-1-Alpha-2":"CM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[13.294568,2.161058],[11.322078,2.16576],[11.336341,0.999165],[9.804371,0.998354],[8.800304,-0.733657],[9.902438,-2.700431],[11.114016,-3.936856],[11.55824,-2.349365],[14.226966,-2.323113],[14.498991,-0.630916],[13.871225,0.196423],[14.183868,1.380847],[13.294568,2.161058]]]},"properties":{"name":"Gabon","ISO3166-1-Alpha-3":"GAB","ISO3166-1-Alpha-2":"GA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[3.5964,11.695773],[4.506732,13.694669],[5.554317,13.873418],[6.906637,13.006856],[7.755578,13.327146],[9.640734,12.822526],[10.674986,13.375102],[12.472706,13.064165],[13.607314,13.7041],[13.449184,14.380131],[15.452421,16.876232],[15.736021,19.903541],[14.979909,22.995664],[11.968861,23.517351],[7.482726,20.872577],[5.837607,19.478631],[4.22861,19.142244],[4.183961,16.416053],[3.507103,15.353973],[1.331526,15.283616],[0.218467,14.910977],[0.971754,13.067317],[2.390169,11.896536],[3.5964,11.695773]]]},"properties":{"name":"Niger","ISO3166-1-Alpha-3":"NER","ISO3166-1-Alpha-2":"NE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[2.390169,11.896536],[0.971754,13.067317],[0.218467,14.910977],[-0.752895,15.069727],[-2.023412,14.198643],[-3.984042,13.39647],[-5.167819,11.943665],[-5.522578,10.425489],[-4.966075,9.901025],[-2.689211,9.488724],[-2.750706,10.985842],[-0.166109,11.13498],[0.901474,10.992741],[2.390169,11.896536]]]},"properties":{"name":"Burkina Faso","ISO3166-1-Alpha-3":"BFA","ISO3166-1-Alpha-2":"BF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.166109,11.13498],[0.366597,10.304488],[0.519275,6.832246],[1.185395,6.100491],[1.61964,6.213894],[1.601173,9.049526],[0.901474,10.992741],[-0.166109,11.13498]]]},"properties":{"name":"Togo","ISO3166-1-Alpha-3":"TGO","ISO3166-1-Alpha-2":"TG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-0.166109,11.13498],[-2.750706,10.985842],[-2.689211,9.488724],[-2.506328,8.209267],[-3.262509,6.617142],[-2.843699,5.149115],[-2.090566,4.737128],[1.185395,6.100491],[0.519275,6.832246],[0.366597,10.304488],[-0.166109,11.13498]]]},"properties":{"name":"Ghana","ISO3166-1-Alpha-3":"GHA","ISO3166-1-Alpha-2":"GH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-13.728279,12.673388],[-16.728437,12.332531],[-15.020985,10.967475],[-13.729932,11.709829],[-13.728279,12.673388]]]},"properties":{"name":"Guinea-Bissau","ISO3166-1-Alpha-3":"GNB","ISO3166-1-Alpha-2":"GW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.358387,36.141109],[-5.35025,36.119289],[-5.33906,36.123847],[-5.338773,36.14112],[-5.358387,36.141109]]]},"properties":{"name":"Gibraltar","ISO3166-1-Alpha-3":"GIB","ISO3166-1-Alpha-2":"GI"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-122.753017,48.992515],[-122.791982,48.082913],[-124.734607,48.170404],[-123.898061,46.441636],[-124.547719,42.845445],[-124.062155,41.435876],[-124.36351,40.261481],[-121.895629,36.313929],[-120.472681,34.450273],[-118.544057,34.038886],[-117.125121,32.531669],[-114.822108,32.50024],[-111.067118,31.333644],[-108.214811,31.327443],[-106.517189,31.773824],[-105.008495,30.676992],[-104.530824,29.667906],[-103.147989,28.985105],[-101.409309,29.765781],[-99.507203,27.57377],[-99.085498,26.40764],[-97.139272,25.965806],[-97.550201,27.009182],[-97.024973,28.041449],[-94.888824,29.375963],[-93.199593,29.772811],[-90.08023,29.174709],[-88.927642,30.442206],[-87.156809,30.474514],[-85.307851,29.693427],[-83.680572,29.921291],[-82.644399,28.900377],[-82.842397,27.828518],[-81.086537,25.121405],[-80.42691,25.221747],[-80.038238,26.811184],[-81.499257,30.704332],[-80.887563,32.069403],[-77.911122,33.958157],[-75.721832,35.829169],[-76.378505,37.272332],[-75.154286,38.240912],[-73.634582,41.007055],[-70.533111,41.81623],[-70.815338,42.870266],[-68.986602,44.421169],[-67.176015,45.178656],[-67.805185,47.035631],[-69.267628,47.439844],[-70.407351,45.731525],[-71.50408,45.013739],[-74.712961,44.999254],[-76.841532,43.625504],[-78.688086,43.631808],[-79.019384,42.802686],[-82.424861,41.676811],[-82.153611,43.549591],[-82.532141,45.293516],[-84.87869,46.897914],[-88.347264,48.298655],[-91.427929,48.036449],[-95.177106,48.99267],[-98.474191,48.99267],[-105.94774,48.992618],[-110.563712,48.992618],[-118.257066,48.992515],[-122.753017,48.992515]]],[[[-141.005564,69.650946],[-149.344472,70.510077],[-151.979685,70.448717],[-156.817209,71.306342],[-162.014963,70.27733],[-166.548166,68.358832],[-162.435496,66.991034],[-168.081003,65.591498],[-166.189687,64.585191],[-162.607167,64.506781],[-160.791575,63.746527],[-164.579091,63.14057],[-166.199941,61.59455],[-163.614939,59.800849],[-161.713938,59.50137],[-157.709665,57.568671],[-158.318308,56.174709],[-151.741526,59.167141],[-148.401967,59.99136],[-148.306467,60.895697],[-143.918609,59.997016],[-140.322743,59.701239],[-136.598378,58.223049],[-134.497955,58.353949],[-130.889882,55.715277],[-130.019618,55.907952],[-132.107384,56.858753],[-135.482759,59.792475],[-137.611363,59.239331],[-141.001156,60.321074],[-141.003146,64.548671],[-141.005564,69.650946]]]]},"properties":{"name":"United States of America","ISO3166-1-Alpha-3":"USA","ISO3166-1-Alpha-2":"US"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-122.753017,48.992515],[-118.257066,48.992515],[-110.563712,48.992618],[-105.94774,48.992618],[-98.474191,48.99267],[-95.177106,48.99267],[-91.427929,48.036449],[-88.347264,48.298655],[-84.87869,46.897914],[-82.532141,45.293516],[-82.153611,43.549591],[-82.424861,41.676811],[-79.019384,42.802686],[-78.688086,43.631808],[-76.841532,43.625504],[-74.712961,44.999254],[-72.994496,46.210801],[-71.353993,46.739],[-69.069569,48.756212],[-66.543121,50.216132],[-60.06371,50.253974],[-58.947743,51.041612],[-55.684804,52.11168],[-56.036244,53.58043],[-57.15274,53.739936],[-59.007965,55.153673],[-61.83023,56.376899],[-61.889882,57.624986],[-64.147857,59.682847],[-67.649037,58.251776],[-69.45165,58.895209],[-70.110219,61.060126],[-73.670725,62.482123],[-77.490834,62.588324],[-78.165517,60.868354],[-77.283111,60.026597],[-78.473704,58.72016],[-76.589345,57.271308],[-76.658681,56.072984],[-79.67634,54.693793],[-78.521474,52.480943],[-79.700754,51.385443],[-82.301178,52.967597],[-82.458485,55.141181],[-85.126617,55.302558],[-88.920766,56.853095],[-92.2235,57.02147],[-93.189524,58.759711],[-94.807444,59.018134],[-93.502065,61.855821],[-88.044301,64.184312],[-85.856662,66.16283],[-81.527415,66.996039],[-82.57551,69.674058],[-85.21996,69.132799],[-86.501943,67.379381],[-90.000152,68.379259],[-92.990631,71.357123],[-96.616444,70.825751],[-94.322174,69.452989],[-94.860992,68.03087],[-96.46524,67.549506],[-104.483876,68.033922],[-106.197499,68.944403],[-112.42101,67.68244],[-115.533803,67.934394],[-121.427846,69.766832],[-125.032297,69.74726],[-130.324452,70.140204],[-137.191151,68.947903],[-141.005564,69.650946],[-141.003146,64.548671],[-141.001156,60.321074],[-137.611363,59.239331],[-135.482759,59.792475],[-132.107384,56.858753],[-130.019618,55.907952],[-130.458241,54.348619],[-127.800526,52.256293],[-127.777008,51.167222],[-126.242258,50.501044],[-125.391021,50.49726],[-124.732167,49.954291],[-122.753017,48.992515]]],[[[-67.176015,45.178656],[-65.462636,43.527574],[-63.715891,44.456122],[-61.071156,45.223944],[-64.514027,46.239407],[-64.826283,47.815497],[-64.221181,48.894355],[-66.62206,49.122626],[-69.054433,48.232367],[-70.534901,47.010565],[-73.139801,46.058336],[-74.712961,44.999254],[-71.50408,45.013739],[-70.407351,45.731525],[-69.267628,47.439844],[-67.805185,47.035631],[-67.176015,45.178656]]],[[[-52.628814,47.526679],[-55.22289,49.264553],[-56.720204,51.319322],[-59.398834,47.880316],[-55.250885,46.91885],[-54.013295,47.807196],[-52.628814,47.526679]]],[[[-100.872182,69.807807],[-104.591176,71.073188],[-106.823394,73.309638],[-110.729115,72.571275],[-114.584299,73.384589],[-118.593414,72.428697],[-117.442047,69.989407],[-112.583323,68.50967],[-105.885854,69.176459],[-103.383168,68.782294],[-100.872182,69.807807]]],[[[-72.948964,66.734565],[-74.502919,65.343492],[-76.676869,65.411078],[-77.757802,64.342963],[-73.452341,64.591498],[-71.372629,63.048529],[-66.274485,61.8581],[-64.484364,63.287787],[-66.649363,64.969916],[-63.497507,65.370836],[-61.270457,66.604804],[-63.888499,67.241604],[-68.133168,68.837226],[-67.115468,69.728664],[-75.198354,72.497626],[-80.558461,72.62759],[-81.528391,73.716213],[-89.051218,73.251695],[-89.449086,70.908026],[-85.782908,69.995185],[-81.071523,70.09927],[-75.687449,69.287055],[-72.988393,68.173285],[-72.948964,66.734565]]],[[[-115.323638,73.508694],[-121.5808,74.555854],[-125.752065,72.147691],[-123.099924,71.084621],[-115.323638,73.508694]]],[[[-123.321197,48.495836],[-125.436187,50.313625],[-128.319814,50.609809],[-126.572662,49.414293],[-123.321197,48.495836]]],[[[-80.183339,63.767564],[-86.028391,65.665025],[-86.405751,64.438544],[-84.59024,63.315131],[-82.533925,63.973049],[-80.183339,63.767564]]],[[[-96.32127,72.466864],[-97.570456,73.893704],[-100.885845,73.832099],[-100.636537,72.186469],[-96.32127,72.466864]]],[[[-90.291005,73.923285],[-95.248647,74.009914],[-95.592681,72.699449],[-91.857655,72.847968],[-90.291005,73.923285]]],[[[-105.395131,75.674262],[-115.512318,76.456204],[-117.674875,75.293158],[-113.693023,74.444485],[-106.008901,75.056627],[-105.395131,75.674262]]],[[[-79.56017,74.991523],[-81.113149,75.77912],[-88.245351,75.47842],[-87.643625,74.458319],[-81.788686,74.458401],[-79.56017,74.991523]]],[[[-96.623118,80.044338],[-92.952748,78.436713],[-88.770009,78.185533],[-84.918609,79.295966],[-87.700551,80.412584],[-95.231842,81.015326],[-96.623118,80.044338]]],[[[-61.085479,82.331163],[-69.483388,83.04564],[-79.340484,82.975531],[-91.708526,81.734361],[-86.437734,80.320014],[-84.32962,79.192369],[-87.482452,78.451972],[-85.249094,76.316107],[-75.581939,78.113023],[-61.085479,82.331163]]]]},"properties":{"name":"Canada","ISO3166-1-Alpha-3":"CAN","ISO3166-1-Alpha-2":"CA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-97.139272,25.965806],[-99.085498,26.40764],[-99.507203,27.57377],[-101.409309,29.765781],[-103.147989,28.985105],[-104.530824,29.667906],[-105.008495,30.676992],[-106.517189,31.773824],[-108.214811,31.327443],[-111.067118,31.333644],[-114.822108,32.50024],[-117.125121,32.531669],[-115.697564,29.755826],[-114.042592,28.458441],[-114.487542,27.238098],[-112.343495,26.178127],[-112.088043,24.773383],[-110.307362,23.541032],[-111.560055,26.695653],[-114.660302,30.183252],[-114.85291,31.526606],[-113.128841,30.81244],[-112.150725,28.962978],[-109.255727,26.497992],[-108.450795,25.269355],[-105.80016,22.638454],[-105.184967,21.44302],[-105.698681,20.406911],[-105.01712,19.368476],[-103.4984,18.333483],[-101.00824,17.252976],[-96.556038,15.659025],[-94.852081,16.4289],[-94.127838,16.220852],[-92.246257,14.546279],[-90.990901,17.801964],[-89.160496,17.814314],[-88.303822,18.48135],[-86.741567,21.16413],[-87.962066,21.600084],[-90.360097,21.000393],[-90.730092,19.375922],[-91.431188,18.880117],[-94.207143,18.189643],[-95.85204,18.716783],[-97.150543,20.64704],[-97.889394,22.625434],[-97.139272,25.965806]]]},"properties":{"name":"Mexico","ISO3166-1-Alpha-3":"MEX","ISO3166-1-Alpha-2":"MX"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-89.160496,17.814314],[-88.913971,15.893948],[-88.215077,16.967108],[-88.303822,18.48135],[-89.160496,17.814314]]]},"properties":{"name":"Belize","ISO3166-1-Alpha-3":"BLZ","ISO3166-1-Alpha-2":"BZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-82.573598,9.576199],[-82.897629,8.034748],[-80.470245,8.220649],[-78.757639,8.82925],[-77.895839,7.235098],[-77.373525,8.66474],[-79.550969,9.629292],[-80.822418,8.890692],[-82.573598,9.576199]]]},"properties":{"name":"Panama","ISO3166-1-Alpha-3":"PAN","ISO3166-1-Alpha-2":"PA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-60.020985,8.55801],[-60.783803,9.338609],[-62.831125,10.406806],[-64.748118,10.106879],[-66.541575,10.632717],[-67.941233,10.466457],[-68.863189,11.452867],[-71.458323,10.974921],[-71.327507,11.849998],[-72.907561,10.452464],[-73.009725,9.295377],[-72.080996,7.066598],[-70.096621,6.944435],[-69.443638,6.122237],[-67.573984,6.266234],[-67.865078,4.512077],[-67.304647,3.425709],[-66.875061,1.22251],[-66.346204,0.759386],[-64.080864,1.647394],[-64.063811,3.911597],[-61.542104,4.263023],[-60.739854,5.202138],[-61.379608,5.9053],[-60.020985,8.55801]]]},"properties":{"name":"Venezuela","ISO3166-1-Alpha-3":"VEN","ISO3166-1-Alpha-2":"VE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[140.974457,-2.600518],[140.97698,-9.106134],[142.652599,-9.330255],[144.431326,-7.612237],[146.102794,-8.100274],[147.761729,-10.059747],[149.460623,-10.352309],[148.114024,-8.055352],[147.161876,-7.390558],[147.449067,-5.961602],[145.727387,-5.422459],[144.513438,-3.81756],[140.974457,-2.600518]]]},"properties":{"name":"Papua New Guinea","ISO3166-1-Alpha-3":"PNG","ISO3166-1-Alpha-2":"PG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.886729,29.490058],[34.248351,31.211449],[34.200269,31.314267],[32.056977,31.079657],[30.362153,31.508734],[29.028087,30.827053],[25.15089,31.65648],[24.688343,30.144156],[24.981245,29.181372],[24.981245,25.205439],[24.981245,21.995351],[28.290345,21.994783],[33.181136,21.995409],[34.084179,21.995454],[36.883637,21.995714],[35.695305,22.932126],[35.513927,23.977118],[34.014008,26.61164],[34.078461,27.800686],[34.886729,29.490058]]]},"properties":{"name":"Egypt","ISO3166-1-Alpha-3":"EGY","ISO3166-1-Alpha-2":"EG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[51.978615,18.995638],[49.128815,18.612095],[46.970342,16.956847],[45.165387,17.428395],[43.165044,17.32592],[42.78948,16.370958],[43.248871,13.212714],[44.191173,12.619127],[46.700694,13.430325],[49.077973,14.50609],[52.228363,15.616116],[53.090343,16.642401],[51.978615,18.995638]]]},"properties":{"name":"Yemen","ISO3166-1-Alpha-3":"YEM","ISO3166-1-Alpha-2":"YE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-8.682385,27.285416],[-8.707216,25.995004],[-12.015308,25.9949],[-12.015308,23.495182],[-13.015247,23.018002],[-13.015247,21.333428],[-16.958831,21.332859],[-17.056874,20.766913],[-16.024159,17.96015],[-16.542348,15.808824],[-16.327397,16.474551],[-14.343254,16.63666],[-12.26413,14.774939],[-11.727057,15.541171],[-5.510951,15.495903],[-5.963533,19.620612],[-6.593107,24.994134],[-4.821613,24.995065],[-8.682385,27.285416]]]},"properties":{"name":"Mauritania","ISO3166-1-Alpha-3":"MRT","ISO3166-1-Alpha-2":"MR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.799571,2.341742],[9.804371,0.998354],[11.336341,0.999165],[11.322078,2.16576],[9.799571,2.341742]]]},"properties":{"name":"Equatorial Guinea","ISO3166-1-Alpha-3":"GNQ","ISO3166-1-Alpha-2":"GQ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-16.753651,13.065009],[-15.833318,13.156847],[-15.518195,13.5831],[-16.561399,13.586914],[-16.753651,13.065009]]]},"properties":{"name":"Gambia","ISO3166-1-Alpha-3":"GMB","ISO3166-1-Alpha-2":"GM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[114.229828,22.555813],[114.082367,22.529364],[114.111013,22.365953],[114.278331,22.270453],[114.338064,22.446357],[114.229828,22.555813]]]},"properties":{"name":"Hong Kong S.A.R.","ISO3166-1-Alpha-3":"HKG","ISO3166-1-Alpha-2":"HK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[12.453137,41.902752],[12.454035,41.902752],[12.453983,41.903862],[12.453031,41.903915],[12.453137,41.902752]]]},"properties":{"name":"Vatican","ISO3166-1-Alpha-3":"VAT","ISO3166-1-Alpha-2":"VA"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[34.012289,35.063795],[32.711388,35.181632],[33.679435,35.033899],[33.906505,35.069105],[34.012289,35.063795]]]},"properties":{"name":"Northern Cyprus","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[33.906505,35.069105],[33.898116,35.061272],[34.021961,35.057009],[34.012289,35.063795],[33.906505,35.069105]]],[[[33.679435,35.033899],[32.711388,35.181632],[32.691549,35.183705],[33.702935,34.987943],[33.679435,35.033899]]]]},"properties":{"name":"Cyprus No Mans Area","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[77.048971,35.110442],[77.800346,35.495406],[76.777351,35.646112],[77.048971,35.110442]]]},"properties":{"name":"Siachen Glacier","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[63.383914,45.565824],[63.754899,46.296658],[62.900274,46.208964],[63.383914,45.565824]]]},"properties":{"name":"Baykonur Cosmodrome","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[33.015635,34.634425],[32.832294,34.700948],[32.760671,34.653225],[33.015635,34.634425]]]},"properties":{"name":"Akrotiri Sovereign Base Area","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-73.465098,-49.759959],[-73.098247,-49.272754],[-73.457863,-49.307687],[-73.465098,-49.759959]]]},"properties":{"name":"Southern Patagonian Ice Field","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[33.181136,21.995409],[33.558442,21.710957],[34.084179,21.995454],[33.181136,21.995409]]]},"properties":{"name":"Bir Tawil","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-51.730641,-82.062557],[-59.46996,-83.460138],[-65.174306,-81.512302],[-74.838287,-80.919366],[-77.754018,-78.735772],[-75.526601,-77.541192],[-63.16161,-75.409438],[-60.093577,-73.299249],[-60.93456,-71.182224],[-63.21231,-68.838637],[-65.338531,-68.563409],[-63.755767,-66.214614],[-67.540395,-67.138767],[-66.759145,-69.071222],[-68.361887,-69.683364],[-66.747955,-72.092055],[-67.511098,-72.83408],[-74.105133,-73.716078],[-81.311187,-73.273045],[-82.064768,-73.886977],[-89.283803,-73.106622],[-99.768056,-73.36419],[-99.323964,-74.962579],[-106.449127,-75.316827],[-114.83849,-74.471449],[-129.975087,-74.913263],[-135.342397,-74.560154],[-146.209218,-75.91546],[-145.592519,-76.916762],[-149.974965,-77.816176],[-156.323842,-77.066095],[-158.637074,-77.864516],[-154.969797,-79.034763],[-147.945668,-79.786554],[-147.628,-80.92018],[-156.450144,-81.148696],[-152.542917,-82.54811],[-168.254709,-84.648207],[-180,-84.352796],[-180,-84.515235],[-180,-85.01385],[-180,-85.512465],[-180,-86.01108],[-180,-86.509695],[-180,-87.00831],[-180,-87.506925],[-180,-88.00554],[-180,-88.504155],[-180,-89.00277],[-180,-89.501385],[-180,-90],[-179.500693,-90],[-179.001387,-90],[-178.50208,-90],[-178.002774,-90],[-177.503467,-90],[-177.004161,-90],[-176.504854,-90],[-176.005548,-90],[-175.506241,-90],[-175.006935,-90],[-174.507628,-90],[-174.008322,-90],[-173.509015,-90],[-173.009709,-90],[-172.510402,-90],[-172.011096,-90],[-171.511789,-90],[-171.012483,-90],[-170.513176,-90],[-170.01387,-90],[-169.514563,-90],[-169.015257,-90],[-168.51595,-90],[-168.016644,-90],[-167.517337,-90],[-167.018031,-90],[-166.518724,-90],[-166.019417,-90],[-165.520111,-90],[-165.020804,-90],[-164.521498,-90],[-164.022191,-90],[-163.522885,-90],[-163.023578,-90],[-162.524272,-90],[-162.024965,-90],[-161.525659,-90],[-161.026352,-90],[-160.527046,-90],[-160.027739,-90],[-159.528433,-90],[-159.029126,-90],[-158.52982,-90],[-158.030513,-90],[-157.531207,-90],[-157.0319,-90],[-156.532594,-90],[-156.033287,-90],[-155.533981,-90],[-155.034674,-90],[-154.535368,-90],[-154.036061,-90],[-153.536755,-90],[-153.037448,-90],[-152.538141,-90],[-152.038835,-90],[-151.539528,-90],[-151.040222,-90],[-150.540915,-90],[-150.041609,-90],[-149.542302,-90],[-149.042996,-90],[-148.543689,-90],[-148.044383,-90],[-147.545076,-90],[-147.04577,-90],[-146.546463,-90],[-146.047157,-90],[-145.54785,-90],[-145.048544,-90],[-144.549237,-90],[-144.049931,-90],[-143.550624,-90],[-143.051318,-90],[-142.552011,-90],[-142.052705,-90],[-141.553398,-90],[-141.054092,-90],[-140.554785,-90],[-140.055479,-90],[-139.556172,-90],[-139.056865,-90],[-138.557559,-90],[-138.058252,-90],[-137.558946,-90],[-137.059639,-90],[-136.560333,-90],[-136.061026,-90],[-135.56172,-90],[-135.062413,-90],[-134.563107,-90],[-134.0638,-90],[-133.564494,-90],[-133.065187,-90],[-132.565881,-90],[-132.066574,-90],[-131.567268,-90],[-131.067961,-90],[-130.568655,-90],[-130.069348,-90],[-129.570042,-90],[-129.070735,-90],[-128.571429,-90],[-128.072122,-90],[-127.572816,-90],[-127.073509,-90],[-126.574202,-90],[-126.074896,-90],[-125.575589,-90],[-125.076283,-90],[-124.576976,-90],[-124.07767,-90],[-123.578363,-90],[-123.079057,-90],[-122.57975,-90],[-122.080444,-90],[-121.581137,-90],[-121.081831,-90],[-120.582524,-90],[-120.083218,-90],[-119.583911,-90],[-119.084605,-90],[-118.585298,-90],[-118.085992,-90],[-117.586685,-90],[-117.087379,-90],[-116.588072,-90],[-116.088766,-90],[-115.589459,-90],[-115.090153,-90],[-114.590846,-90],[-114.09154,-90],[-113.592233,-90],[-113.092926,-90],[-112.59362,-90],[-112.094313,-90],[-111.595007,-90],[-111.0957,-90],[-110.596394,-90],[-110.097087,-90],[-109.597781,-90],[-109.098474,-90],[-108.599168,-90],[-108.099861,-90],[-107.600555,-90],[-107.101248,-90],[-106.601942,-90],[-106.102635,-90],[-105.603329,-90],[-105.104022,-90],[-104.604716,-90],[-104.105409,-90],[-103.606103,-90],[-103.106796,-90],[-102.60749,-90],[-102.108183,-90],[-101.608877,-90],[-101.10957,-90],[-100.610264,-90],[-100.110957,-90],[-99.61165,-90],[-99.112344,-90],[-98.613037,-90],[-98.113731,-90],[-97.614424,-90],[-97.115118,-90],[-96.615811,-90],[-96.116505,-90],[-95.617198,-90],[-95.117892,-90],[-94.618585,-90],[-94.119279,-90],[-93.619972,-90],[-93.120666,-90],[-92.621359,-90],[-92.122053,-90],[-91.622746,-90],[-91.12344,-90],[-90.624133,-90],[-90.124827,-90],[-89.62552,-90],[-89.126214,-90],[-88.626907,-90],[-88.127601,-90],[-87.628294,-90],[-87.128988,-90],[-86.629681,-90],[-86.130374,-90],[-85.631068,-90],[-85.131761,-90],[-84.632455,-90],[-84.133148,-90],[-83.633842,-90],[-83.134535,-90],[-82.635229,-90],[-82.135922,-90],[-81.636616,-90],[-81.137309,-90],[-80.638003,-90],[-80.138696,-90],[-79.63939,-90],[-79.140083,-90],[-78.640777,-90],[-78.14147,-90],[-77.642164,-90],[-77.142857,-90],[-76.643551,-90],[-76.144244,-90],[-75.644938,-90],[-75.145631,-90],[-74.646325,-90],[-74.147018,-90],[-73.647712,-90],[-73.148405,-90],[-72.649098,-90],[-72.149792,-90],[-71.650485,-90],[-71.151179,-90],[-70.651872,-90],[-70.152566,-90],[-69.653259,-90],[-69.153953,-90],[-68.654646,-90],[-68.15534,-90],[-67.656033,-90],[-67.156727,-90],[-66.65742,-90],[-66.158114,-90],[-65.658807,-90],[-65.159501,-90],[-64.660194,-90],[-64.160888,-90],[-63.661581,-90],[-63.162275,-90],[-62.662968,-90],[-62.163662,-90],[-61.664355,-90],[-61.165049,-90],[-60.665742,-90],[-60.166436,-90],[-59.667129,-90],[-59.167822,-90],[-58.668516,-90],[-58.169209,-90],[-57.669903,-90],[-57.170596,-90],[-56.67129,-90],[-56.171983,-90],[-55.672677,-90],[-55.17337,-90],[-54.674064,-90],[-54.174757,-90],[-53.675451,-90],[-53.176144,-90],[-52.676838,-90],[-52.177531,-90],[-52.117718,-90],[-51.678225,-90],[-51.178918,-90],[-50.679612,-90],[-50.180305,-90],[-49.680999,-90],[-49.181692,-90],[-48.682386,-90],[-48.183079,-90],[-47.683773,-90],[-47.184466,-90],[-46.68516,-90],[-46.185853,-90],[-45.686546,-90],[-45.18724,-90],[-44.687933,-90],[-44.188627,-90],[-43.68932,-90],[-43.190014,-90],[-42.690707,-90],[-42.191401,-90],[-41.692094,-90],[-41.192788,-90],[-40.693481,-90],[-40.194175,-90],[-39.694868,-90],[-39.195562,-90],[-38.696255,-90],[-38.196949,-90],[-37.697642,-90],[-37.198336,-90],[-36.699029,-90],[-36.199723,-90],[-35.700416,-90],[-35.20111,-90],[-34.701803,-90],[-34.202497,-90],[-33.70319,-90],[-33.203883,-90],[-32.704577,-90],[-32.20527,-90],[-31.705964,-90],[-31.206657,-90],[-30.707351,-90],[-30.208044,-90],[-29.708738,-90],[-29.209431,-90],[-28.710125,-90],[-28.210818,-90],[-27.711512,-90],[-27.212205,-90],[-26.712899,-90],[-26.213592,-90],[-25.714286,-90],[-25.214979,-90],[-24.715673,-90],[-24.216366,-90],[-23.71706,-90],[-23.217753,-90],[-22.718447,-90],[-22.21914,-90],[-21.719834,-90],[-21.220527,-90],[-20.721221,-90],[-20.221914,-90],[-19.722607,-90],[-19.223301,-90],[-18.723994,-90],[-18.224688,-90],[-17.725381,-90],[-17.226075,-90],[-16.726768,-90],[-16.227462,-90],[-15.728155,-90],[-15.228849,-90],[-14.729542,-90],[-14.230236,-90],[-13.730929,-90],[-13.231623,-90],[-12.732316,-90],[-12.23301,-90],[-11.733703,-90],[-11.234397,-90],[-10.73509,-90],[-10.235784,-90],[-9.736477,-90],[-9.237171,-90],[-8.737864,-90],[-8.238558,-90],[-7.739251,-90],[-7.239945,-90],[-6.740638,-90],[-6.241331,-90],[-5.742025,-90],[-5.242718,-90],[-4.743412,-90],[-4.244105,-90],[-3.744799,-90],[-3.245492,-90],[-2.746186,-90],[-2.246879,-90],[-1.747573,-90],[-1.248266,-90],[-0.74896,-90],[-0.249653,-90],[0.249653,-90],[0.74896,-90],[1.248266,-90],[1.747573,-90],[2.246879,-90],[2.746186,-90],[3.245492,-90],[3.744799,-90],[4.244105,-90],[4.743412,-90],[5.242718,-90],[5.742025,-90],[6.241331,-90],[6.740638,-90],[7.239945,-90],[7.739251,-90],[8.238558,-90],[8.737864,-90],[9.237171,-90],[9.736477,-90],[10.235784,-90],[10.73509,-90],[11.234397,-90],[11.733703,-90],[12.23301,-90],[12.732316,-90],[13.231623,-90],[13.730929,-90],[14.230236,-90],[14.729542,-90],[15.228849,-90],[15.728155,-90],[16.227462,-90],[16.726768,-90],[17.226075,-90],[17.725381,-90],[18.224688,-90],[18.723994,-90],[19.223301,-90],[19.722607,-90],[20.221914,-90],[20.721221,-90],[21.220527,-90],[21.719834,-90],[22.21914,-90],[22.718447,-90],[23.217753,-90],[23.71706,-90],[24.216366,-90],[24.715673,-90],[25.214979,-90],[25.714286,-90],[26.213592,-90],[26.712899,-90],[27.212205,-90],[27.711512,-90],[28.210818,-90],[28.710125,-90],[29.209431,-90],[29.708738,-90],[30.208044,-90],[30.707351,-90],[31.206657,-90],[31.705964,-90],[32.20527,-90],[32.704577,-90],[33.203883,-90],[33.70319,-90],[34.202497,-90],[34.701803,-90],[35.20111,-90],[35.700416,-90],[36.199723,-90],[36.699029,-90],[37.198336,-90],[37.697642,-90],[38.196949,-90],[38.696255,-90],[39.195562,-90],[39.694868,-90],[40.194175,-90],[40.693481,-90],[41.192788,-90],[41.692094,-90],[42.191401,-90],[42.690707,-90],[43.190014,-90],[43.68932,-90],[44.188627,-90],[44.687933,-90],[45.18724,-90],[45.686546,-90],[46.185853,-90],[46.68516,-90],[47.184466,-90],[47.683773,-90],[48.183079,-90],[48.682386,-90],[49.181692,-90],[49.680999,-90],[50.180305,-90],[50.679612,-90],[51.178918,-90],[51.678225,-90],[52.177531,-90],[52.676838,-90],[53.176144,-90],[53.675451,-90],[54.174757,-90],[54.674064,-90],[55.17337,-90],[55.672677,-90],[56.171983,-90],[56.67129,-90],[57.170596,-90],[57.669903,-90],[58.169209,-90],[58.668516,-90],[59.167822,-90],[59.667129,-90],[60.166436,-90],[60.665742,-90],[61.165049,-90],[61.651875,-90],[61.664355,-90],[62.163662,-90],[62.662968,-90],[63.162275,-90],[63.661581,-90],[64.160888,-90],[64.660194,-90],[65.159501,-90],[65.658807,-90],[66.158114,-90],[66.65742,-90],[67.156727,-90],[67.656033,-90],[68.15534,-90],[68.654646,-90],[69.153953,-90],[69.653259,-90],[70.152566,-90],[70.651872,-90],[71.151179,-90],[71.650485,-90],[72.149792,-90],[72.649098,-90],[73.148405,-90],[73.647712,-90],[74.147018,-90],[74.646325,-90],[75.145631,-90],[75.644938,-90],[76.144244,-90],[76.643551,-90],[77.142857,-90],[77.642164,-90],[78.14147,-90],[78.640777,-90],[79.140083,-90],[79.63939,-90],[80.138696,-90],[80.638003,-90],[81.137309,-90],[81.636616,-90],[82.135922,-90],[82.635229,-90],[83.134535,-90],[83.633842,-90],[84.133148,-90],[84.632455,-90],[85.131761,-90],[85.631068,-90],[86.130374,-90],[86.629681,-90],[87.128988,-90],[87.628294,-90],[88.127601,-90],[88.626907,-90],[89.126214,-90],[89.62552,-90],[90.124827,-90],[90.624133,-90],[91.12344,-90],[91.622746,-90],[92.122053,-90],[92.621359,-90],[93.120666,-90],[93.619972,-90],[94.119279,-90],[94.618585,-90],[95.117892,-90],[95.617198,-90],[96.116505,-90],[96.615811,-90],[97.115118,-90],[97.614424,-90],[98.113731,-90],[98.613037,-90],[99.112344,-90],[99.61165,-90],[100.110957,-90],[100.610264,-90],[101.10957,-90],[101.608877,-90],[102.108183,-90],[102.60749,-90],[103.106796,-90],[103.606103,-90],[104.105409,-90],[104.604716,-90],[105.104022,-90],[105.603329,-90],[106.102635,-90],[106.601942,-90],[107.101248,-90],[107.600555,-90],[108.099861,-90],[108.599168,-90],[109.098474,-90],[109.597781,-90],[110.097087,-90],[110.596394,-90],[111.0957,-90],[111.595007,-90],[112.094313,-90],[112.59362,-90],[113.092926,-90],[113.592233,-90],[114.09154,-90],[114.590846,-90],[115.090153,-90],[115.589459,-90],[116.088766,-90],[116.588072,-90],[117.087379,-90],[117.586685,-90],[118.085992,-90],[118.585298,-90],[119.084605,-90],[119.583911,-90],[120.083218,-90],[120.582524,-90],[121.081831,-90],[121.581137,-90],[122.080444,-90],[122.57975,-90],[123.079057,-90],[123.578363,-90],[124.07767,-90],[124.576976,-90],[125.076283,-90],[125.575589,-90],[126.074896,-90],[126.574202,-90],[127.073509,-90],[127.572816,-90],[128.072122,-90],[128.571429,-90],[129.070735,-90],[129.570042,-90],[130.069348,-90],[130.568655,-90],[131.067961,-90],[131.567268,-90],[132.066574,-90],[132.565881,-90],[133.065187,-90],[133.564494,-90],[134.0638,-90],[134.563107,-90],[135.062413,-90],[135.56172,-90],[136.061026,-90],[136.560333,-90],[137.059639,-90],[137.558946,-90],[138.058252,-90],[138.557559,-90],[139.056865,-90],[139.556172,-90],[140.055479,-90],[140.554785,-90],[141.054092,-90],[141.553398,-90],[142.052705,-90],[142.552011,-90],[143.051318,-90],[143.550624,-90],[144.049931,-90],[144.549237,-90],[145.048544,-90],[145.54785,-90],[146.047157,-90],[146.546463,-90],[147.04577,-90],[147.545076,-90],[148.044383,-90],[148.543689,-90],[149.042996,-90],[149.542302,-90],[150.041609,-90],[150.540915,-90],[151.040222,-90],[151.539528,-90],[152.038835,-90],[152.538141,-90],[153.037448,-90],[153.536755,-90],[154.036061,-90],[154.535368,-90],[155.034674,-90],[155.533981,-90],[156.033287,-90],[156.532594,-90],[157.0319,-90],[157.531207,-90],[158.030513,-90],[158.52982,-90],[159.029126,-90],[159.528433,-90],[160.027739,-90],[160.527046,-90],[161.026352,-90],[161.525659,-90],[162.024965,-90],[162.524272,-90],[163.023578,-90],[163.522885,-90],[164.022191,-90],[164.521498,-90],[165.020804,-90],[165.520111,-90],[166.019417,-90],[166.518724,-90],[167.018031,-90],[167.517337,-90],[168.016644,-90],[168.51595,-90],[169.015257,-90],[169.514563,-90],[170.01387,-90],[170.513176,-90],[171.012483,-90],[171.511789,-90],[172.011096,-90],[172.510402,-90],[173.009709,-90],[173.509015,-90],[174.008322,-90],[174.507628,-90],[175.006935,-90],[175.506241,-90],[176.005548,-90],[176.504854,-90],[177.004161,-90],[177.503467,-90],[178.002774,-90],[178.50208,-90],[179.001387,-90],[179.500693,-90],[180,-90],[180,-89.501385],[180,-89.00277],[180,-88.504155],[180,-88.00554],[180,-87.506925],[180,-87.00831],[180,-86.509695],[180,-86.01108],[180,-85.512465],[180,-85.01385],[180,-84.515235],[180,-84.353382],[180,-84.352796],[167.74879,-83.255141],[161.011485,-81.548761],[160.386974,-79.168145],[164.207856,-78.225763],[162.591482,-74.750177],[164.591482,-73.92669],[169.2199,-73.132501],[170.813731,-71.699802],[164.240408,-70.491143],[161.990082,-70.92254],[159.753591,-69.501886],[151.094249,-68.406996],[146.718028,-68.303399],[143.470714,-66.845636],[136.159516,-66.245375],[130.729991,-66.147149],[129.202647,-67.100356],[125.897797,-66.306248],[119.022227,-67.411798],[113.203624,-65.765395],[108.135753,-66.62477],[103.908214,-65.978774],[93.997081,-66.731378],[87.965668,-66.770278],[79.131358,-68.147719],[77.841645,-69.13006],[68.669688,-71.203709],[70.115408,-68.493585],[69.682953,-67.864435],[62.617361,-67.660089],[56.601248,-66.943455],[55.611583,-66.027927],[51.772146,-66.037205],[39.857921,-68.829522],[39.713064,-69.586847],[32.851085,-69.945489],[26.445649,-71.032403],[19.289236,-70.914321],[16.598155,-70.3742],[9.167817,-70.308038],[0.232188,-71.349867],[-11.072092,-71.549005],[-11.356557,-72.396417],[-16.602854,-73.633559],[-19.240468,-75.548435],[-25.94815,-75.933038],[-33.721099,-77.310968],[-36.251332,-78.851658],[-29.760813,-80.175551],[-38.75536,-80.871026],[-51.730641,-82.062557]]],[[[-52.518788,-80.200128],[-43.531565,-80.199965],[-43.818837,-78.248305],[-49.072336,-78.042169],[-52.518788,-80.200128]]]]},"properties":{"name":"Antarctica","ISO3166-1-Alpha-3":"ATA","ISO3166-1-Alpha-2":"AQ"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[131.535899,-31.605564],[134.273285,-32.588067],[135.741466,-34.861017],[136.369395,-34.073419],[138.536306,-34.740899],[139.475434,-35.896417],[139.741547,-37.180841],[141.434418,-38.375095],[143.536957,-38.858331],[144.982677,-37.899347],[145.915782,-38.895766],[148.306407,-37.823419],[149.985362,-37.495864],[150.163422,-35.956638],[151.670584,-33.06113],[152.52156,-32.427494],[153.605968,-28.867446],[153.121593,-25.93377],[152.404796,-24.748712],[150.856619,-23.519952],[150.826427,-22.697931],[149.608572,-22.244317],[148.566661,-20.059991],[146.446544,-19.059747],[146.071056,-17.392022],[145.400401,-16.443292],[145.27711,-14.947035],[143.951996,-14.498956],[143.43393,-12.613051],[142.174571,-10.930108],[141.474132,-13.7763],[141.665701,-15.011407],[140.833263,-17.450779],[139.999522,-17.70615],[139.037283,-16.915623],[136.767914,-15.900811],[135.391287,-14.739923],[135.883365,-13.325764],[135.07016,-12.259942],[133.141124,-11.674574],[132.045665,-12.307387],[131.000173,-12.171319],[129.358084,-14.408787],[128.175304,-14.698419],[126.952891,-13.723565],[125.658051,-14.360284],[124.403331,-15.559259],[124.378429,-16.214939],[122.276052,-17.089288],[122.220388,-18.197198],[121.193533,-19.472426],[120.238292,-19.906834],[116.743175,-20.616876],[115.4546,-21.513767],[114.011485,-21.859959],[113.385265,-24.249119],[114.155284,-25.789727],[113.590579,-26.675651],[114.97877,-29.479913],[115.680349,-31.648614],[115.66684,-33.287693],[115.017833,-34.26214],[116.465099,-35.000665],[118.119884,-34.987074],[120.002208,-33.926039],[123.566661,-33.884373],[124.116547,-33.121515],[126.18572,-32.232517],[128.990001,-31.690525],[131.535899,-31.605564]]],[[[147.998546,-43.230401],[148.331391,-41.002211],[146.423676,-41.166192],[144.68922,-40.704522],[146.030772,-43.48268],[147.998546,-43.230401]]]]},"properties":{"name":"Australia","ISO3166-1-Alpha-3":"AUS","ISO3166-1-Alpha-2":"AU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-40.875803,65.096503],[-34.6433,66.380439],[-32.125396,68.050686],[-26.416737,68.658922],[-23.703033,69.718085],[-27.506174,70.942125],[-21.667958,71.401435],[-24.34203,72.331732],[-25.292226,73.473538],[-19.427235,75.225531],[-18.324452,77.208482],[-21.629994,77.998114],[-11.63858,81.388414],[-21.025624,81.771633],[-21.318512,82.605536],[-32.490712,83.634101],[-67.455434,80.342515],[-66.117096,79.102769],[-72.590199,78.521226],[-66.487131,75.947414],[-63.476918,76.376899],[-58.166737,75.500434],[-54.650258,72.844957],[-55.514475,71.449164],[-54.018707,70.413235],[-50.847157,69.626288],[-53.687652,67.811835],[-53.455393,65.960761],[-51.539215,63.685045],[-47.932118,60.841742],[-44.926381,60.327094],[-42.826283,60.611274],[-40.614125,63.807563],[-40.875803,65.096503]]]},"properties":{"name":"Greenland","ISO3166-1-Alpha-3":"GRL","ISO3166-1-Alpha-2":"GL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[178.711436,-17.991957],[178.262706,-17.335626],[177.388927,-17.640558],[178.168305,-18.248468],[178.711436,-17.991957]]]},"properties":{"name":"Fiji","ISO3166-1-Alpha-3":"FJI","ISO3166-1-Alpha-2":"FJ"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[172.748694,-43.279694],[174.197927,-41.876072],[172.689138,-40.734063],[171.122813,-42.59238],[168.340099,-44.118341],[166.489757,-45.80755],[169.035981,-46.681899],[170.698416,-45.679295],[171.346002,-44.278631],[172.748694,-43.279694]]],[[[176.953712,-39.607513],[178.294607,-38.539809],[174.819102,-36.823663],[174.578868,-38.839451],[175.234874,-40.336033],[176.953712,-39.607513]]]]},"properties":{"name":"New Zealand","ISO3166-1-Alpha-3":"NZL","ISO3166-1-Alpha-2":"NZ"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[167.034434,-22.237481],[164.495616,-20.300226],[164.365571,-20.758071],[166.478363,-22.287205],[167.034434,-22.237481]]]},"properties":{"name":"New Caledonia","ISO3166-1-Alpha-3":"NCL","ISO3166-1-Alpha-2":"NC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[44.254731,-20.376072],[43.222911,-22.254815],[43.656261,-24.185317],[44.369477,-25.256768],[45.492198,-25.573663],[47.137462,-24.909275],[47.900645,-22.481134],[49.359223,-18.424005],[49.431326,-17.283868],[50.503917,-15.316176],[49.864268,-12.880466],[48.747406,-13.411554],[46.332693,-15.630141],[44.854259,-16.225356],[43.943126,-17.455743],[44.459646,-19.417657],[44.254731,-20.376072]]]},"properties":{"name":"Madagascar","ISO3166-1-Alpha-3":"MDG","ISO3166-1-Alpha-2":"MG"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[126.569184,7.301093],[126.312755,8.956244],[124.780772,8.949123],[123.965505,6.821275],[125.181163,5.798326],[126.569184,7.301093]]],[[[122.297211,18.403876],[120.611095,18.53856],[120.090099,14.794338],[121.379161,15.308173],[122.529063,17.090522],[122.297211,18.403876]]]]},"properties":{"name":"Philippines","ISO3166-1-Alpha-3":"PHL","ISO3166-1-Alpha-2":"PH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[81.875987,7.091946],[81.365733,8.482164],[80.272227,9.504136],[79.763845,7.990139],[80.10377,6.127143],[81.362071,6.225409],[81.875987,7.091946]]]},"properties":{"name":"Sri Lanka","ISO3166-1-Alpha-3":"LKA","ISO3166-1-Alpha-2":"LK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-68.780751,12.097805],[-68.835276,12.171047],[-69.040761,12.256049],[-69.071523,12.341376],[-69.164296,12.306952],[-69.078603,12.20425],[-68.944732,12.105618],[-68.780751,12.097805]]]},"properties":{"name":"Curaçao","ISO3166-1-Alpha-3":"CUW","ISO3166-1-Alpha-2":"CW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-69.996938,12.577582],[-70.058095,12.537177],[-69.888092,12.41767],[-69.880198,12.453559],[-69.996938,12.577582]]]},"properties":{"name":"Aruba","ISO3166-1-Alpha-3":"ABW","ISO3166-1-Alpha-2":"AW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-77.812367,26.906806],[-77.517486,26.8522],[-77.312164,26.594672],[-77.160715,26.564195],[-77.256418,26.203925],[-77.01476,26.31566],[-77.058827,26.529364],[-77.269887,26.625067],[-77.511301,26.869534],[-77.812367,26.906806]]]},"properties":{"name":"The Bahamas","ISO3166-1-Alpha-3":"BHS","ISO3166-1-Alpha-2":"BS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-71.802846,21.787909],[-71.741119,21.794908],[-71.63093,21.774319],[-71.678782,21.841864],[-71.809397,21.839993],[-71.802846,21.787909]]]},"properties":{"name":"Turks and Caicos Islands","ISO3166-1-Alpha-3":"TCA","ISO3166-1-Alpha-2":"TC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[121.905772,24.9501],[121.059337,25.050238],[120.18922,23.774807],[121.400076,23.145494],[121.905772,24.9501]]]},"properties":{"name":"Taiwan","ISO3166-1-Alpha-3":"TWN","ISO3166-1-Alpha-2":"CN-TW"}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[133.422211,34.445014],[134.744395,34.766547],[135.765571,33.481545],[136.519542,34.680854],[139.867686,35.013332],[140.93336,37.889228],[142.069347,39.540473],[141.276096,41.353196],[140.270763,40.812405],[139.432384,38.169135],[138.244895,37.183789],[136.760555,36.870599],[135.981668,35.643638],[132.635359,35.440955],[133.422211,34.445014]]],[[[145.767426,43.387274],[143.783214,44.100653],[141.96046,45.51024],[141.440115,43.361721],[141.726085,42.617174],[143.638845,42.661078],[145.767426,43.387274]]]]},"properties":{"name":"Japan","ISO3166-1-Alpha-3":"JPN","ISO3166-1-Alpha-2":"JP"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-56.273793,46.895453],[-56.31371,46.975653],[-56.253326,47.053697],[-56.395904,47.113593],[-56.336781,46.95425],[-56.273793,46.895453]]]},"properties":{"name":"Saint Pierre and Miquelon","ISO3166-1-Alpha-3":"SPM","ISO3166-1-Alpha-2":"PM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-14.563629,66.384508],[-17.419342,65.994045],[-24.196685,65.501166],[-20.185699,63.54442],[-18.732045,63.396715],[-14.510487,64.442328],[-13.526967,65.055487],[-14.563629,66.384508]]]},"properties":{"name":"Iceland","ISO3166-1-Alpha-3":"ISL","ISO3166-1-Alpha-2":"IS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-128.33019,-24.324314],[-128.35025,-24.341241],[-128.320668,-24.400649],[-128.290151,-24.39837],[-128.3037,-24.334649],[-128.33019,-24.324314]]]},"properties":{"name":"Pitcairn Islands","ISO3166-1-Alpha-3":"PCN","ISO3166-1-Alpha-2":"PN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-149.183461,-17.731215],[-149.354115,-17.540134],[-149.604319,-17.525811],[-149.587514,-17.731215],[-149.183461,-17.731215]]]},"properties":{"name":"French Polynesia","ISO3166-1-Alpha-3":"PYF","ISO3166-1-Alpha-2":"PF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[70.548839,-49.183201],[69.71225,-49.306817],[70.12322,-49.713556],[70.548839,-49.183201]]]},"properties":{"name":"French Southern and Antarctic Lands","ISO3166-1-Alpha-3":"ATF","ISO3166-1-Alpha-2":"TF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[55.401702,-4.660534],[55.448979,-4.677853],[55.516852,-4.750407],[55.528555,-4.680193],[55.458846,-4.618115],[55.401702,-4.660534]]]},"properties":{"name":"Seychelles","ISO3166-1-Alpha-3":"SYC","ISO3166-1-Alpha-2":"SC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-157.190989,1.763902],[-157.382069,1.902167],[-157.448964,1.800238],[-157.190989,1.763902]]]},"properties":{"name":"Kiribati","ISO3166-1-Alpha-3":"KIR","ISO3166-1-Alpha-2":"KI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[171.393565,7.109931],[171.22641,7.075751],[171.263194,7.067694],[171.293468,7.083686],[171.366873,7.094468],[171.393565,7.109931]]]},"properties":{"name":"Marshall Islands","ISO3166-1-Alpha-3":"MHL","ISO3166-1-Alpha-2":"MH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.002268,10.699368],[-61.602122,10.747748],[-61.458363,10.302191],[-60.996002,10.138251],[-61.002268,10.699368]]]},"properties":{"name":"Trinidad and Tobago","ISO3166-1-Alpha-3":"TTO","ISO3166-1-Alpha-2":"TT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.612945,12.214423],[-61.671457,12.23607],[-61.756418,12.087836],[-61.61384,12.08039],[-61.612945,12.214423]]]},"properties":{"name":"Grenada","ISO3166-1-Alpha-3":"GRD","ISO3166-1-Alpha-2":"GD"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.167348,13.146064],[-61.123931,13.308254],[-61.212026,13.368883],[-61.271352,13.18651],[-61.167348,13.146064]]]},"properties":{"name":"Saint Vincent and the Grenadines","ISO3166-1-Alpha-3":"VCT","ISO3166-1-Alpha-2":"VC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-59.42691,13.160386],[-59.654205,13.295111],[-59.608144,13.084662],[-59.42691,13.160386]]]},"properties":{"name":"Barbados","ISO3166-1-Alpha-3":"BRB","ISO3166-1-Alpha-2":"BB"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-60.88679,14.010077],[-61.075917,13.890367],[-60.940785,13.722113],[-60.88679,14.010077]]]},"properties":{"name":"Saint Lucia","ISO3166-1-Alpha-3":"LCA","ISO3166-1-Alpha-2":"LC"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.362864,15.201809],[-61.307688,15.57925],[-61.488922,15.535712],[-61.362864,15.201809]]]},"properties":{"name":"Dominica","ISO3166-1-Alpha-3":"DMA","ISO3166-1-Alpha-2":"DM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[166.619395,19.281643],[166.644216,19.27558],[166.638194,19.286444],[166.619395,19.281643]]]},"properties":{"name":"United States Minor Outlying Islands","ISO3166-1-Alpha-3":"UMI","ISO3166-1-Alpha-2":"UM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.147369,16.744289],[-62.202016,16.819322],[-62.230133,16.727607],[-62.147369,16.744289]]]},"properties":{"name":"Montserrat","ISO3166-1-Alpha-3":"MSR","ISO3166-1-Alpha-2":"MS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-61.883616,17.049018],[-61.685699,17.028551],[-61.825266,17.168769],[-61.883616,17.049018]]]},"properties":{"name":"Antigua and Barbuda","ISO3166-1-Alpha-3":"ATG","ISO3166-1-Alpha-2":"AG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.650461,17.265611],[-62.71996,17.358547],[-62.819569,17.415839],[-62.861073,17.362291],[-62.650461,17.265611]]]},"properties":{"name":"Saint Kitts and Nevis","ISO3166-1-Alpha-3":"KNA","ISO3166-1-Alpha-2":"KN"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-64.559397,17.751614],[-64.771637,17.792629],[-64.876373,17.689114],[-64.559397,17.751614]]]},"properties":{"name":"United States Virgin Islands","ISO3166-1-Alpha-3":"VIR","ISO3166-1-Alpha-2":"VI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-62.838857,17.881985],[-62.791656,17.915473],[-62.857411,17.925035],[-62.838857,17.881985]]]},"properties":{"name":"Saint Barthelemy","ISO3166-1-Alpha-3":"BLM","ISO3166-1-Alpha-2":"BL"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-65.628814,18.279202],[-67.101715,18.522773],[-67.214771,17.966335],[-66.163238,17.929145],[-65.628814,18.279202]]]},"properties":{"name":"Puerto Rico","ISO3166-1-Alpha-3":"PRI","ISO3166-1-Alpha-2":"PR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-63.007395,18.273017],[-63.038197,18.267727],[-63.085846,18.217719],[-63.011545,18.220445],[-63.007395,18.273017]]]},"properties":{"name":"Anguilla","ISO3166-1-Alpha-3":"AIA","ISO3166-1-Alpha-2":"AI"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-64.635121,18.405504],[-64.583323,18.416327],[-64.560161,18.454103],[-64.661821,18.440416],[-64.635121,18.405504]]]},"properties":{"name":"British Virgin Islands","ISO3166-1-Alpha-3":"VGB","ISO3166-1-Alpha-2":"VG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-76.263743,18.012356],[-76.894919,18.409251],[-77.902333,18.518785],[-78.075185,18.198432],[-77.216054,17.716702],[-76.263743,18.012356]]]},"properties":{"name":"Jamaica","ISO3166-1-Alpha-3":"JAM","ISO3166-1-Alpha-2":"JM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-81.136098,19.354885],[-81.286285,19.368476],[-81.303498,19.309055],[-81.1351,19.290742],[-81.136098,19.354885]]]},"properties":{"name":"Cayman Islands","ISO3166-1-Alpha-3":"CYM","ISO3166-1-Alpha-2":"KY"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-64.676096,32.388658],[-64.736387,32.34381],[-64.754872,32.293118],[-64.698404,32.326369],[-64.708094,32.351562],[-64.676096,32.388658]]]},"properties":{"name":"Bermuda","ISO3166-1-Alpha-3":"BMU","ISO3166-1-Alpha-2":"BM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[73.735118,-53.1124],[73.56422,-53.016778],[73.328868,-53.025079],[73.473399,-53.189223],[73.735118,-53.1124]]]},"properties":{"name":"Heard Island and McDonald Islands","ISO3166-1-Alpha-3":"HMD","ISO3166-1-Alpha-2":"HM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-5.721832,-15.908949],[-5.770131,-15.945245],[-5.763743,-16.01572],[-5.66275,-15.979587],[-5.721832,-15.908949]]]},"properties":{"name":"Saint Helena","ISO3166-1-Alpha-3":"SHN","ISO3166-1-Alpha-2":"SH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[57.795746,-20.222752],[57.532481,-20.024835],[57.357758,-20.427423],[57.672211,-20.479669],[57.795746,-20.222752]]]},"properties":{"name":"Mauritius","ISO3166-1-Alpha-3":"MUS","ISO3166-1-Alpha-2":"MU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[43.466563,-11.82171],[43.276541,-11.379571],[43.262869,-11.818048],[43.466563,-11.82171]]]},"properties":{"name":"Comoros","ISO3166-1-Alpha-3":"COM","ISO3166-1-Alpha-2":"KM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[6.681407,0.407131],[6.461681,0.222154],[6.516368,0.033637],[6.740082,0.218573],[6.681407,0.407131]]]},"properties":{"name":"São Tomé and Principe","ISO3166-1-Alpha-3":"STP","ISO3166-1-Alpha-2":"ST"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-23.456776,15.023668],[-23.697336,15.266018],[-23.785756,15.174506],[-23.676503,14.935533],[-23.456776,15.023668]]]},"properties":{"name":"Cabo Verde","ISO3166-1-Alpha-3":"CPV","ISO3166-1-Alpha-2":"CV"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[14.548025,35.890041],[14.428477,35.965725],[14.342621,35.880683],[14.527517,35.801215],[14.548025,35.890041]]]},"properties":{"name":"Malta","ISO3166-1-Alpha-3":"MLT","ISO3166-1-Alpha-2":"MT"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.082672,49.26024],[-2.242014,49.247952],[-2.168691,49.17829],[-2.024526,49.171332],[-2.082672,49.26024]]]},"properties":{"name":"Jersey","ISO3166-1-Alpha-3":"JEY","ISO3166-1-Alpha-2":"JE"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-2.58023,49.493598],[-2.669342,49.430894],[-2.534088,49.436225],[-2.58023,49.493598]]]},"properties":{"name":"Guernsey","ISO3166-1-Alpha-3":"GGY","ISO3166-1-Alpha-2":"GG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-4.612131,54.056952],[-4.31192,54.287177],[-4.442006,54.404364],[-4.710276,54.220649],[-4.612131,54.056952]]]},"properties":{"name":"Isle of Man","ISO3166-1-Alpha-3":"IMN","ISO3166-1-Alpha-2":"IM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[20.208751,60.224677],[19.682872,60.26435],[19.747569,60.101386],[20.006358,60.094387],[20.208751,60.224677]]]},"properties":{"name":"Aland","ISO3166-1-Alpha-3":"ALA","ISO3166-1-Alpha-2":"AX"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-7.055084,62.290351],[-6.691396,62.073391],[-6.608632,62.202379],[-7.055084,62.290351]]]},"properties":{"name":"Faroe Islands","ISO3166-1-Alpha-3":"FRO","ISO3166-1-Alpha-2":"FO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[105.704112,-10.430841],[105.628184,-10.508966],[105.697927,-10.528985],[105.704112,-10.430841]]]},"properties":{"name":"Indian Ocean Territories","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[72.46754,-7.383884],[72.432872,-7.425388],[72.438975,-7.340265],[72.432872,-7.316095],[72.370942,-7.270196],[72.379242,-7.296808],[72.426036,-7.322931],[72.432872,-7.346775],[72.426931,-7.403985],[72.432872,-7.432224],[72.480642,-7.390558],[72.46754,-7.383884]]]},"properties":{"name":"British Indian Ocean Territory","ISO3166-1-Alpha-3":"IOT","ISO3166-1-Alpha-2":"IO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[103.960785,1.391099],[103.804942,1.448635],[103.647634,1.308417],[103.844086,1.2685],[103.960785,1.391099]]]},"properties":{"name":"Singapore","ISO3166-1-Alpha-3":"SGP","ISO3166-1-Alpha-2":"SG"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[167.984141,-29.017836],[167.926524,-28.997491],[167.926443,-29.066339],[167.985037,-29.059259],[167.984141,-29.017836]]]},"properties":{"name":"Norfolk Island","ISO3166-1-Alpha-3":"NFK","ISO3166-1-Alpha-2":"NF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-159.797841,-21.18613],[-159.833079,-21.244561],[-159.743235,-21.254327],[-159.742747,-21.201593],[-159.797841,-21.18613]]]},"properties":{"name":"Cook Islands","ISO3166-1-Alpha-3":"COK","ISO3166-1-Alpha-2":"CK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-175.065541,-21.123956],[-175.154978,-21.171808],[-175.249827,-21.111261],[-175.325754,-21.173598],[-175.148752,-21.267999],[-175.065541,-21.123956]]]},"properties":{"name":"Tonga","ISO3166-1-Alpha-3":"TON","ISO3166-1-Alpha-2":"TO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-178.142323,-14.243585],[-178.146921,-14.310154],[-178.046742,-14.319431],[-178.142323,-14.243585]]]},"properties":{"name":"Wallis and Futuna","ISO3166-1-Alpha-3":"WLF","ISO3166-1-Alpha-2":"WF"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-172.201039,-13.592543],[-172.36616,-13.462823],[-172.749745,-13.578302],[-172.523183,-13.805352],[-172.201039,-13.592543]]]},"properties":{"name":"Samoa","ISO3166-1-Alpha-3":"WSM","ISO3166-1-Alpha-2":"WS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[159.859386,-8.511326],[159.842052,-8.325616],[159.402599,-7.982354],[158.845714,-7.973403],[159.859386,-8.511326]]]},"properties":{"name":"Solomon Islands","ISO3166-1-Alpha-3":"SLB","ISO3166-1-Alpha-2":"SB"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[179.191254,-8.542087],[179.21754,-8.520603],[179.204112,-8.518976],[179.191254,-8.542087]]]},"properties":{"name":"Tuvalu","ISO3166-1-Alpha-3":"TUV","ISO3166-1-Alpha-2":"TV"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[73.546197,4.243039],[73.512015,4.186301],[73.538174,4.183312],[73.546197,4.243039]]]},"properties":{"name":"Maldives","ISO3166-1-Alpha-3":"MDV","ISO3166-1-Alpha-2":"MV"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[166.938813,-0.490411],[166.913422,-0.500177],[166.916352,-0.54754],[166.958263,-0.517673],[166.938813,-0.490411]]]},"properties":{"name":"Nauru","ISO3166-1-Alpha-3":"NRU","ISO3166-1-Alpha-2":"NR"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[158.290782,6.937974],[158.125824,6.907416],[158.193533,6.793443],[158.290782,6.937974]]]},"properties":{"name":"Federated States of Micronesia","ISO3166-1-Alpha-3":"FSM","ISO3166-1-Alpha-2":"FM"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-35.908803,-54.68727],[-36.621571,-54.119806],[-37.388092,-54.147719],[-35.908803,-54.68727]]]},"properties":{"name":"South Georgia and the Islands","ISO3166-1-Alpha-3":"SGS","ISO3166-1-Alpha-2":"GS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-57.816233,-51.693536],[-57.906402,-51.376642],[-59.084299,-51.40602],[-58.604482,-52.002048],[-57.816233,-51.693536]]]},"properties":{"name":"Falkland Islands","ISO3166-1-Alpha-3":"FLK","ISO3166-1-Alpha-2":"FK"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[167.140636,-15.535577],[167.056814,-15.002048],[166.522634,-14.832127],[166.793142,-15.656345],[167.140636,-15.535577]]]},"properties":{"name":"Vanuatu","ISO3166-1-Alpha-3":"VUT","ISO3166-1-Alpha-2":"VU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-169.851145,-18.965102],[-169.950429,-19.087335],[-169.898915,-19.142755],[-169.79426,-19.047133],[-169.851145,-18.965102]]]},"properties":{"name":"Niue","ISO3166-1-Alpha-3":"NIU","ISO3166-1-Alpha-2":"NU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-170.591013,-14.264825],[-170.661448,-14.252374],[-170.831248,-14.319431],[-170.755483,-14.36712],[-170.591013,-14.264825]]]},"properties":{"name":"American Samoa","ISO3166-1-Alpha-3":"ASM","ISO3166-1-Alpha-2":"AS"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[134.648204,7.719428],[134.487559,7.469916],[134.594249,7.421129],[134.648204,7.719428]]]},"properties":{"name":"Palau","ISO3166-1-Alpha-3":"PLW","ISO3166-1-Alpha-2":"PW"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[144.886404,13.640204],[144.65447,13.439154],[144.808279,13.445787],[144.906993,13.516669],[144.886404,13.640204]]]},"properties":{"name":"Guam","ISO3166-1-Alpha-3":"GUM","ISO3166-1-Alpha-2":"GU"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[145.787852,15.267279],[145.698253,15.203192],[145.73878,15.136664],[145.787852,15.267279]]]},"properties":{"name":"Northern Mariana Islands","ISO3166-1-Alpha-3":"MNP","ISO3166-1-Alpha-2":"MP"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[50.551606,26.194241],[50.452973,26.149563],[50.46046,25.985297],[50.603526,25.85456],[50.614757,26.111151],[50.551606,26.194241]]]},"properties":{"name":"Bahrain","ISO3166-1-Alpha-3":"BHR","ISO3166-1-Alpha-2":"BH"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[154.391287,-21.030043],[154.391287,-21.028741],[154.38852,-21.029067],[154.391287,-21.030043]]]},"properties":{"name":"Coral Sea Islands","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[115.830577,10.734605],[115.814626,10.73432],[115.81837,10.720852],[115.830577,10.734605]]]},"properties":{"name":"Spratly Islands","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-109.212026,10.30268],[-109.234242,10.307929],[-109.218577,10.281562],[-109.212026,10.30268]]]},"properties":{"name":"Clipperton Island","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[113.558604,22.163031],[113.534434,22.1612],[113.546804,22.105373],[113.566742,22.123358],[113.558604,22.163031]]]},"properties":{"name":"Macao S.A.R","ISO3166-1-Alpha-3":"MAC","ISO3166-1-Alpha-2":"MO"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.597016,-12.428318],[123.575043,-12.426609],[123.575613,-12.436782],[123.597748,-12.438572],[123.597016,-12.428318]]]},"properties":{"name":"Ashmore and Cartier Islands","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-79.989288,15.794949],[-79.988149,15.794176],[-79.986399,15.79442],[-79.987823,15.79621],[-79.989288,15.794949]]]},"properties":{"name":"Bajo Nuevo Bank (Petrel Is.)","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[-78.637074,15.862087],[-78.636871,15.867296],[-78.640411,15.864],[-78.637074,15.862087]]]},"properties":{"name":"Serranilla Bank","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[117.753887,15.154369],[117.751856,15.151887],[117.753887,15.150082],[117.755692,15.151887],[117.753887,15.154369]]]},"properties":{"name":"Scarborough Reef","ISO3166-1-Alpha-3":"-99","ISO3166-1-Alpha-2":"-99"}}]')},uCe={type:"FeatureCollection",features:JSON.parse('[{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[117.389879,40.227958],[117.295024,40.2782],[117.243285,40.369453],[117.269771,40.560684],[117.412669,40.605226],[117.408973,40.686961],[117.278394,40.664267],[117.11209,40.707379],[116.964881,40.709647],[116.924229,40.773581],[116.677853,40.970888],[116.455499,40.980828],[116.477057,40.899907],[116.438253,40.81934],[116.22021,40.744115],[116.09887,40.630665],[116.005247,40.583868],[115.907929,40.617493],[115.755176,40.540221],[115.771806,40.443734],[115.917784,40.354405],[115.968907,40.264045],[115.89869,40.234354],[115.847567,40.147036],[115.599959,40.119583],[115.454597,40.029825],[115.426264,39.950502],[115.522967,39.899099],[115.552532,39.794799],[115.486626,39.741899],[115.491554,39.670074],[115.587024,39.589873],[115.667712,39.615234],[115.722531,39.5442],[115.721299,39.543738],[115.722531,39.5442],[115.722531,39.543738],[115.721299,39.543738],[115.722531,39.543738],[115.738545,39.540046],[115.738545,39.539585],[115.738545,39.540046],[115.738545,39.539585],[115.806299,39.510041],[115.91532,39.582955],[116.198652,39.589412],[116.257782,39.500344],[116.434557,39.442597],[116.401912,39.528046],[116.524484,39.596329],[116.723432,39.59264],[116.724048,39.59264],[116.723432,39.59264],[116.724048,39.59264],[116.812128,39.615695],[116.90575,39.688037],[116.907598,39.832494],[116.812128,39.889916],[116.757925,39.967934],[116.781331,40.034866],[116.927924,40.055024],[117.025243,40.030283],[117.210024,40.082045],[117.367089,40.172649],[117.389879,40.227958]]]},"properties":{"adcode":110000,"name":"北京市","center":[116.405285,39.904989],"centroid":[116.41995,40.18994],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":0,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[117.765602,39.400527],[117.846906,39.407926],[117.933753,39.574191],[117.766834,39.598635],[117.654117,39.575113],[117.668899,39.666849],[117.57774,39.726711],[117.508139,39.901854],[117.546327,39.999116],[117.614697,39.97252],[117.793319,40.005534],[117.675059,40.082045],[117.571581,40.219276],[117.450241,40.252627],[117.389879,40.227958],[117.367089,40.172649],[117.210024,40.082045],[117.150894,39.944996],[117.177996,39.645194],[117.10901,39.625375],[116.964265,39.64335],[116.90575,39.688037],[116.812128,39.615695],[116.840461,39.378326],[116.889736,39.338068],[116.870026,39.153607],[116.912526,39.110898],[116.871874,39.054688],[116.783179,39.05097],[116.708034,38.931892],[116.75115,38.831264],[116.746222,38.754299],[116.858939,38.741231],[116.948866,38.689398],[116.95133,38.689398],[116.948866,38.689398],[116.95133,38.689398],[117.068358,38.680522],[117.109626,38.584685],[117.213104,38.639866],[117.25314,38.556143],[117.368937,38.564566],[117.47919,38.616489],[117.639334,38.626776],[117.729261,38.680055],[117.740964,38.753833],[117.64611,38.828933],[117.847522,38.855502],[117.837667,39.057011],[117.871543,39.122506],[118.034767,39.218548],[117.965782,39.314921],[117.854913,39.328348],[117.854297,39.328348],[117.854913,39.328348],[117.854297,39.328348],[117.805022,39.373237],[117.784696,39.376938],[117.594987,39.349176],[117.570965,39.404689],[117.765602,39.400527]]],[[[117.805022,39.373237],[117.846906,39.407926],[117.765602,39.400527],[117.784696,39.376938],[117.805022,39.373237]]]]},"properties":{"adcode":120000,"name":"天津市","center":[117.190182,39.125596],"centroid":[117.347043,39.288036],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":1,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[115.722531,39.5442],[115.667712,39.615234],[115.587024,39.589873],[115.491554,39.670074],[115.486626,39.741899],[115.552532,39.794799],[115.522967,39.899099],[115.426264,39.950502],[115.454597,40.029825],[115.599959,40.119583],[115.847567,40.147036],[115.89869,40.234354],[115.968907,40.264045],[115.917784,40.354405],[115.771806,40.443734],[115.755176,40.540221],[115.907929,40.617493],[116.005247,40.583868],[116.09887,40.630665],[116.22021,40.744115],[116.438253,40.81934],[116.477057,40.899907],[116.455499,40.980828],[116.677853,40.970888],[116.924229,40.773581],[116.964881,40.709647],[117.11209,40.707379],[117.278394,40.664267],[117.408973,40.686961],[117.412669,40.605226],[117.269771,40.560684],[117.243285,40.369453],[117.295024,40.2782],[117.389879,40.227958],[117.450241,40.252627],[117.571581,40.219276],[117.675059,40.082045],[117.793319,40.005534],[117.614697,39.97252],[117.546327,39.999116],[117.508139,39.901854],[117.57774,39.726711],[117.668899,39.666849],[117.654117,39.575113],[117.766834,39.598635],[117.933753,39.574191],[117.846906,39.407926],[117.805022,39.373237],[117.854297,39.328348],[117.854913,39.328348],[117.854297,39.328348],[117.854913,39.328348],[117.965782,39.314921],[118.034767,39.218548],[118.12531,39.182838],[118.225092,39.034701],[118.319331,39.009594],[118.491178,38.909077],[118.604511,38.971452],[118.533062,39.090928],[118.637156,39.157319],[118.76096,39.133648],[118.857662,39.162888],[118.926031,39.123435],[119.096031,39.24219],[119.185342,39.342234],[119.272805,39.363521],[119.316537,39.437051],[119.269726,39.498497],[119.366428,39.734996],[119.520413,39.840306],[119.540739,39.888079],[119.787115,39.950502],[119.854252,39.98857],[119.736608,40.104936],[119.760629,40.136056],[119.598021,40.334335],[119.604797,40.455119],[119.503783,40.553864],[119.30237,40.530215],[119.230921,40.603863],[119.054763,40.664721],[118.895234,40.75409],[118.845959,40.822057],[118.964836,41.079246],[119.037516,41.067516],[119.189038,41.198234],[119.239545,41.31431],[119.092951,41.293629],[118.844727,41.342622],[118.528135,41.355202],[118.412338,41.331838],[118.327338,41.450816],[118.302701,41.55256],[118.215237,41.59554],[118.132702,41.733241],[118.178281,41.814917],[118.29223,41.772976],[118.340273,41.87243],[118.296541,42.057545],[118.239259,42.092639],[118.097593,42.105072],[118.106216,42.172082],[117.977485,42.229716],[118.060021,42.298364],[117.997811,42.416884],[117.874007,42.510038],[117.779768,42.61847],[117.667051,42.582347],[117.60053,42.603054],[117.435458,42.585431],[117.413284,42.471645],[117.275314,42.481797],[117.01662,42.456193],[116.886656,42.366496],[116.918685,42.229716],[116.850316,42.156556],[116.879881,42.018431],[116.727744,41.951259],[116.553433,41.928555],[116.453651,41.945917],[116.373579,42.009983],[116.122892,41.861734],[116.09887,41.776547],[116.007095,41.79752],[116.007095,41.797966],[116.007095,41.79752],[116.007095,41.797966],[115.916552,41.945027],[115.811226,41.912525],[115.42996,41.728775],[115.346808,41.712247],[115.377605,41.603148],[115.20391,41.571367],[115.0992,41.62373],[114.895325,41.636255],[114.922426,41.825175],[114.9021,42.015763],[114.825723,42.139695],[114.647717,42.109512],[114.510978,42.110844],[114.467863,42.025989],[114.478334,41.951704],[114.343443,41.926774],[114.200545,41.789934],[114.230726,41.513584],[114.101379,41.537779],[113.933227,41.487139],[113.94493,41.392477],[113.914749,41.294529],[113.992357,41.269794],[113.996669,41.19238],[113.920293,41.172112],[113.868554,41.06887],[114.041633,40.917546],[114.044712,40.830661],[114.134639,40.737314],[114.293552,40.55159],[114.267066,40.474242],[114.31203,40.372645],[114.530688,40.345283],[114.46971,40.268155],[114.235654,40.198252],[114.073046,40.168533],[114.101995,40.099901],[114.029314,39.985819],[114.067502,39.922511],[114.215943,39.8619],[114.395182,39.867412],[114.408117,39.652106],[114.431522,39.613851],[114.568877,39.573729],[114.469095,39.400989],[114.437066,39.259337],[114.345907,39.075133],[114.10877,39.052364],[114.050872,39.135969],[113.898119,39.067699],[113.76754,38.959819],[113.776163,38.885788],[113.855619,38.828933],[113.775547,38.709949],[113.70225,38.651551],[113.612939,38.645942],[113.546417,38.492936],[113.525475,38.383245],[113.54457,38.270569],[113.720728,38.174656],[113.797105,38.162894],[113.876561,38.055059],[114.068118,37.721608],[114.139567,37.675676],[114.118625,37.59084],[114.014531,37.42468],[113.90243,37.310052],[113.832213,37.167594],[113.758301,37.075497],[113.791561,36.98759],[113.773083,36.85506],[113.680692,36.789907],[113.549497,36.752515],[113.476816,36.655114],[113.588917,36.547974],[113.587069,36.460904],[113.708409,36.423352],[113.731199,36.363135],[113.813119,36.332285],[113.962792,36.353977],[114.080437,36.269585],[114.2104,36.272962],[114.408117,36.224699],[114.586739,36.141133],[114.771521,36.124699],[114.912571,36.140649],[114.914419,36.052155],[114.998186,36.069572],[115.048693,36.161912],[115.12507,36.209731],[115.242098,36.19138],[115.312931,36.088436],[115.483547,36.148865],[115.462605,36.276339],[115.366518,36.30914],[115.272895,36.497476],[115.479851,36.760187],[115.683727,36.808117],[115.75764,36.902453],[115.776734,36.992848],[115.85619,37.060694],[115.909777,37.20669],[115.969523,37.239572],[115.975682,37.337179],[116.169087,37.384271],[116.290427,37.484065],[116.379738,37.522047],[116.38097,37.522522],[116.379738,37.522047],[116.38097,37.522522],[116.433941,37.473142],[116.724664,37.744327],[116.804736,37.848837],[117.027091,37.832296],[117.438538,37.854035],[117.586979,38.071551],[117.704624,38.076262],[117.808718,38.22827],[117.895565,38.301572],[117.937449,38.387936],[117.781,38.373862],[117.638102,38.54491],[117.639334,38.626776],[117.47919,38.616489],[117.368937,38.564566],[117.25314,38.556143],[117.213104,38.639866],[117.109626,38.584685],[117.068358,38.680522],[116.95133,38.689398],[116.948866,38.689398],[116.95133,38.689398],[116.948866,38.689398],[116.858939,38.741231],[116.746222,38.754299],[116.75115,38.831264],[116.708034,38.931892],[116.783179,39.05097],[116.871874,39.054688],[116.912526,39.110898],[116.870026,39.153607],[116.889736,39.338068],[116.840461,39.378326],[116.812128,39.615695],[116.724048,39.59264],[116.723432,39.59264],[116.724048,39.59264],[116.723432,39.59264],[116.524484,39.596329],[116.401912,39.528046],[116.434557,39.442597],[116.257782,39.500344],[116.198652,39.589412],[115.91532,39.582955],[115.806299,39.510041],[115.738545,39.539585],[115.738545,39.540046],[115.738545,39.539585],[115.738545,39.540046],[115.722531,39.543738],[115.721299,39.543738],[115.722531,39.543738],[115.722531,39.5442],[115.721299,39.543738],[115.722531,39.5442]]],[[[117.210024,40.082045],[117.025243,40.030283],[116.927924,40.055024],[116.781331,40.034866],[116.757925,39.967934],[116.812128,39.889916],[116.907598,39.832494],[116.90575,39.688037],[116.964265,39.64335],[117.10901,39.625375],[117.177996,39.645194],[117.150894,39.944996],[117.210024,40.082045]]],[[[117.784696,39.376938],[117.765602,39.400527],[117.570965,39.404689],[117.594987,39.349176],[117.784696,39.376938]]]]},"properties":{"adcode":130000,"name":"河北省","center":[114.502461,38.045474],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":2,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[110.379257,34.600612],[110.533242,34.583368],[110.824582,34.615881],[110.976103,34.706456],[111.345666,34.831816],[111.570484,34.843114],[111.664107,34.984449],[111.933272,35.083435],[112.062004,35.056005],[112.078634,35.219467],[112.058924,35.280069],[112.288053,35.219956],[112.390915,35.239021],[112.513487,35.218489],[112.772798,35.207732],[112.992072,35.29619],[112.996384,35.362104],[113.126347,35.332327],[113.189789,35.44893],[113.304353,35.426989],[113.391817,35.506925],[113.49899,35.532254],[113.578446,35.633491],[113.604932,35.797727],[113.694859,36.026991],[113.681924,36.216491],[113.731199,36.363135],[113.708409,36.423352],[113.587069,36.460904],[113.588917,36.547974],[113.476816,36.655114],[113.549497,36.752515],[113.680692,36.789907],[113.773083,36.85506],[113.791561,36.98759],[113.758301,37.075497],[113.832213,37.167594],[113.90243,37.310052],[114.014531,37.42468],[114.118625,37.59084],[114.139567,37.675676],[114.068118,37.721608],[113.876561,38.055059],[113.797105,38.162894],[113.720728,38.174656],[113.54457,38.270569],[113.525475,38.383245],[113.546417,38.492936],[113.612939,38.645942],[113.70225,38.651551],[113.775547,38.709949],[113.855619,38.828933],[113.776163,38.885788],[113.76754,38.959819],[113.898119,39.067699],[114.050872,39.135969],[114.10877,39.052364],[114.345907,39.075133],[114.437066,39.259337],[114.469095,39.400989],[114.568877,39.573729],[114.431522,39.613851],[114.408117,39.652106],[114.395182,39.867412],[114.215943,39.8619],[114.067502,39.922511],[114.029314,39.985819],[114.101995,40.099901],[114.073046,40.168533],[114.235654,40.198252],[114.46971,40.268155],[114.530688,40.345283],[114.31203,40.372645],[114.267066,40.474242],[114.293552,40.55159],[114.134639,40.737314],[114.084748,40.729605],[114.041633,40.608861],[114.061959,40.52885],[113.948626,40.514747],[113.850691,40.460583],[113.688699,40.448288],[113.559968,40.348476],[113.316672,40.319736],[113.251382,40.413211],[112.898449,40.329317],[112.848558,40.206937],[112.744464,40.167161],[112.6299,40.235725],[112.456205,40.300112],[112.349031,40.257194],[112.232003,40.133311],[112.012729,39.827438],[111.970229,39.796638],[111.9382,39.623071],[111.783599,39.58895],[111.659179,39.641507],[111.525521,39.662242],[111.445448,39.640124],[111.422043,39.539123],[111.337043,39.420872],[111.171971,39.423183],[111.125776,39.366297],[111.247732,39.302419],[111.138095,39.064447],[110.980414,38.970056],[111.009363,38.847579],[110.880632,38.626776],[110.920052,38.581878],[110.874473,38.453579],[110.77777,38.440924],[110.746973,38.366355],[110.57759,38.297345],[110.509221,38.192061],[110.522771,37.955088],[110.59422,37.922049],[110.680452,37.790216],[110.735886,37.77035],[110.795017,37.558586],[110.740198,37.44939],[110.644111,37.435135],[110.695234,37.34955],[110.651503,37.256722],[110.460561,37.044932],[110.424221,36.963685],[110.407591,36.776007],[110.426685,36.657514],[110.496902,36.582102],[110.503677,36.488335],[110.459946,36.327946],[110.447011,36.164328],[110.549257,35.877778],[110.57759,35.701559],[110.609619,35.632031],[110.531394,35.511309],[110.45009,35.327933],[110.374946,35.251728],[110.373714,35.134351],[110.320743,35.00504],[110.230816,34.880925],[110.229584,34.692679],[110.29549,34.610956],[110.379257,34.600612]]]},"properties":{"adcode":140000,"name":"山西省","center":[112.549248,37.857014],"centroid":[112.304436,37.618179],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":3,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[97.172903,42.795257],[97.371235,42.457076],[97.84674,41.656379],[97.613915,41.477276],[97.629314,41.440498],[97.971776,41.09774],[98.25018,40.93925],[98.333332,40.918903],[98.344419,40.568413],[98.627751,40.677884],[98.569853,40.746836],[98.668403,40.773128],[98.689345,40.691952],[98.790975,40.705564],[98.984996,40.782644],[99.041662,40.693767],[99.102025,40.676522],[99.172858,40.747289],[99.174705,40.858278],[99.565827,40.846961],[99.673,40.93292],[100.057346,40.908049],[100.237201,40.716905],[100.242744,40.618855],[100.169447,40.541131],[100.169447,40.277743],[100.007455,40.20008],[99.927383,40.063727],[99.841152,40.013326],[99.533182,39.891753],[99.822058,39.860063],[99.904593,39.785601],[100.040716,39.757083],[100.128179,39.702312],[100.250135,39.685274],[100.314193,39.606935],[100.326512,39.509118],[100.500823,39.481408],[100.498975,39.400527],[100.606764,39.387577],[100.842053,39.405614],[100.842669,39.199999],[100.864227,39.106719],[100.835278,39.025869],[100.961545,39.005874],[100.969553,38.946788],[101.117378,38.975174],[101.198682,38.943064],[101.24303,38.860628],[101.33542,38.847113],[101.331109,38.777164],[101.777049,38.66043],[101.941505,38.808883],[102.075164,38.891378],[101.833715,39.08907],[102.276576,39.188868],[102.45335,39.255167],[102.616574,39.171703],[103.007696,39.099753],[103.344615,39.331588],[103.595302,39.386652],[103.85338,39.461543],[104.089901,39.419947],[104.047401,39.297788],[104.171205,39.160567],[104.207546,39.083495],[104.173053,38.94446],[104.044322,38.895105],[103.85954,38.64454],[103.416063,38.404821],[103.507838,38.280905],[103.53494,38.156776],[103.368636,38.08898],[103.40744,37.860651],[103.683381,37.777919],[103.935916,37.572818],[104.183524,37.406618],[104.287002,37.428007],[104.407726,37.464592],[104.433595,37.515402],[104.805007,37.539133],[105.027977,37.580881],[105.111128,37.633981],[105.315004,37.702197],[105.598952,37.699356],[105.622358,37.777919],[105.760944,37.799674],[105.80406,37.862068],[105.840401,38.004147],[105.780655,38.084741],[105.775111,38.186887],[105.86627,38.296406],[105.821307,38.366824],[105.909386,38.791159],[105.992538,38.857366],[105.97098,38.909077],[106.060907,38.96866],[106.145907,39.153142],[106.251232,39.131327],[106.29558,39.167992],[106.280181,39.262118],[106.402753,39.291767],[106.511774,39.272311],[106.602318,39.37555],[106.751375,39.381564],[106.806809,39.318625],[106.795723,39.214375],[106.859164,39.107648],[106.96757,39.054688],[106.954019,38.941202],[106.709491,38.718821],[106.66268,38.601524],[106.647897,38.470917],[106.599854,38.389812],[106.482209,38.319417],[106.555506,38.263521],[106.779092,38.171833],[107.010069,38.120532],[107.138801,38.161011],[107.33159,38.086625],[107.411662,37.948009],[107.49235,37.944706],[107.65003,37.86443],[107.982022,37.787378],[108.012819,37.66857],[108.134159,37.622131],[108.24626,37.665728],[108.422418,37.648672],[108.532671,37.690832],[108.628142,37.651988],[108.791982,37.700303],[108.798141,37.93385],[108.883141,38.01405],[108.93488,37.922521],[109.018648,37.971602],[109.069155,38.091336],[108.938575,38.207582],[109.054372,38.433892],[109.175712,38.518694],[109.338936,38.701542],[109.404226,38.720689],[109.511399,38.833595],[109.624116,38.85457],[109.665384,38.981687],[109.961035,39.191651],[110.217881,39.281113],[110.12549,39.432891],[110.243751,39.423645],[110.385417,39.310291],[110.524003,39.382952],[110.626249,39.266751],[110.702626,39.273701],[110.73835,39.348713],[110.869545,39.494341],[111.017371,39.552045],[111.154725,39.569116],[111.064182,39.400989],[111.125776,39.366297],[111.171971,39.423183],[111.337043,39.420872],[111.422043,39.539123],[111.445448,39.640124],[111.525521,39.662242],[111.659179,39.641507],[111.783599,39.58895],[111.9382,39.623071],[111.970229,39.796638],[112.012729,39.827438],[112.232003,40.133311],[112.349031,40.257194],[112.456205,40.300112],[112.6299,40.235725],[112.744464,40.167161],[112.848558,40.206937],[112.898449,40.329317],[113.251382,40.413211],[113.316672,40.319736],[113.559968,40.348476],[113.688699,40.448288],[113.850691,40.460583],[113.948626,40.514747],[114.061959,40.52885],[114.041633,40.608861],[114.084748,40.729605],[114.134639,40.737314],[114.044712,40.830661],[114.041633,40.917546],[113.868554,41.06887],[113.920293,41.172112],[113.996669,41.19238],[113.992357,41.269794],[113.914749,41.294529],[113.94493,41.392477],[113.933227,41.487139],[114.101379,41.537779],[114.230726,41.513584],[114.200545,41.789934],[114.343443,41.926774],[114.478334,41.951704],[114.467863,42.025989],[114.510978,42.110844],[114.647717,42.109512],[114.825723,42.139695],[114.9021,42.015763],[114.922426,41.825175],[114.895325,41.636255],[115.0992,41.62373],[115.20391,41.571367],[115.377605,41.603148],[115.346808,41.712247],[115.42996,41.728775],[115.811226,41.912525],[115.916552,41.945027],[116.007095,41.797966],[116.007095,41.79752],[116.09887,41.776547],[116.122892,41.861734],[116.373579,42.009983],[116.453651,41.945917],[116.553433,41.928555],[116.727744,41.951259],[116.879881,42.018431],[116.850316,42.156556],[116.918685,42.229716],[116.886656,42.366496],[117.01662,42.456193],[117.275314,42.481797],[117.413284,42.471645],[117.435458,42.585431],[117.60053,42.603054],[117.667051,42.582347],[117.779768,42.61847],[117.874007,42.510038],[117.997811,42.416884],[118.060021,42.298364],[117.977485,42.229716],[118.106216,42.172082],[118.097593,42.105072],[118.239259,42.092639],[118.296541,42.057545],[118.340273,41.87243],[118.29223,41.772976],[118.178281,41.814917],[118.132702,41.733241],[118.215237,41.59554],[118.302701,41.55256],[118.327338,41.450816],[118.412338,41.331838],[118.528135,41.355202],[118.844727,41.342622],[119.092951,41.293629],[119.239545,41.31431],[119.296211,41.325097],[119.406464,41.503276],[119.307914,41.657273],[119.312841,41.80555],[119.384906,42.08953],[119.314689,42.119723],[119.280197,42.260728],[119.432949,42.317396],[119.539507,42.297922],[119.744615,42.211545],[119.841933,42.215534],[119.845629,42.097079],[119.989759,41.899163],[120.127113,41.77253],[120.373489,41.994862],[120.456641,42.016208],[120.466496,42.105516],[120.624792,42.154338],[120.745516,42.223512],[120.933994,42.27977],[121.028848,42.242565],[121.285079,42.387717],[121.386093,42.474294],[121.604136,42.495037],[121.66573,42.437204],[121.889931,42.556784],[121.939207,42.688453],[122.072865,42.710444],[122.338951,42.669975],[122.460907,42.755282],[122.436886,42.843105],[122.556378,42.827745],[122.624747,42.773296],[122.733152,42.786034],[122.848949,42.712203],[122.887137,42.770221],[123.058368,42.768903],[123.169853,42.859777],[123.259165,42.993431],[123.474743,43.042438],[123.536337,43.007],[123.631192,43.088346],[123.698329,43.272071],[123.703873,43.37047],[123.608402,43.366119],[123.486446,43.44525],[123.315831,43.492159],[123.304744,43.550742],[123.536953,43.633964],[123.467968,43.853599],[123.331229,44.028984],[123.386664,44.161794],[123.323838,44.179823],[123.196955,44.34483],[123.128585,44.367081],[123.12489,44.5098],[123.025108,44.493153],[122.85634,44.398304],[122.76087,44.369648],[122.675254,44.285738],[122.483081,44.236877],[122.319241,44.233018],[122.291524,44.310152],[122.28598,44.477783],[122.13138,44.577619],[122.103046,44.67388],[122.161561,44.728328],[122.099967,44.7823],[122.04946,44.912985],[122.119677,45.068739],[122.109822,45.142236],[122.22993,45.206784],[122.239169,45.276313],[122.147394,45.295682],[122.168336,45.439897],[122.002648,45.507882],[121.970004,45.692956],[121.867142,45.719703],[121.713773,45.701734],[121.817251,45.875336],[121.819098,46.023054],[122.040221,45.959022],[122.091344,45.882002],[122.301379,45.813218],[122.362357,45.917403],[122.640761,45.771072],[122.671558,45.70048],[122.792283,45.766063],[122.752246,45.834905],[122.828623,45.912406],[122.792898,46.073313],[123.04605,46.099878],[123.178476,46.248239],[123.011557,46.434984],[123.002318,46.574624],[123.366338,46.677784],[123.603475,46.68928],[123.625648,46.847508],[123.374345,46.837683],[123.221592,46.850373],[123.163694,46.74016],[122.996774,46.761483],[122.906847,46.80738],[122.895144,46.960359],[122.791051,46.941567],[122.821232,47.065636],[122.679566,47.094164],[122.531124,47.198771],[122.418407,47.350632],[122.507103,47.401291],[122.59395,47.54732],[122.765181,47.614333],[122.848949,47.67441],[123.161846,47.781892],[123.300432,47.953723],[123.537569,48.021816],[123.746373,48.197638],[124.07898,48.43603],[124.25945,48.536385],[124.314269,48.503881],[124.317964,48.35099],[124.422058,48.245884],[124.547094,48.200829],[124.579738,48.297269],[124.51876,48.378027],[124.555717,48.467784],[124.520608,48.556195],[124.579122,48.596582],[124.612383,48.747945],[124.697383,48.841775],[124.808252,49.020666],[124.809484,49.115943],[124.906802,49.184054],[125.117453,49.126127],[125.219699,49.189139],[125.261583,49.322336],[125.228323,49.487063],[125.222779,49.799026],[125.245569,49.87198],[125.190134,49.959841],[125.297924,50.014481],[125.27883,50.127411],[125.448829,50.216338],[125.463611,50.295925],[125.627451,50.443268],[125.829479,50.56165],[125.758646,50.746809],[125.890457,50.805845],[125.961906,50.901054],[126.042594,50.92558],[126.059225,51.043503],[125.864588,51.146487],[125.850421,51.21364],[125.76111,51.261976],[125.559082,51.461521],[125.35151,51.623801],[125.130388,51.635317],[125.047236,51.529704],[124.928976,51.498419],[124.864302,51.37979],[124.783614,51.392115],[124.693687,51.3327],[124.490427,51.380537],[124.406659,51.272086],[124.239124,51.344664],[123.887423,51.320734],[123.711264,51.398089],[123.661989,51.319237],[123.294273,51.254111],[123.069455,51.321108],[122.854492,51.477551],[122.85634,51.606707],[122.749167,51.746613],[122.726377,51.978709],[122.664783,51.99861],[122.629059,52.13657],[122.769493,52.179893],[122.76087,52.26678],[122.585943,52.266413],[122.342031,52.414133],[122.310618,52.475416],[122.142467,52.495096],[121.94783,52.298266],[121.841272,52.282526],[121.714389,52.318025],[121.63986,52.44442],[121.519136,52.456821],[121.323883,52.573727],[121.182217,52.59918],[121.373158,52.683067],[121.591201,52.824693],[121.715621,52.997926],[121.817867,53.061631],[121.679896,53.240722],[121.499426,53.337314],[121.336818,53.325877],[121.227797,53.280459],[121.098449,53.306929],[120.882871,53.294411],[120.690698,53.174771],[120.643886,53.106923],[120.452945,53.01017],[120.350699,52.906343],[120.181316,52.806969],[120.031642,52.773674],[120.07599,52.586092],[120.194866,52.578819],[120.289721,52.623527],[120.462184,52.64532],[120.690698,52.547532],[120.688234,52.427637],[120.627256,52.323878],[120.755371,52.258355],[120.786784,52.15787],[120.656821,51.926333],[120.481278,51.885719],[120.363634,51.789945],[120.172693,51.679868],[120.087077,51.678013],[119.985447,51.505125],[119.946643,51.360736],[119.760629,51.212516],[119.764325,51.092017],[119.598637,50.984767],[119.491464,50.87878],[119.506862,50.763846],[119.450196,50.695281],[119.298059,50.616743],[119.250631,50.448604],[119.125596,50.389118],[119.188422,50.347509],[119.322696,50.352474],[119.35103,50.303953],[119.309762,50.161161],[119.236465,50.075204],[119.090487,49.985629],[118.964836,49.988708],[118.574946,49.931342],[118.385853,49.827217],[118.384005,49.783958],[118.220781,49.729831],[118.082811,49.616741],[117.866,49.591532],[117.809333,49.521263],[117.485349,49.633024],[117.278394,49.636512],[117.068974,49.695389],[116.717889,49.847288],[116.048363,48.873274],[116.077928,48.822471],[115.799523,48.514982],[115.822929,48.259432],[115.529126,48.155336],[115.580249,47.921649],[115.939342,47.683275],[116.111189,47.811642],[116.26579,47.876711],[116.453035,47.837358],[116.669846,47.890758],[116.879265,47.893968],[117.094844,47.8241],[117.384335,47.641356],[117.493357,47.758563],[117.813645,48.016212],[117.96147,48.011007],[118.238643,48.041826],[118.284839,48.011007],[118.568171,47.992187],[118.773278,47.771034],[119.134219,47.664335],[119.152081,47.540453],[119.365812,47.47739],[119.32208,47.42721],[119.437877,47.378602],[119.716282,47.195518],[119.806825,47.055037],[119.859795,46.917046],[119.926933,46.903963],[119.93494,46.712674],[119.783419,46.626023],[119.431718,46.638763],[119.374435,46.603414],[119.26295,46.649034],[119.073857,46.676552],[119.011647,46.745902],[118.845343,46.771731],[118.788061,46.687227],[118.446831,46.704467],[118.316252,46.73934],[118.04647,46.631366],[117.914659,46.607936],[117.870927,46.549935],[117.704008,46.516587],[117.596218,46.603414],[117.42006,46.582029],[117.372017,46.36028],[117.097308,46.356976],[116.876801,46.375559],[116.585462,46.292504],[116.414231,46.133896],[116.271949,45.966926],[116.243,45.876169],[116.286731,45.775247],[116.17463,45.688775],[116.035428,45.685013],[115.936878,45.632727],[115.699741,45.45963],[115.36467,45.392427],[114.983404,45.379397],[114.745035,45.438217],[114.551014,45.387383],[114.519602,45.283893],[114.347139,45.119436],[114.19069,45.036607],[114.065038,44.931206],[113.907358,44.915104],[113.631417,44.745333],[113.503918,44.777628],[113.11526,44.799714],[112.850406,44.840466],[112.599719,44.930783],[112.438959,45.071697],[112.113743,45.072965],[112.002874,45.090713],[111.764505,44.969325],[111.624687,44.778477],[111.560629,44.647062],[111.569868,44.57634],[111.478709,44.488884],[111.415883,44.35724],[111.507042,44.294305],[111.559397,44.171238],[111.662875,44.061247],[111.870447,43.940279],[111.959758,43.823382],[111.951135,43.693275],[111.79407,43.672068],[111.564325,43.490422],[111.456535,43.494329],[111.354289,43.436125],[111.183674,43.396132],[111.02045,43.329998],[110.769763,43.099272],[110.631177,42.936061],[110.469801,42.839156],[110.437156,42.781203],[110.139657,42.674815],[110.108244,42.642687],[109.906216,42.635643],[109.683862,42.558988],[109.544044,42.472528],[109.291509,42.435879],[109.026039,42.458401],[108.845569,42.395673],[108.532671,42.442945],[108.298614,42.438529],[108.238252,42.460167],[108.022058,42.433229],[107.939522,42.403628],[107.57427,42.412907],[107.46648,42.458842],[107.303872,42.412465],[107.271844,42.364285],[107.051337,42.319166],[106.785867,42.291281],[106.612789,42.241679],[106.01348,42.032213],[105.74185,41.949033],[105.291599,41.749763],[105.230621,41.751103],[105.009498,41.583007],[104.923267,41.654143],[104.68921,41.6452],[104.524138,41.661745],[104.530298,41.875104],[104.080046,41.805104],[103.868779,41.802427],[103.418527,41.882233],[103.021862,42.028212],[102.712045,42.153007],[102.449039,42.144133],[102.070236,42.232374],[101.803534,42.503861],[101.557775,42.529887],[100.862995,42.671295],[100.32528,42.690213],[100.272309,42.636523],[99.969267,42.647969],[99.51224,42.568244],[98.546447,42.638284],[98.195362,42.653251],[97.172903,42.795257]]]},"properties":{"adcode":150000,"name":"内蒙古自治区","center":[111.670801,40.818311],"centroid":[114.077429,44.331087],"childrenNum":12,"level":"province","parent":{"adcode":100000},"subFeatureIndex":4,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[119.854252,39.98857],[119.947259,40.040364],[120.273091,40.127362],[120.491749,40.20008],[120.537329,40.325211],[120.602618,40.36079],[120.619249,40.460128],[120.822509,40.59432],[120.861313,40.684692],[121.032544,40.709193],[121.010986,40.784457],[121.126167,40.86914],[121.439064,40.830208],[121.499426,40.880001],[121.682976,40.829755],[121.816019,40.894931],[121.84312,40.831567],[121.934279,40.79805],[121.951525,40.680607],[122.122141,40.657457],[122.150474,40.588413],[122.245944,40.519752],[122.198517,40.382219],[122.02667,40.244862],[121.910257,40.072887],[121.699606,39.937196],[121.530223,39.851334],[121.45939,39.747881],[121.502506,39.703233],[121.450151,39.624914],[121.263521,39.589873],[121.224717,39.519275],[121.245659,39.389427],[121.432904,39.357506],[121.474788,39.296398],[121.589353,39.263044],[121.581962,39.075598],[121.431057,39.027263],[121.370695,39.060264],[121.275224,38.971917],[121.08921,38.922115],[121.13787,38.723023],[121.359608,38.822406],[121.509897,38.817743],[121.564715,38.874607],[121.675585,38.86156],[121.671273,39.010059],[121.863446,38.942598],[122.127684,39.144788],[122.117213,39.213911],[122.242865,39.267678],[122.274893,39.322329],[122.412864,39.411625],[122.532972,39.419947],[122.581631,39.464316],[122.808913,39.559889],[122.860652,39.604629],[122.978912,39.616156],[123.103332,39.676983],[123.212969,39.665928],[123.274563,39.753862],[123.477823,39.74696],[123.812278,39.831115],[124.099306,39.777323],[124.241588,39.928477],[124.349377,39.989029],[124.346913,40.079756],[124.457782,40.177679],[124.913578,40.481981],[125.181511,40.611132],[125.453756,40.676522],[125.707523,40.866877],[125.635458,40.94151],[125.726617,41.055332],[125.758646,41.232449],[125.646545,41.264396],[125.637306,41.34442],[125.547995,41.401006],[125.533212,41.479069],[125.412488,41.691246],[125.294844,41.822945],[125.29854,41.974399],[125.490097,42.136145],[125.305931,42.146351],[125.299156,42.289953],[125.175352,42.308102],[125.186439,42.427928],[125.066946,42.534738],[125.097127,42.622433],[125.010896,42.63212],[124.975171,42.802722],[124.856911,42.824234],[124.87231,42.962344],[124.785462,43.117185],[124.686912,43.051185],[124.586514,42.905384],[124.466406,42.847054],[124.38079,42.912835],[124.333363,42.997371],[124.425754,43.076107],[124.273617,43.17875],[124.27608,43.233278],[124.114088,43.247229],[124.032784,43.280786],[123.747604,43.472184],[123.703873,43.37047],[123.698329,43.272071],[123.631192,43.088346],[123.536337,43.007],[123.474743,43.042438],[123.259165,42.993431],[123.169853,42.859777],[123.058368,42.768903],[122.887137,42.770221],[122.848949,42.712203],[122.733152,42.786034],[122.624747,42.773296],[122.556378,42.827745],[122.436886,42.843105],[122.460907,42.755282],[122.338951,42.669975],[122.072865,42.710444],[121.939207,42.688453],[121.889931,42.556784],[121.66573,42.437204],[121.604136,42.495037],[121.386093,42.474294],[121.285079,42.387717],[121.028848,42.242565],[120.933994,42.27977],[120.745516,42.223512],[120.624792,42.154338],[120.466496,42.105516],[120.456641,42.016208],[120.373489,41.994862],[120.127113,41.77253],[119.989759,41.899163],[119.845629,42.097079],[119.841933,42.215534],[119.744615,42.211545],[119.539507,42.297922],[119.432949,42.317396],[119.280197,42.260728],[119.314689,42.119723],[119.384906,42.08953],[119.312841,41.80555],[119.307914,41.657273],[119.406464,41.503276],[119.296211,41.325097],[119.239545,41.31431],[119.189038,41.198234],[119.037516,41.067516],[118.964836,41.079246],[118.845959,40.822057],[118.895234,40.75409],[119.054763,40.664721],[119.230921,40.603863],[119.30237,40.530215],[119.503783,40.553864],[119.604797,40.455119],[119.598021,40.334335],[119.760629,40.136056],[119.736608,40.104936],[119.854252,39.98857]]]},"properties":{"adcode":210000,"name":"辽宁省","center":[123.429096,41.796767],"centroid":[122.604994,41.299712],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":5,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[125.707523,40.866877],[125.875059,40.908501],[125.959442,40.88181],[126.188572,41.114875],[126.295129,41.171661],[126.332086,41.236949],[126.497158,41.406842],[126.608027,41.669345],[126.8002,41.702865],[126.887047,41.791719],[126.952953,41.804212],[127.037952,41.676944],[127.135887,41.600463],[127.11864,41.540018],[127.241212,41.520754],[127.360704,41.466065],[127.526392,41.467859],[127.636645,41.413575],[127.882405,41.448124],[128.000049,41.442741],[128.040085,41.393375],[128.203925,41.410882],[128.301244,41.540018],[128.30186,41.627756],[128.163889,41.721628],[128.112766,41.793504],[128.090593,42.022877],[128.466316,42.020654],[128.49896,42.000644],[128.70222,42.02021],[128.737945,42.050435],[128.898089,42.016653],[128.954755,42.083756],[129.113668,42.140583],[129.215914,42.208442],[129.240551,42.376223],[129.342181,42.441179],[129.452434,42.441179],[129.546057,42.361632],[129.601492,42.415116],[129.748701,42.471204],[129.767179,42.707806],[129.856491,42.951833],[129.897143,43.001748],[130.027106,42.9676],[130.10841,42.989929],[130.136127,42.90363],[130.258083,42.90626],[130.242069,42.738582],[130.388046,42.603054],[130.482285,42.626837],[130.570364,42.557224],[130.633806,42.603494],[130.592538,42.671295],[130.464423,42.688453],[130.46627,42.772417],[130.665835,42.847932],[131.043406,42.862848],[131.034167,42.929051],[131.145652,42.9365],[131.102536,43.021002],[131.207861,43.1316],[131.206014,43.237202],[131.255289,43.265099],[131.314419,43.392653],[131.304564,43.502144],[131.142572,43.425695],[131.026775,43.508655],[130.907283,43.434387],[130.630726,43.622268],[130.412684,43.652586],[130.381887,43.910106],[130.338155,43.963975],[130.208192,43.948466],[130.079461,43.835039],[130.009243,43.889407],[130.017867,43.961821],[129.951345,44.027263],[129.802904,43.964837],[129.780114,43.892857],[129.467833,43.874741],[129.348341,43.798333],[129.211602,43.784509],[129.23008,43.593234],[129.013886,43.522976],[128.878379,43.539898],[128.834647,43.587599],[128.739177,43.806972],[128.760734,43.857482],[128.584576,43.990246],[128.574721,44.047914],[128.450301,44.203423],[128.481714,44.375637],[128.372693,44.514495],[128.211317,44.431647],[128.172512,44.34697],[128.049941,44.349965],[128.104143,44.230017],[128.091208,44.133022],[127.912586,44.064687],[127.783239,44.071997],[127.59045,44.227872],[127.623711,44.278025],[127.486356,44.410275],[127.463566,44.484615],[127.557189,44.575488],[127.392733,44.632158],[127.182082,44.644507],[127.041648,44.591258],[127.041032,44.712169],[126.984366,44.823914],[127.092771,44.94688],[126.970815,45.070852],[126.96404,45.132104],[126.685635,45.187807],[126.569222,45.252725],[126.402919,45.222805],[126.356107,45.185698],[126.166398,45.13337],[125.915095,45.196664],[125.695205,45.352066],[125.687813,45.514173],[125.434662,45.462988],[125.361981,45.392847],[125.248649,45.417637],[125.06633,45.39915],[125.025678,45.493201],[124.911114,45.535976],[124.792853,45.436958],[124.690607,45.452493],[124.544014,45.411756],[124.398652,45.440737],[124.287783,45.539329],[124.226805,45.633564],[124.054342,45.751449],[124.061118,45.886168],[123.968727,45.936551],[124.01677,46.118549],[123.917604,46.25693],[123.499381,46.259826],[123.357099,46.232096],[123.248078,46.273065],[123.178476,46.248239],[123.04605,46.099878],[122.792898,46.073313],[122.828623,45.912406],[122.752246,45.834905],[122.792283,45.766063],[122.671558,45.70048],[122.640761,45.771072],[122.362357,45.917403],[122.301379,45.813218],[122.091344,45.882002],[122.040221,45.959022],[121.819098,46.023054],[121.817251,45.875336],[121.713773,45.701734],[121.867142,45.719703],[121.970004,45.692956],[122.002648,45.507882],[122.168336,45.439897],[122.147394,45.295682],[122.239169,45.276313],[122.22993,45.206784],[122.109822,45.142236],[122.119677,45.068739],[122.04946,44.912985],[122.099967,44.7823],[122.161561,44.728328],[122.103046,44.67388],[122.13138,44.577619],[122.28598,44.477783],[122.291524,44.310152],[122.319241,44.233018],[122.483081,44.236877],[122.675254,44.285738],[122.76087,44.369648],[122.85634,44.398304],[123.025108,44.493153],[123.12489,44.5098],[123.128585,44.367081],[123.196955,44.34483],[123.323838,44.179823],[123.386664,44.161794],[123.331229,44.028984],[123.467968,43.853599],[123.536953,43.633964],[123.304744,43.550742],[123.315831,43.492159],[123.486446,43.44525],[123.608402,43.366119],[123.703873,43.37047],[123.747604,43.472184],[124.032784,43.280786],[124.114088,43.247229],[124.27608,43.233278],[124.273617,43.17875],[124.425754,43.076107],[124.333363,42.997371],[124.38079,42.912835],[124.466406,42.847054],[124.586514,42.905384],[124.686912,43.051185],[124.785462,43.117185],[124.87231,42.962344],[124.856911,42.824234],[124.975171,42.802722],[125.010896,42.63212],[125.097127,42.622433],[125.066946,42.534738],[125.186439,42.427928],[125.175352,42.308102],[125.299156,42.289953],[125.305931,42.146351],[125.490097,42.136145],[125.29854,41.974399],[125.294844,41.822945],[125.412488,41.691246],[125.533212,41.479069],[125.547995,41.401006],[125.637306,41.34442],[125.646545,41.264396],[125.758646,41.232449],[125.726617,41.055332],[125.635458,40.94151],[125.707523,40.866877]]]},"properties":{"adcode":220000,"name":"吉林省","center":[125.3245,43.886841],"centroid":[126.171208,43.703954],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":6,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[123.178476,46.248239],[123.248078,46.273065],[123.357099,46.232096],[123.499381,46.259826],[123.917604,46.25693],[124.01677,46.118549],[123.968727,45.936551],[124.061118,45.886168],[124.054342,45.751449],[124.226805,45.633564],[124.287783,45.539329],[124.398652,45.440737],[124.544014,45.411756],[124.690607,45.452493],[124.792853,45.436958],[124.911114,45.535976],[125.025678,45.493201],[125.06633,45.39915],[125.248649,45.417637],[125.361981,45.392847],[125.434662,45.462988],[125.687813,45.514173],[125.695205,45.352066],[125.915095,45.196664],[126.166398,45.13337],[126.356107,45.185698],[126.402919,45.222805],[126.569222,45.252725],[126.685635,45.187807],[126.96404,45.132104],[126.970815,45.070852],[127.092771,44.94688],[126.984366,44.823914],[127.041032,44.712169],[127.041648,44.591258],[127.182082,44.644507],[127.392733,44.632158],[127.557189,44.575488],[127.463566,44.484615],[127.486356,44.410275],[127.623711,44.278025],[127.59045,44.227872],[127.783239,44.071997],[127.912586,44.064687],[128.091208,44.133022],[128.104143,44.230017],[128.049941,44.349965],[128.172512,44.34697],[128.211317,44.431647],[128.372693,44.514495],[128.481714,44.375637],[128.450301,44.203423],[128.574721,44.047914],[128.584576,43.990246],[128.760734,43.857482],[128.739177,43.806972],[128.834647,43.587599],[128.878379,43.539898],[129.013886,43.522976],[129.23008,43.593234],[129.211602,43.784509],[129.348341,43.798333],[129.467833,43.874741],[129.780114,43.892857],[129.802904,43.964837],[129.951345,44.027263],[130.017867,43.961821],[130.009243,43.889407],[130.079461,43.835039],[130.208192,43.948466],[130.338155,43.963975],[130.381887,43.910106],[130.412684,43.652586],[130.630726,43.622268],[130.907283,43.434387],[131.026775,43.508655],[131.142572,43.425695],[131.304564,43.502144],[131.20047,43.532089],[131.239274,43.670337],[131.2171,43.836334],[131.254057,43.893289],[131.26576,44.034578],[131.310723,44.046623],[131.111775,44.710042],[131.064348,44.786973],[130.965181,44.85065],[131.207861,44.913833],[131.355071,44.990068],[131.484418,44.99557],[131.695685,45.132104],[131.681519,45.215217],[131.788692,45.245984],[131.82996,45.311677],[132.003655,45.25441],[132.867202,45.061976],[132.954049,45.023072],[133.107418,45.124504],[133.129592,45.211422],[133.097563,45.284735],[133.143759,45.430658],[133.203505,45.516689],[133.423395,45.584163],[133.471438,45.631053],[133.467743,45.834905],[133.51209,45.887001],[133.618032,45.903662],[133.745531,46.075389],[133.690713,46.133896],[133.909987,46.254447],[133.876726,46.362345],[133.948791,46.401153],[133.849625,46.475389],[133.919842,46.596012],[134.011001,46.637941],[134.042414,46.886787],[134.142812,47.093349],[134.222268,47.105164],[134.230276,47.182097],[134.156979,47.248357],[134.177305,47.326299],[134.339297,47.439759],[134.490202,47.446235],[134.678064,47.588507],[134.779694,47.7159],[134.607846,47.909214],[134.551796,48.032622],[134.632484,48.099412],[134.679295,48.256245],[134.864077,48.332293],[135.009439,48.365703],[135.09567,48.437618],[134.927519,48.451513],[134.820961,48.37604],[134.501905,48.418954],[134.369478,48.382797],[134.20379,48.3824],[133.740604,48.254651],[133.693177,48.186866],[133.59709,48.194846],[133.545967,48.121389],[133.302055,48.103009],[133.130208,48.134971],[132.992238,48.035424],[132.883216,48.002599],[132.819159,47.936887],[132.723072,47.962941],[132.558,47.718316],[132.325175,47.762184],[132.242639,47.70986],[132.000575,47.712276],[131.976554,47.673201],[131.690142,47.707041],[131.59036,47.660707],[131.543548,47.736028],[131.236811,47.733211],[131.115471,47.689721],[130.966413,47.733211],[130.961486,47.828118],[130.891269,47.927263],[130.699711,48.044227],[130.673842,48.12818],[130.765617,48.18926],[130.845073,48.296473],[130.747755,48.404256],[130.767465,48.507846],[130.620871,48.49595],[130.605473,48.594207],[130.538335,48.612016],[130.680617,48.881146],[130.501995,48.865795],[130.412068,48.905148],[130.279641,48.866976],[129.937179,49.040285],[129.847867,49.181316],[129.753629,49.208692],[129.696962,49.298535],[129.562687,49.299706],[129.546057,49.395227],[129.448739,49.441167],[129.379138,49.367175],[129.215298,49.399122],[129.061929,49.374189],[129.013886,49.457119],[128.871604,49.492506],[128.792147,49.473065],[128.715155,49.564756],[128.537764,49.604332],[128.185447,49.53952],[128.001281,49.592307],[127.815268,49.593859],[127.677913,49.697712],[127.674833,49.764247],[127.531936,49.826059],[127.543638,49.944438],[127.501755,50.056764],[127.58737,50.137768],[127.603385,50.239309],[127.371791,50.29669],[127.332371,50.340634],[127.3644,50.438314],[127.293567,50.46575],[127.370559,50.581415],[127.294799,50.663426],[127.143894,50.910111],[126.922772,51.061937],[126.899982,51.200518],[126.976358,51.291551],[126.908605,51.407423],[126.784185,51.448095],[126.837156,51.536033],[126.69549,51.57845],[126.741069,51.642374],[126.510092,51.922274],[126.450962,52.027709],[126.563679,52.119302],[126.499005,52.16044],[126.306832,52.205574],[126.353644,52.389304],[126.147304,52.573],[125.968682,52.630429],[126.072775,52.691048],[125.855349,52.866259],[125.772197,52.89804],[125.742632,52.993964],[125.640386,53.06199],[125.142091,53.204175],[124.970244,53.194137],[124.832889,53.145347],[124.678905,53.207043],[124.496587,53.207759],[124.375863,53.258984],[124.239124,53.379817],[124.125791,53.348033],[124.058038,53.404085],[123.865249,53.489627],[123.698329,53.498528],[123.620721,53.550115],[123.454417,53.536602],[123.309672,53.56078],[123.137209,53.498172],[122.894528,53.462914],[122.496016,53.458638],[122.350038,53.505647],[122.111054,53.426913],[121.875765,53.426556],[121.499426,53.337314],[121.679896,53.240722],[121.817867,53.061631],[121.715621,52.997926],[121.591201,52.824693],[121.373158,52.683067],[121.182217,52.59918],[121.323883,52.573727],[121.519136,52.456821],[121.63986,52.44442],[121.714389,52.318025],[121.841272,52.282526],[121.94783,52.298266],[122.142467,52.495096],[122.310618,52.475416],[122.342031,52.414133],[122.585943,52.266413],[122.76087,52.26678],[122.769493,52.179893],[122.629059,52.13657],[122.664783,51.99861],[122.726377,51.978709],[122.749167,51.746613],[122.85634,51.606707],[122.854492,51.477551],[123.069455,51.321108],[123.294273,51.254111],[123.661989,51.319237],[123.711264,51.398089],[123.887423,51.320734],[124.239124,51.344664],[124.406659,51.272086],[124.490427,51.380537],[124.693687,51.3327],[124.783614,51.392115],[124.864302,51.37979],[124.928976,51.498419],[125.047236,51.529704],[125.130388,51.635317],[125.35151,51.623801],[125.559082,51.461521],[125.76111,51.261976],[125.850421,51.21364],[125.864588,51.146487],[126.059225,51.043503],[126.042594,50.92558],[125.961906,50.901054],[125.890457,50.805845],[125.758646,50.746809],[125.829479,50.56165],[125.627451,50.443268],[125.463611,50.295925],[125.448829,50.216338],[125.27883,50.127411],[125.297924,50.014481],[125.190134,49.959841],[125.245569,49.87198],[125.222779,49.799026],[125.228323,49.487063],[125.261583,49.322336],[125.219699,49.189139],[125.117453,49.126127],[124.906802,49.184054],[124.809484,49.115943],[124.808252,49.020666],[124.697383,48.841775],[124.612383,48.747945],[124.579122,48.596582],[124.520608,48.556195],[124.555717,48.467784],[124.51876,48.378027],[124.579738,48.297269],[124.547094,48.200829],[124.422058,48.245884],[124.317964,48.35099],[124.314269,48.503881],[124.25945,48.536385],[124.07898,48.43603],[123.746373,48.197638],[123.537569,48.021816],[123.300432,47.953723],[123.161846,47.781892],[122.848949,47.67441],[122.765181,47.614333],[122.59395,47.54732],[122.507103,47.401291],[122.418407,47.350632],[122.531124,47.198771],[122.679566,47.094164],[122.821232,47.065636],[122.791051,46.941567],[122.895144,46.960359],[122.906847,46.80738],[122.996774,46.761483],[123.163694,46.74016],[123.221592,46.850373],[123.374345,46.837683],[123.625648,46.847508],[123.603475,46.68928],[123.366338,46.677784],[123.002318,46.574624],[123.011557,46.434984],[123.178476,46.248239]]]},"properties":{"adcode":230000,"name":"黑龙江省","center":[126.642464,45.756967],"centroid":[127.693027,48.040465],"childrenNum":13,"level":"province","parent":{"adcode":100000},"subFeatureIndex":7,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.901349,31.017327],[120.989428,31.01425],[120.991892,30.837133],[121.123087,30.77905],[121.21671,30.785734],[121.274608,30.677191],[121.362071,30.679764],[121.426129,30.730192],[121.601056,30.805269],[121.904714,30.814007],[121.943518,30.776993],[121.970004,30.789333],[121.990945,30.96859],[121.946598,31.066039],[121.722396,31.3036],[121.520984,31.394575],[121.343593,31.511996],[121.174826,31.44922],[121.113848,31.37465],[121.060261,31.245289],[121.076892,31.158267],[120.881023,31.134706],[120.901349,31.017327]]],[[[121.974931,31.61704],[121.599824,31.703128],[121.431673,31.769295],[121.323267,31.868458],[121.200079,31.834907],[121.145261,31.75403],[121.371926,31.553314],[121.434136,31.590535],[121.547469,31.531382],[121.819098,31.437987],[121.890547,31.428795],[121.995873,31.493117],[121.974931,31.61704]]],[[[121.801852,31.356765],[121.840656,31.295418],[122.016199,31.282121],[122.116597,31.320984],[121.801852,31.356765]]]]},"properties":{"adcode":310000,"name":"上海市","center":[121.472644,31.231706],"centroid":[121.438737,31.072559],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":8,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[119.306066,35.076578],[119.286972,35.115261],[119.137915,35.096167],[119.114509,35.055026],[118.86259,35.025626],[118.860742,34.944233],[118.690127,34.678408],[118.545997,34.705964],[118.424657,34.595193],[118.439439,34.507949],[118.404947,34.427525],[118.220165,34.405802],[118.132702,34.483287],[118.185056,34.543942],[118.114839,34.614404],[117.951615,34.678408],[117.902956,34.644443],[117.793935,34.651827],[117.801942,34.518798],[117.684298,34.547392],[117.592523,34.462566],[117.465023,34.484767],[117.370785,34.584846],[117.267923,34.532603],[117.248213,34.451216],[117.166293,34.434435],[117.15151,34.559222],[117.070206,34.713835],[116.969192,34.771864],[116.922381,34.894671],[116.858323,34.928533],[116.677853,34.939327],[116.445028,34.895652],[116.408071,34.850972],[116.374195,34.640011],[116.662454,34.472927],[116.773939,34.453683],[116.828142,34.389012],[116.969192,34.389012],[116.969192,34.283753],[117.051112,34.221425],[117.025243,34.167469],[117.192162,34.068873],[117.311654,34.067882],[117.404045,34.03218],[117.514914,34.060941],[117.569117,33.985051],[117.759442,33.874318],[117.739732,33.758467],[117.901724,33.720146],[118.117919,33.766427],[118.16781,33.663381],[118.112376,33.617045],[118.107448,33.475391],[118.050782,33.491863],[118.029224,33.374995],[117.974405,33.279487],[117.988572,33.180869],[118.038463,33.134776],[118.217085,33.191888],[118.244803,32.998359],[118.2331,32.914498],[118.300237,32.783275],[118.572482,32.719856],[118.707373,32.72036],[118.743097,32.853184],[118.810235,32.853687],[118.849039,32.956689],[119.020886,32.955685],[119.113277,32.823014],[119.184726,32.825529],[119.22045,32.576748],[119.084944,32.452602],[119.041212,32.515201],[118.922336,32.557078],[118.92172,32.557078],[118.922336,32.557078],[118.92172,32.557078],[118.719076,32.614059],[118.632844,32.578261],[118.592192,32.481383],[118.691359,32.472295],[118.703061,32.328792],[118.643931,32.209875],[118.510888,32.194176],[118.501033,32.121726],[118.394476,32.076098],[118.363679,31.930443],[118.504729,31.841516],[118.521975,31.743343],[118.641467,31.75861],[118.697518,31.709747],[118.643315,31.649651],[118.858894,31.623665],[118.885995,31.519139],[118.883532,31.500261],[118.852119,31.393553],[118.720924,31.322518],[118.794836,31.229426],[118.870597,31.242219],[119.10527,31.235055],[119.158241,31.294907],[119.266646,31.250405],[119.374435,31.258591],[119.391682,31.174142],[119.623891,31.130096],[119.678093,31.167997],[119.921389,31.170045],[120.001461,31.027071],[120.149903,30.937283],[120.371025,30.948575],[120.42338,30.902884],[120.504684,30.757967],[120.589684,30.854089],[120.713487,30.88491],[120.698089,30.970643],[120.901349,31.017327],[120.881023,31.134706],[121.076892,31.158267],[121.060261,31.245289],[121.113848,31.37465],[121.174826,31.44922],[121.343593,31.511996],[121.371926,31.553314],[121.145261,31.75403],[121.200079,31.834907],[121.323267,31.868458],[121.431673,31.769295],[121.599824,31.703128],[121.974931,31.61704],[121.970004,31.718911],[121.856055,31.955328],[121.759352,32.059362],[121.525295,32.136423],[121.450151,32.282256],[121.425513,32.430885],[121.352216,32.474315],[121.153268,32.52933],[120.979573,32.636236],[120.953088,32.714318],[120.981421,32.85972],[120.932762,33.005887],[120.874247,33.093672],[120.813885,33.303499],[120.741205,33.337505],[120.680227,33.520306],[120.583524,33.668362],[120.367329,34.091674],[120.311895,34.306991],[119.962657,34.459112],[119.811752,34.485754],[119.465594,34.672994],[119.525956,34.73351],[119.238313,34.799388],[119.202588,34.890253],[119.238313,35.048657],[119.306066,35.076578]]]},"properties":{"adcode":320000,"name":"江苏省","center":[118.767413,32.041544],"centroid":[119.486506,32.983991],"childrenNum":13,"level":"province","parent":{"adcode":100000},"subFeatureIndex":9,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[118.433896,28.288335],[118.588497,28.282538],[118.756032,28.252493],[118.802228,28.117453],[118.719076,28.063601],[118.730163,27.970615],[118.818242,27.916689],[118.913713,27.619616],[118.869365,27.540047],[118.907553,27.460952],[119.020886,27.498118],[119.14777,27.424836],[119.26911,27.42218],[119.360269,27.524657],[119.466826,27.526249],[119.501319,27.649837],[119.644217,27.663619],[119.630666,27.582491],[119.70889,27.514042],[119.685485,27.438646],[119.739687,27.362668],[119.843165,27.300464],[120.008237,27.375423],[120.052584,27.338747],[120.134504,27.420055],[120.221352,27.420055],[120.343924,27.363199],[120.430155,27.258976],[120.404286,27.204166],[120.461568,27.142407],[120.545952,27.156785],[120.580444,27.321203],[120.665444,27.357884],[120.703016,27.478475],[120.637111,27.561271],[120.709176,27.682699],[120.840371,27.758986],[120.910588,27.864852],[120.97403,27.887071],[121.027616,27.832574],[121.134174,27.787051],[121.13479,27.787051],[121.192072,27.822518],[121.162507,27.90717],[121.05595,27.900294],[120.991892,27.95],[121.059029,28.096338],[121.140949,28.031382],[121.261057,28.034551],[121.328195,28.134343],[121.488955,28.301509],[121.627541,28.251966],[121.692831,28.407368],[121.634317,28.562542],[121.557324,28.645033],[121.689135,28.719062],[121.687287,28.863294],[121.774751,28.863818],[121.660186,29.118226],[121.750113,29.136523],[121.966308,29.052852],[121.988482,29.110906],[121.937975,29.384],[121.993409,29.45229],[122.000185,29.582486],[121.966308,29.636078],[121.833265,29.653242],[122.043916,29.822647],[122.00696,29.891678],[121.78399,29.99332],[121.721164,29.992802],[121.635548,30.070002],[121.497578,30.258861],[121.328195,30.397299],[121.225333,30.404526],[121.058413,30.563888],[121.274608,30.677191],[121.21671,30.785734],[121.123087,30.77905],[120.991892,30.837133],[120.989428,31.01425],[120.901349,31.017327],[120.698089,30.970643],[120.713487,30.88491],[120.589684,30.854089],[120.504684,30.757967],[120.42338,30.902884],[120.371025,30.948575],[120.149903,30.937283],[120.001461,31.027071],[119.921389,31.170045],[119.678093,31.167997],[119.623891,31.130096],[119.633746,31.019379],[119.580159,30.967051],[119.55429,30.825828],[119.479761,30.772365],[119.482841,30.704467],[119.39045,30.685941],[119.238929,30.609225],[119.237081,30.546881],[119.326392,30.532964],[119.36766,30.38491],[119.201356,30.290905],[119.06277,30.304856],[118.954365,30.360126],[118.880452,30.31519],[118.905089,30.216464],[118.852735,30.166805],[118.902626,30.029078],[118.894619,29.937845],[118.740634,29.814859],[118.744945,29.73902],[118.647011,29.64336],[118.573714,29.638159],[118.500417,29.57572],[118.496106,29.519492],[118.381541,29.504909],[118.316252,29.422581],[118.193064,29.395472],[118.205382,29.343839],[118.138861,29.283828],[118.077883,29.290614],[118.042159,29.210202],[118.037847,29.102017],[118.097593,28.998952],[118.270056,28.918836],[118.300237,28.826075],[118.364295,28.813491],[118.428352,28.681267],[118.412338,28.55676],[118.474548,28.478934],[118.433896,28.288335]]],[[[122.163408,29.988137],[122.322321,29.940438],[122.343879,30.020269],[122.293988,30.100554],[122.152938,30.113497],[121.955221,30.183878],[121.978011,30.059125],[122.027902,29.991247],[122.163408,29.988137]]],[[[122.162793,30.329654],[122.058083,30.291938],[122.231778,30.234562],[122.247176,30.30124],[122.162793,30.329654]]],[[[122.43011,30.408655],[122.432574,30.445294],[122.277973,30.471603],[122.281669,30.418461],[122.43011,30.408655]]],[[[122.155401,29.970512],[122.163408,29.988137],[122.152322,29.97103],[122.155401,29.970512]]]]},"properties":{"adcode":330000,"name":"浙江省","center":[120.153576,30.287459],"centroid":[120.109913,29.181466],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":10,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[116.196804,34.575977],[116.162312,34.459605],[116.372347,34.26595],[116.516477,34.296114],[116.565752,34.16945],[116.52818,34.122892],[116.641512,33.978103],[116.64336,33.896675],[116.437637,33.846489],[116.437021,33.801246],[116.155536,33.709693],[116.055754,33.804727],[116.05945,33.860902],[115.982457,33.917039],[115.95782,34.007875],[115.85003,34.004898],[115.736082,34.076805],[115.60735,34.030196],[115.547604,33.874815],[115.631988,33.869846],[115.601191,33.658898],[115.639995,33.585143],[115.422569,33.557219],[115.345576,33.502842],[115.315395,33.431451],[115.365286,33.336005],[115.300613,33.204407],[115.303692,33.149809],[115.168186,33.088658],[115.041302,33.086653],[114.966158,33.147304],[114.902716,33.129764],[114.943368,32.935094],[115.139237,32.897917],[115.197135,32.856201],[115.179273,32.726402],[115.20083,32.591876],[115.304924,32.553042],[115.409018,32.549007],[115.5088,32.468761],[115.509416,32.466741],[115.626445,32.40512],[115.704669,32.495013],[115.789052,32.468761],[115.845719,32.501575],[115.899306,32.390971],[115.912856,32.227596],[115.941805,32.166318],[115.920248,31.920285],[115.886371,31.776418],[115.676336,31.778453],[115.495249,31.673083],[115.371446,31.495668],[115.373909,31.405813],[115.443511,31.344498],[115.473076,31.265242],[115.539597,31.231985],[115.585793,31.143926],[115.700973,31.201276],[115.778582,31.112164],[115.867277,31.147512],[115.938726,31.04707],[116.058834,31.012711],[116.071769,30.956787],[115.976298,30.931636],[115.865429,30.864364],[115.851262,30.756938],[115.762567,30.685426],[115.819234,30.597893],[115.910393,30.519046],[115.885139,30.379747],[115.903001,30.31364],[115.985537,30.290905],[116.065609,30.204569],[116.091479,30.036331],[116.073616,29.969993],[116.128435,29.897904],[116.13521,29.819532],[116.280572,29.788893],[116.467818,29.896347],[116.552201,29.909836],[116.585462,30.045657],[116.666766,30.076734],[116.747454,30.057053],[116.900207,29.949253],[116.882961,29.893753],[116.673541,29.709916],[116.680317,29.681323],[116.651983,29.637118],[116.780715,29.569994],[116.996294,29.683403],[117.112706,29.711995],[117.136728,29.775388],[117.073286,29.831992],[117.171836,29.920729],[117.246365,29.915023],[117.25314,29.834588],[117.382487,29.840818],[117.455168,29.749412],[117.453936,29.688082],[117.543248,29.588731],[117.647957,29.614749],[117.690457,29.555939],[117.795167,29.570515],[117.933753,29.549172],[118.00397,29.578322],[118.143788,29.489803],[118.193064,29.395472],[118.316252,29.422581],[118.381541,29.504909],[118.496106,29.519492],[118.500417,29.57572],[118.573714,29.638159],[118.647011,29.64336],[118.744945,29.73902],[118.740634,29.814859],[118.894619,29.937845],[118.902626,30.029078],[118.852735,30.166805],[118.905089,30.216464],[118.880452,30.31519],[118.954365,30.360126],[119.06277,30.304856],[119.201356,30.290905],[119.36766,30.38491],[119.326392,30.532964],[119.237081,30.546881],[119.238929,30.609225],[119.39045,30.685941],[119.482841,30.704467],[119.479761,30.772365],[119.55429,30.825828],[119.580159,30.967051],[119.633746,31.019379],[119.623891,31.130096],[119.391682,31.174142],[119.374435,31.258591],[119.266646,31.250405],[119.158241,31.294907],[119.10527,31.235055],[118.870597,31.242219],[118.794836,31.229426],[118.720924,31.322518],[118.852119,31.393553],[118.883532,31.500261],[118.885995,31.519139],[118.858894,31.623665],[118.643315,31.649651],[118.697518,31.709747],[118.641467,31.75861],[118.521975,31.743343],[118.504729,31.841516],[118.363679,31.930443],[118.394476,32.076098],[118.501033,32.121726],[118.510888,32.194176],[118.643931,32.209875],[118.703061,32.328792],[118.691359,32.472295],[118.592192,32.481383],[118.632844,32.578261],[118.719076,32.614059],[118.92172,32.557078],[118.922336,32.557078],[118.92172,32.557078],[118.922336,32.557078],[119.041212,32.515201],[119.084944,32.452602],[119.22045,32.576748],[119.184726,32.825529],[119.113277,32.823014],[119.020886,32.955685],[118.849039,32.956689],[118.810235,32.853687],[118.743097,32.853184],[118.707373,32.72036],[118.572482,32.719856],[118.300237,32.783275],[118.2331,32.914498],[118.244803,32.998359],[118.217085,33.191888],[118.038463,33.134776],[117.988572,33.180869],[117.974405,33.279487],[118.029224,33.374995],[118.050782,33.491863],[118.107448,33.475391],[118.112376,33.617045],[118.16781,33.663381],[118.117919,33.766427],[117.901724,33.720146],[117.739732,33.758467],[117.759442,33.874318],[117.569117,33.985051],[117.514914,34.060941],[117.404045,34.03218],[117.311654,34.067882],[117.192162,34.068873],[117.025243,34.167469],[117.051112,34.221425],[116.969192,34.283753],[116.969192,34.389012],[116.828142,34.389012],[116.773939,34.453683],[116.662454,34.472927],[116.374195,34.640011],[116.196804,34.575977]]]},"properties":{"adcode":340000,"name":"安徽省","center":[117.283042,31.86119],"centroid":[117.226884,31.849254],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":11,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[117.192778,23.5619],[117.387415,23.555317],[117.463791,23.584937],[117.501364,23.70445],[117.601762,23.70171],[117.660276,23.789357],[117.671979,23.878041],[117.762522,23.886796],[118.019369,24.197232],[118.158571,24.269814],[118.088354,24.408858],[118.048934,24.418122],[118.084042,24.528695],[118.121615,24.570067],[118.169042,24.559725],[118.242955,24.51236],[118.375382,24.536317],[118.444367,24.614689],[118.512736,24.60816],[118.614366,24.521617],[118.680272,24.58204],[118.703677,24.665278],[118.786213,24.77672],[118.650707,24.808774],[118.864437,24.887518],[118.989473,24.973807],[118.892155,25.092558],[119.028893,25.139702],[119.146538,25.056782],[119.165632,25.145661],[119.26911,25.159746],[119.380595,25.250173],[119.299291,25.328634],[119.14469,25.388121],[119.232153,25.442176],[119.45266,25.493505],[119.463131,25.448661],[119.597405,25.334584],[119.649144,25.342697],[119.688564,25.441095],[119.764325,25.433529],[119.862875,25.474597],[119.883817,25.546432],[119.790194,25.614447],[119.700267,25.616606],[119.715666,25.51187],[119.634362,25.475137],[119.616499,25.556691],[119.472986,25.662466],[119.602949,25.68512],[119.626354,25.723406],[119.628202,25.87212],[119.69534,25.904424],[119.723673,26.011503],[119.668854,26.026024],[119.604181,26.168985],[119.676246,26.262943],[119.7711,26.285481],[119.893672,26.355752],[119.835774,26.434019],[119.788346,26.583435],[119.619579,26.649246],[119.711354,26.686681],[119.899216,26.693098],[119.949107,26.624638],[119.851788,26.595209],[119.867187,26.509019],[120.063671,26.627848],[120.110483,26.692563],[120.102476,26.82669],[120.130193,26.917976],[120.233055,26.907837],[120.282946,27.089671],[120.391967,27.081146],[120.461568,27.142407],[120.404286,27.204166],[120.430155,27.258976],[120.343924,27.363199],[120.221352,27.420055],[120.134504,27.420055],[120.052584,27.338747],[120.008237,27.375423],[119.843165,27.300464],[119.739687,27.362668],[119.685485,27.438646],[119.70889,27.514042],[119.630666,27.582491],[119.644217,27.663619],[119.501319,27.649837],[119.466826,27.526249],[119.360269,27.524657],[119.26911,27.42218],[119.14777,27.424836],[119.020886,27.498118],[118.907553,27.460952],[118.869365,27.540047],[118.913713,27.619616],[118.818242,27.916689],[118.730163,27.970615],[118.719076,28.063601],[118.802228,28.117453],[118.756032,28.252493],[118.588497,28.282538],[118.433896,28.288335],[118.314404,28.221913],[118.356288,28.091586],[118.153644,28.062016],[118.094513,28.003909],[117.856145,27.94577],[117.78716,27.896063],[117.740348,27.800286],[117.609769,27.863265],[117.556182,27.966387],[117.407741,27.893948],[117.280242,27.871201],[117.296256,27.764282],[117.174916,27.677399],[117.040641,27.669979],[117.01662,27.563393],[117.103467,27.533149],[117.104699,27.330773],[117.149662,27.241419],[117.044953,27.146667],[117.05296,27.100327],[116.851548,27.009188],[116.679085,26.978259],[116.548506,26.84004],[116.515245,26.720898],[116.566368,26.650315],[116.539267,26.559349],[116.610716,26.476882],[116.601476,26.372911],[116.499846,26.361651],[116.412999,26.297822],[116.392057,26.171133],[116.476441,26.172745],[116.489375,26.113649],[116.384666,26.030864],[116.303362,25.924341],[116.17771,25.894195],[116.131515,25.824185],[116.106877,25.701299],[116.041588,25.62416],[116.063145,25.56317],[116.005247,25.490264],[116.008327,25.319437],[115.930719,25.236099],[115.855574,25.20957],[115.928255,25.050276],[115.873436,25.019911],[115.89253,24.936911],[116.068073,24.850053],[116.191877,24.877203],[116.244232,24.793563],[116.345862,24.828872],[116.530027,24.604895],[116.667382,24.658752],[116.815207,24.654944],[116.759157,24.545572],[116.83307,24.496568],[116.903903,24.369614],[116.933468,24.220157],[116.930388,24.064514],[116.981511,23.999471],[116.981511,23.855602],[117.048032,23.758687],[117.055424,23.694038],[117.192778,23.629356],[117.192778,23.5619]]],[[[118.412338,24.514538],[118.353208,24.415398],[118.477012,24.437738],[118.412338,24.514538]]],[[[118.204151,24.504737],[118.14502,24.560814],[118.093281,24.540672],[118.068644,24.463344],[118.143173,24.420847],[118.204151,24.504737]]]]},"properties":{"adcode":350000,"name":"福建省","center":[119.306239,26.075302],"centroid":[118.006468,26.069925],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":12,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[118.193064,29.395472],[118.143788,29.489803],[118.00397,29.578322],[117.933753,29.549172],[117.795167,29.570515],[117.690457,29.555939],[117.647957,29.614749],[117.543248,29.588731],[117.453936,29.688082],[117.455168,29.749412],[117.382487,29.840818],[117.25314,29.834588],[117.246365,29.915023],[117.171836,29.920729],[117.073286,29.831992],[117.136728,29.775388],[117.112706,29.711995],[116.996294,29.683403],[116.780715,29.569994],[116.651983,29.637118],[116.680317,29.681323],[116.673541,29.709916],[116.882961,29.893753],[116.900207,29.949253],[116.747454,30.057053],[116.666766,30.076734],[116.585462,30.045657],[116.552201,29.909836],[116.467818,29.896347],[116.280572,29.788893],[116.13521,29.819532],[115.965827,29.724469],[115.837096,29.748373],[115.667712,29.850161],[115.51188,29.840299],[115.470612,29.739539],[115.355431,29.649602],[115.143548,29.645961],[115.154019,29.510117],[115.00065,29.572076],[114.860216,29.476258],[114.812173,29.383478],[114.67297,29.395993],[114.519602,29.325578],[114.259059,29.343839],[114.252284,29.23475],[114.063191,29.204978],[113.952321,29.092604],[113.94185,29.047097],[113.973879,28.937692],[114.076741,28.834464],[114.153734,28.829221],[114.157429,28.761566],[114.08598,28.558337],[114.218407,28.48472],[114.2529,28.319423],[114.068734,28.171806],[113.992357,28.161255],[114.025002,28.080499],[113.914133,27.991227],[113.864242,28.004966],[113.752141,27.93361],[113.763228,27.799228],[113.607395,27.625449],[113.583374,27.524657],[113.616635,27.345658],[113.699786,27.331836],[113.872865,27.384988],[113.846996,27.222262],[113.779242,27.137081],[113.824206,27.036378],[113.927068,26.948922],[113.835909,26.806394],[113.860546,26.664221],[113.912901,26.613938],[113.996669,26.615543],[114.10877,26.56952],[114.07243,26.480096],[114.085364,26.406149],[114.029314,26.266163],[113.949242,26.192616],[114.088444,26.168448],[114.181451,26.214631],[114.237501,26.152333],[114.044096,26.076564],[114.008372,26.015806],[114.028082,25.893119],[113.971416,25.836036],[113.913517,25.701299],[113.983118,25.599336],[113.94493,25.441635],[114.115545,25.302125],[114.2954,25.299961],[114.382863,25.317274],[114.541159,25.416773],[114.63663,25.324306],[114.714238,25.315651],[114.73518,25.225813],[114.685905,25.173287],[114.735796,25.121822],[114.640326,25.074129],[114.561485,25.077382],[114.506051,24.999844],[114.395798,24.951019],[114.403189,24.877746],[114.258443,24.641346],[114.300943,24.578775],[114.391486,24.563535],[114.429058,24.48622],[114.534384,24.559181],[114.589819,24.537406],[114.664963,24.583673],[114.704999,24.525973],[114.781376,24.613057],[114.868839,24.562446],[114.940288,24.650049],[115.057317,24.703343],[115.104744,24.667997],[115.412714,24.79302],[115.555611,24.683768],[115.569778,24.622306],[115.671408,24.604895],[115.68927,24.545027],[115.840791,24.584217],[115.797676,24.628834],[115.756408,24.749004],[115.824161,24.909232],[115.89253,24.936911],[115.873436,25.019911],[115.928255,25.050276],[115.855574,25.20957],[115.930719,25.236099],[116.008327,25.319437],[116.005247,25.490264],[116.063145,25.56317],[116.041588,25.62416],[116.106877,25.701299],[116.131515,25.824185],[116.17771,25.894195],[116.303362,25.924341],[116.384666,26.030864],[116.489375,26.113649],[116.476441,26.172745],[116.392057,26.171133],[116.412999,26.297822],[116.499846,26.361651],[116.601476,26.372911],[116.610716,26.476882],[116.539267,26.559349],[116.566368,26.650315],[116.515245,26.720898],[116.548506,26.84004],[116.679085,26.978259],[116.851548,27.009188],[117.05296,27.100327],[117.044953,27.146667],[117.149662,27.241419],[117.104699,27.330773],[117.103467,27.533149],[117.01662,27.563393],[117.040641,27.669979],[117.174916,27.677399],[117.296256,27.764282],[117.280242,27.871201],[117.407741,27.893948],[117.556182,27.966387],[117.609769,27.863265],[117.740348,27.800286],[117.78716,27.896063],[117.856145,27.94577],[118.094513,28.003909],[118.153644,28.062016],[118.356288,28.091586],[118.314404,28.221913],[118.433896,28.288335],[118.474548,28.478934],[118.412338,28.55676],[118.428352,28.681267],[118.364295,28.813491],[118.300237,28.826075],[118.270056,28.918836],[118.097593,28.998952],[118.037847,29.102017],[118.042159,29.210202],[118.077883,29.290614],[118.138861,29.283828],[118.205382,29.343839],[118.193064,29.395472]]]},"properties":{"adcode":360000,"name":"江西省","center":[115.892151,28.676493],"centroid":[115.732975,27.636112],"childrenNum":11,"level":"province","parent":{"adcode":100000},"subFeatureIndex":13,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[116.374195,34.640011],[116.408071,34.850972],[116.445028,34.895652],[116.677853,34.939327],[116.858323,34.928533],[116.922381,34.894671],[116.969192,34.771864],[117.070206,34.713835],[117.15151,34.559222],[117.166293,34.434435],[117.248213,34.451216],[117.267923,34.532603],[117.370785,34.584846],[117.465023,34.484767],[117.592523,34.462566],[117.684298,34.547392],[117.801942,34.518798],[117.793935,34.651827],[117.902956,34.644443],[117.951615,34.678408],[118.114839,34.614404],[118.185056,34.543942],[118.132702,34.483287],[118.220165,34.405802],[118.404947,34.427525],[118.439439,34.507949],[118.424657,34.595193],[118.545997,34.705964],[118.690127,34.678408],[118.860742,34.944233],[118.86259,35.025626],[119.114509,35.055026],[119.137915,35.096167],[119.286972,35.115261],[119.306066,35.076578],[119.373819,35.078538],[119.411392,35.231689],[119.493312,35.318655],[119.590014,35.37284],[119.663311,35.562931],[119.718129,35.615492],[119.868419,35.60868],[119.958346,35.760342],[120.01378,35.714193],[120.064287,35.873414],[120.169613,35.888446],[120.316206,36.002304],[120.234902,36.030863],[120.108635,36.127599],[120.181316,36.203936],[120.35809,36.174956],[120.286025,36.047317],[120.429539,36.056994],[120.468959,36.087952],[120.64327,36.114547],[120.696857,36.15563],[120.657437,36.276339],[120.694393,36.390118],[120.759683,36.46283],[120.828668,36.46668],[120.871784,36.36699],[120.965407,36.466199],[120.983269,36.546051],[121.161275,36.651273],[121.454462,36.752515],[121.651563,36.723739],[121.631853,36.80093],[121.767975,36.874691],[122.008808,36.96225],[122.051923,36.904846],[122.175727,36.894317],[122.220691,36.848835],[122.344495,36.828239],[122.532356,36.901496],[122.55761,36.968467],[122.478769,37.058784],[122.484313,37.128956],[122.624131,37.190959],[122.573624,37.296247],[122.650616,37.388551],[122.487393,37.43466],[122.41656,37.414699],[122.166488,37.438937],[122.150474,37.557163],[122.017431,37.531065],[121.923808,37.473142],[121.66573,37.473617],[121.571491,37.441313],[121.477252,37.475992],[121.358376,37.597479],[121.17421,37.597479],[121.136022,37.723501],[121.037471,37.718767],[120.940769,37.819533],[120.733197,37.833714],[120.590915,37.7642],[120.454793,37.757576],[120.367945,37.697935],[120.227511,37.693673],[120.246605,37.556689],[120.144359,37.481691],[119.843781,37.376662],[119.89244,37.263866],[119.740303,37.133727],[119.678709,37.158056],[119.576463,37.127524],[119.361501,37.125616],[119.298675,37.197156],[119.190885,37.25958],[119.054147,37.254816],[119.001176,37.31862],[118.939582,37.527268],[119.023966,37.642037],[119.236465,37.651988],[119.309146,37.805349],[119.24016,37.878131],[119.16132,37.81906],[119.110813,37.921577],[119.001792,37.99613],[118.974075,38.094162],[118.811467,38.157717],[118.504729,38.11394],[118.217085,38.146893],[118.112376,38.210403],[118.018753,38.202409],[117.895565,38.301572],[117.808718,38.22827],[117.704624,38.076262],[117.586979,38.071551],[117.438538,37.854035],[117.027091,37.832296],[116.804736,37.848837],[116.724664,37.744327],[116.433941,37.473142],[116.38097,37.522522],[116.379738,37.522047],[116.38097,37.522522],[116.379738,37.522047],[116.290427,37.484065],[116.169087,37.384271],[115.975682,37.337179],[115.969523,37.239572],[115.909777,37.20669],[115.85619,37.060694],[115.776734,36.992848],[115.75764,36.902453],[115.683727,36.808117],[115.479851,36.760187],[115.272895,36.497476],[115.366518,36.30914],[115.462605,36.276339],[115.483547,36.148865],[115.447822,36.01247],[115.362822,35.971796],[115.335105,35.796756],[115.487858,35.880688],[115.513112,35.890385],[115.648618,35.922863],[115.817386,36.012954],[115.989849,36.045381],[116.048979,35.970343],[115.911624,35.960171],[115.882675,35.879718],[115.773654,35.854014],[115.693582,35.754028],[115.48601,35.710306],[115.383148,35.568772],[115.356047,35.490359],[115.237171,35.423087],[115.091809,35.416259],[114.957534,35.261014],[114.932281,35.198441],[114.841738,35.15099],[114.835578,35.076578],[114.880542,35.00357],[115.028983,34.9717],[115.12815,35.00455],[115.256265,34.845079],[115.317243,34.859321],[115.42688,34.805285],[115.461373,34.637057],[115.515575,34.582383],[115.697278,34.594207],[115.838328,34.5676],[116.101334,34.60603],[116.196804,34.575977],[116.374195,34.640011]]]},"properties":{"adcode":370000,"name":"山东省","center":[117.000923,36.675807],"centroid":[118.187759,36.376092],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":14,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[112.716747,32.357612],[112.735841,32.356095],[112.860877,32.396024],[112.992072,32.378336],[113.025949,32.425328],[113.118956,32.375809],[113.211962,32.431895],[113.428773,32.270618],[113.735511,32.410677],[113.768772,32.30148],[113.749061,32.272642],[113.782322,32.184553],[113.728735,32.083197],[113.791561,32.036028],[113.854387,31.843042],[113.914749,31.877098],[113.988662,31.749959],[114.086596,31.782014],[114.134024,31.843042],[114.235654,31.833382],[114.292936,31.752503],[114.443841,31.728074],[114.586123,31.762172],[114.547935,31.623665],[114.696376,31.525771],[114.778912,31.520669],[114.830035,31.45892],[115.022824,31.527811],[115.096121,31.508425],[115.12507,31.599201],[115.212533,31.555354],[115.211301,31.442072],[115.301229,31.383846],[115.373909,31.405813],[115.371446,31.495668],[115.495249,31.673083],[115.676336,31.778453],[115.886371,31.776418],[115.920248,31.920285],[115.941805,32.166318],[115.912856,32.227596],[115.899306,32.390971],[115.845719,32.501575],[115.789052,32.468761],[115.704669,32.495013],[115.626445,32.40512],[115.509416,32.466741],[115.5088,32.468761],[115.409018,32.549007],[115.304924,32.553042],[115.20083,32.591876],[115.179273,32.726402],[115.197135,32.856201],[115.139237,32.897917],[114.943368,32.935094],[114.902716,33.129764],[114.966158,33.147304],[115.041302,33.086653],[115.168186,33.088658],[115.303692,33.149809],[115.300613,33.204407],[115.365286,33.336005],[115.315395,33.431451],[115.345576,33.502842],[115.422569,33.557219],[115.639995,33.585143],[115.601191,33.658898],[115.631988,33.869846],[115.547604,33.874815],[115.60735,34.030196],[115.736082,34.076805],[115.85003,34.004898],[115.95782,34.007875],[115.982457,33.917039],[116.05945,33.860902],[116.055754,33.804727],[116.155536,33.709693],[116.437021,33.801246],[116.437637,33.846489],[116.64336,33.896675],[116.641512,33.978103],[116.52818,34.122892],[116.565752,34.16945],[116.516477,34.296114],[116.372347,34.26595],[116.162312,34.459605],[116.196804,34.575977],[116.101334,34.60603],[115.838328,34.5676],[115.697278,34.594207],[115.515575,34.582383],[115.461373,34.637057],[115.42688,34.805285],[115.317243,34.859321],[115.256265,34.845079],[115.12815,35.00455],[115.028983,34.9717],[114.880542,35.00357],[114.835578,35.076578],[114.841738,35.15099],[114.932281,35.198441],[114.957534,35.261014],[115.091809,35.416259],[115.237171,35.423087],[115.356047,35.490359],[115.383148,35.568772],[115.48601,35.710306],[115.693582,35.754028],[115.773654,35.854014],[115.882675,35.879718],[115.911624,35.960171],[116.048979,35.970343],[115.989849,36.045381],[115.817386,36.012954],[115.648618,35.922863],[115.513112,35.890385],[115.487858,35.880688],[115.335105,35.796756],[115.362822,35.971796],[115.447822,36.01247],[115.483547,36.148865],[115.312931,36.088436],[115.242098,36.19138],[115.12507,36.209731],[115.048693,36.161912],[114.998186,36.069572],[114.914419,36.052155],[114.912571,36.140649],[114.771521,36.124699],[114.586739,36.141133],[114.408117,36.224699],[114.2104,36.272962],[114.080437,36.269585],[113.962792,36.353977],[113.813119,36.332285],[113.731199,36.363135],[113.681924,36.216491],[113.694859,36.026991],[113.604932,35.797727],[113.578446,35.633491],[113.49899,35.532254],[113.391817,35.506925],[113.304353,35.426989],[113.189789,35.44893],[113.126347,35.332327],[112.996384,35.362104],[112.992072,35.29619],[112.772798,35.207732],[112.513487,35.218489],[112.390915,35.239021],[112.288053,35.219956],[112.058924,35.280069],[112.078634,35.219467],[112.062004,35.056005],[111.933272,35.083435],[111.664107,34.984449],[111.570484,34.843114],[111.345666,34.831816],[110.976103,34.706456],[110.824582,34.615881],[110.533242,34.583368],[110.379257,34.600612],[110.360779,34.516825],[110.403279,34.433448],[110.503677,34.33714],[110.43962,34.243196],[110.642264,34.161032],[110.591757,34.101586],[110.671213,33.966192],[110.587445,33.887733],[110.612083,33.852453],[110.782082,33.796272],[110.878784,33.634486],[111.00382,33.578662],[111.02661,33.478386],[111.02661,33.467903],[110.996429,33.435946],[111.025994,33.330504],[110.984726,33.255469],[111.046936,33.202905],[111.045704,33.169849],[111.08882,33.181871],[111.258819,33.006389],[111.242804,32.930573],[111.293311,32.859217],[111.380159,32.829049],[111.41342,32.757108],[111.577875,32.593388],[111.713382,32.606497],[111.890157,32.503089],[111.948671,32.51722],[112.014576,32.450077],[112.155626,32.377326],[112.206133,32.392992],[112.328089,32.321712],[112.390915,32.37126],[112.589248,32.381369],[112.716747,32.357612]]]},"properties":{"adcode":410000,"name":"河南省","center":[113.665412,34.757975],"centroid":[113.619717,33.902648],"childrenNum":18,"level":"province","parent":{"adcode":100000},"subFeatureIndex":15,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[111.045704,33.169849],[111.046936,33.202905],[110.984726,33.255469],[110.9219,33.203907],[110.828893,33.201403],[110.702626,33.097182],[110.59422,33.168346],[110.54125,33.255469],[110.471032,33.171352],[110.218497,33.163336],[110.164911,33.209415],[110.031252,33.191888],[109.852013,33.247961],[109.693101,33.254468],[109.514479,33.237951],[109.438718,33.152314],[109.576073,33.110216],[109.688174,33.116733],[109.794731,33.067095],[109.76455,32.909474],[109.907448,32.903947],[110.105164,32.832569],[110.159367,32.767173],[110.153824,32.593388],[110.017701,32.546989],[109.910528,32.592884],[109.816905,32.577252],[109.726978,32.608513],[109.631507,32.599943],[109.502776,32.38895],[109.495385,32.300468],[109.621652,32.106519],[109.590855,32.012688],[109.631507,31.962436],[109.60379,31.885737],[109.633971,31.804396],[109.585928,31.726546],[109.731289,31.700582],[109.745456,31.598182],[109.969658,31.508935],[110.054042,31.410921],[110.118715,31.409899],[110.161831,31.314338],[110.180309,31.121899],[110.119947,31.088592],[110.151976,30.911613],[110.082375,30.799614],[110.008462,30.883369],[109.894513,30.899803],[109.780564,30.848437],[109.625348,30.702923],[109.535421,30.664837],[109.36111,30.551004],[109.299516,30.630341],[109.143683,30.521108],[109.103647,30.565949],[109.09256,30.578831],[109.106111,30.61077],[109.042669,30.655571],[108.971836,30.627766],[108.838793,30.503062],[108.743939,30.494812],[108.6497,30.53915],[108.56778,30.468508],[108.42673,30.492233],[108.402092,30.376649],[108.460606,30.35961],[108.581947,30.255759],[108.532055,30.051873],[108.516041,29.885451],[108.433505,29.880262],[108.437201,29.741098],[108.504954,29.728626],[108.601041,29.863656],[108.658939,29.854833],[108.690968,29.689642],[108.752562,29.649082],[108.844337,29.658443],[108.913322,29.574679],[108.878213,29.539279],[108.927488,29.435612],[108.919481,29.3261],[109.11227,29.361053],[109.110422,29.21647],[109.232378,29.119271],[109.352487,29.284872],[109.343863,29.369398],[109.488609,29.553336],[109.516326,29.626194],[109.701108,29.636078],[109.779333,29.757725],[110.02386,29.769674],[110.113788,29.789932],[110.219729,29.746814],[110.372482,29.633477],[110.562807,29.712515],[110.642879,29.775907],[110.49875,29.91243],[110.497518,30.055499],[110.746973,30.112979],[110.924364,30.111426],[110.929907,30.063268],[111.242188,30.040476],[111.436825,29.930065],[111.553854,29.894272],[111.705375,29.890121],[111.75773,29.92021],[111.95483,29.796683],[112.07617,29.743696],[112.065699,29.681323],[112.178416,29.656883],[112.368741,29.541362],[112.439574,29.633997],[112.693957,29.601741],[112.788812,29.681323],[112.79374,29.735902],[112.894138,29.783699],[112.923703,29.766557],[112.912,29.606944],[112.950188,29.473132],[113.057362,29.522616],[113.145441,29.449163],[113.37765,29.703158],[113.571671,29.849123],[113.547033,29.675603],[113.663446,29.684443],[113.73859,29.579363],[113.677613,29.513763],[113.755221,29.446557],[113.674533,29.388172],[113.609859,29.25146],[113.691779,29.19662],[113.690547,29.114566],[113.816199,29.105154],[113.898119,29.029307],[113.94185,29.047097],[113.952321,29.092604],[114.063191,29.204978],[114.252284,29.23475],[114.259059,29.343839],[114.519602,29.325578],[114.67297,29.395993],[114.812173,29.383478],[114.860216,29.476258],[115.00065,29.572076],[115.154019,29.510117],[115.143548,29.645961],[115.355431,29.649602],[115.470612,29.739539],[115.51188,29.840299],[115.667712,29.850161],[115.837096,29.748373],[115.965827,29.724469],[116.13521,29.819532],[116.128435,29.897904],[116.073616,29.969993],[116.091479,30.036331],[116.065609,30.204569],[115.985537,30.290905],[115.903001,30.31364],[115.885139,30.379747],[115.910393,30.519046],[115.819234,30.597893],[115.762567,30.685426],[115.851262,30.756938],[115.865429,30.864364],[115.976298,30.931636],[116.071769,30.956787],[116.058834,31.012711],[115.938726,31.04707],[115.867277,31.147512],[115.778582,31.112164],[115.700973,31.201276],[115.585793,31.143926],[115.539597,31.231985],[115.473076,31.265242],[115.443511,31.344498],[115.373909,31.405813],[115.301229,31.383846],[115.211301,31.442072],[115.212533,31.555354],[115.12507,31.599201],[115.096121,31.508425],[115.022824,31.527811],[114.830035,31.45892],[114.778912,31.520669],[114.696376,31.525771],[114.547935,31.623665],[114.586123,31.762172],[114.443841,31.728074],[114.292936,31.752503],[114.235654,31.833382],[114.134024,31.843042],[114.086596,31.782014],[113.988662,31.749959],[113.914749,31.877098],[113.854387,31.843042],[113.791561,32.036028],[113.728735,32.083197],[113.782322,32.184553],[113.749061,32.272642],[113.768772,32.30148],[113.735511,32.410677],[113.428773,32.270618],[113.211962,32.431895],[113.118956,32.375809],[113.025949,32.425328],[112.992072,32.378336],[112.860877,32.396024],[112.735841,32.356095],[112.716747,32.357612],[112.589248,32.381369],[112.390915,32.37126],[112.328089,32.321712],[112.206133,32.392992],[112.155626,32.377326],[112.014576,32.450077],[111.948671,32.51722],[111.890157,32.503089],[111.713382,32.606497],[111.577875,32.593388],[111.41342,32.757108],[111.380159,32.829049],[111.293311,32.859217],[111.242804,32.930573],[111.258819,33.006389],[111.08882,33.181871],[111.045704,33.169849]]],[[[109.106111,30.570587],[109.101183,30.579346],[109.09872,30.579346],[109.106111,30.570587]]]]},"properties":{"adcode":420000,"name":"湖北省","center":[114.298572,30.584355],"centroid":[112.271301,30.987527],"childrenNum":17,"level":"province","parent":{"adcode":100000},"subFeatureIndex":16,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[112.024431,24.740308],[112.167329,24.859828],[112.155626,25.026419],[112.187039,25.182494],[112.302836,25.157037],[112.365046,25.191701],[112.562762,25.124531],[112.660081,25.132658],[112.780805,24.896747],[112.994536,24.927142],[112.979137,25.03401],[113.004391,25.089306],[112.97421,25.168412],[112.992688,25.247467],[112.867036,25.249632],[112.854718,25.337829],[112.93479,25.325929],[113.078304,25.382174],[113.11834,25.445418],[113.248919,25.514031],[113.311129,25.490264],[113.373338,25.402719],[113.449715,25.359463],[113.535946,25.368656],[113.611707,25.327552],[113.753373,25.362707],[113.814967,25.328634],[113.94493,25.441635],[113.983118,25.599336],[113.913517,25.701299],[113.971416,25.836036],[114.028082,25.893119],[114.008372,26.015806],[114.044096,26.076564],[114.237501,26.152333],[114.181451,26.214631],[114.088444,26.168448],[113.949242,26.192616],[114.029314,26.266163],[114.085364,26.406149],[114.07243,26.480096],[114.10877,26.56952],[113.996669,26.615543],[113.912901,26.613938],[113.860546,26.664221],[113.835909,26.806394],[113.927068,26.948922],[113.824206,27.036378],[113.779242,27.137081],[113.846996,27.222262],[113.872865,27.384988],[113.699786,27.331836],[113.616635,27.345658],[113.583374,27.524657],[113.607395,27.625449],[113.763228,27.799228],[113.752141,27.93361],[113.864242,28.004966],[113.914133,27.991227],[114.025002,28.080499],[113.992357,28.161255],[114.068734,28.171806],[114.2529,28.319423],[114.218407,28.48472],[114.08598,28.558337],[114.157429,28.761566],[114.153734,28.829221],[114.076741,28.834464],[113.973879,28.937692],[113.94185,29.047097],[113.898119,29.029307],[113.816199,29.105154],[113.690547,29.114566],[113.691779,29.19662],[113.609859,29.25146],[113.674533,29.388172],[113.755221,29.446557],[113.677613,29.513763],[113.73859,29.579363],[113.663446,29.684443],[113.547033,29.675603],[113.571671,29.849123],[113.37765,29.703158],[113.145441,29.449163],[113.057362,29.522616],[112.950188,29.473132],[112.912,29.606944],[112.923703,29.766557],[112.894138,29.783699],[112.79374,29.735902],[112.788812,29.681323],[112.693957,29.601741],[112.439574,29.633997],[112.368741,29.541362],[112.178416,29.656883],[112.065699,29.681323],[112.07617,29.743696],[111.95483,29.796683],[111.75773,29.92021],[111.705375,29.890121],[111.553854,29.894272],[111.436825,29.930065],[111.242188,30.040476],[110.929907,30.063268],[110.924364,30.111426],[110.746973,30.112979],[110.497518,30.055499],[110.49875,29.91243],[110.642879,29.775907],[110.562807,29.712515],[110.372482,29.633477],[110.219729,29.746814],[110.113788,29.789932],[110.02386,29.769674],[109.779333,29.757725],[109.701108,29.636078],[109.516326,29.626194],[109.488609,29.553336],[109.343863,29.369398],[109.352487,29.284872],[109.232378,29.119271],[109.319842,29.042388],[109.235458,28.882161],[109.241002,28.776779],[109.2989,28.7474],[109.192958,28.636104],[109.306907,28.62087],[109.274262,28.494714],[109.275494,28.313101],[109.367885,28.254602],[109.314298,28.103729],[109.378972,28.034551],[109.30198,27.956343],[109.332777,27.782815],[109.414081,27.725087],[109.470131,27.62863],[109.451037,27.586204],[109.303211,27.47582],[109.142451,27.418461],[109.103647,27.336621],[108.907778,27.204699],[108.877597,27.01612],[109.032814,27.104056],[109.128901,27.122701],[109.165857,27.066758],[109.264407,27.131755],[109.415312,27.154123],[109.454733,27.069423],[109.520022,27.058764],[109.555131,26.946788],[109.452885,26.861932],[109.522486,26.749226],[109.528645,26.743881],[109.52187,26.749226],[109.486761,26.759913],[109.447957,26.759913],[109.35495,26.658873],[109.407305,26.533116],[109.38082,26.454381],[109.319842,26.418477],[109.285965,26.295676],[109.439334,26.238789],[109.502776,26.096451],[109.48245,26.029788],[109.730057,25.989988],[109.685094,25.880197],[109.826144,25.911422],[109.782412,25.996981],[109.864332,26.027637],[109.904368,26.135679],[109.970274,26.195301],[110.099005,26.168985],[110.065128,26.050221],[110.100853,26.020108],[110.24991,26.010965],[110.325671,25.975462],[110.373098,26.088927],[110.495054,26.166299],[110.552952,26.283335],[110.612083,26.333764],[110.721104,26.294066],[110.759292,26.248451],[110.939762,26.286554],[110.94469,26.373447],[111.090667,26.308016],[111.208928,26.30426],[111.293311,26.222148],[111.26621,26.095914],[111.189834,25.953402],[111.251428,25.864581],[111.346282,25.906577],[111.43313,25.84627],[111.442369,25.77192],[111.30871,25.720171],[111.343202,25.602574],[111.279145,25.42326],[111.103602,25.285351],[111.112841,25.21715],[110.998892,25.161371],[110.951465,25.04377],[111.009363,24.921172],[111.100522,24.945593],[111.101754,25.035095],[111.200921,25.074672],[111.274833,25.151078],[111.375231,25.128324],[111.470086,24.92877],[111.479325,24.797366],[111.431282,24.687574],[111.570484,24.64461],[111.708455,24.788673],[112.024431,24.740308]]],[[[109.528645,26.743881],[109.522486,26.749226],[109.52187,26.749226],[109.528645,26.743881]]]]},"properties":{"adcode":430000,"name":"湖南省","center":[112.982279,28.19409],"centroid":[111.711649,27.629216],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":17,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[113.558736,22.212244],[113.669605,22.416539],[113.624642,22.443092],[113.740438,22.534329],[113.678228,22.726007],[113.733663,22.736494],[113.893807,22.442539],[113.976343,22.510558],[114.031778,22.503923],[114.166052,22.559201],[114.232574,22.539857],[114.321885,22.587385],[114.427211,22.589042],[114.506667,22.438667],[114.611377,22.481806],[114.601521,22.730975],[114.749963,22.764089],[114.728405,22.651466],[114.746267,22.581859],[114.866375,22.591805],[115.039454,22.713862],[115.076411,22.788368],[115.236555,22.82533],[115.338185,22.776781],[115.381301,22.684048],[115.565467,22.684048],[115.609198,22.753052],[115.583945,22.82864],[115.654162,22.865591],[115.760103,22.834707],[115.829089,22.734838],[115.883291,22.78561],[116.05637,22.844635],[116.104413,22.816505],[116.302746,22.951588],[116.382818,22.91907],[116.50539,22.930645],[116.544194,22.996769],[116.566368,23.134424],[116.665534,23.158086],[116.74499,23.215299],[116.782563,23.313714],[116.871874,23.4159],[116.92854,23.530079],[117.01046,23.502641],[117.192778,23.5619],[117.192778,23.629356],[117.055424,23.694038],[117.048032,23.758687],[116.981511,23.855602],[116.981511,23.999471],[116.930388,24.064514],[116.933468,24.220157],[116.903903,24.369614],[116.83307,24.496568],[116.759157,24.545572],[116.815207,24.654944],[116.667382,24.658752],[116.530027,24.604895],[116.345862,24.828872],[116.244232,24.793563],[116.191877,24.877203],[116.068073,24.850053],[115.89253,24.936911],[115.824161,24.909232],[115.756408,24.749004],[115.797676,24.628834],[115.840791,24.584217],[115.68927,24.545027],[115.671408,24.604895],[115.569778,24.622306],[115.555611,24.683768],[115.412714,24.79302],[115.104744,24.667997],[115.057317,24.703343],[114.940288,24.650049],[114.868839,24.562446],[114.781376,24.613057],[114.704999,24.525973],[114.664963,24.583673],[114.589819,24.537406],[114.534384,24.559181],[114.429058,24.48622],[114.391486,24.563535],[114.300943,24.578775],[114.258443,24.641346],[114.403189,24.877746],[114.395798,24.951019],[114.506051,24.999844],[114.561485,25.077382],[114.640326,25.074129],[114.735796,25.121822],[114.685905,25.173287],[114.73518,25.225813],[114.714238,25.315651],[114.63663,25.324306],[114.541159,25.416773],[114.382863,25.317274],[114.2954,25.299961],[114.115545,25.302125],[113.94493,25.441635],[113.814967,25.328634],[113.753373,25.362707],[113.611707,25.327552],[113.535946,25.368656],[113.449715,25.359463],[113.373338,25.402719],[113.311129,25.490264],[113.248919,25.514031],[113.11834,25.445418],[113.078304,25.382174],[112.93479,25.325929],[112.854718,25.337829],[112.867036,25.249632],[112.992688,25.247467],[112.97421,25.168412],[113.004391,25.089306],[112.979137,25.03401],[112.994536,24.927142],[112.780805,24.896747],[112.660081,25.132658],[112.562762,25.124531],[112.365046,25.191701],[112.302836,25.157037],[112.187039,25.182494],[112.155626,25.026419],[112.167329,24.859828],[112.024431,24.740308],[111.961606,24.721283],[111.936968,24.595645],[112.007185,24.534684],[111.985011,24.467701],[112.057692,24.387057],[112.026279,24.294908],[111.912946,24.221795],[111.878454,24.109862],[111.940664,23.987989],[111.854432,23.947521],[111.8107,23.80688],[111.654868,23.833159],[111.614832,23.65896],[111.487332,23.626615],[111.479941,23.532822],[111.399869,23.469159],[111.353058,23.284582],[111.388782,23.210349],[111.377695,23.082132],[111.433746,23.036428],[111.362913,22.967568],[111.358601,22.889301],[111.218167,22.748085],[111.118385,22.744773],[111.055559,22.648705],[110.749437,22.556991],[110.712481,22.440879],[110.725415,22.29588],[110.646575,22.220554],[110.55788,22.196175],[110.505525,22.14297],[110.414366,22.208365],[110.35154,22.097508],[110.391576,21.89386],[110.224041,21.882198],[110.12857,21.902744],[110.050962,21.857205],[109.94502,21.84443],[109.916071,21.668787],[109.742992,21.616497],[109.785492,21.45673],[109.904368,21.429992],[109.868644,21.365913],[109.757775,21.346963],[109.763934,21.226514],[109.674623,21.136671],[109.655529,20.929435],[109.730057,20.719673],[109.74484,20.621124],[109.793499,20.615522],[109.839695,20.489439],[109.895745,20.42776],[109.861252,20.376717],[109.916071,20.316677],[109.909296,20.236961],[110.082375,20.258859],[110.118099,20.219553],[110.220345,20.25156],[110.349076,20.258859],[110.452554,20.311064],[110.54125,20.42047],[110.550489,20.47262],[110.466105,20.680485],[110.407591,20.731987],[110.393424,20.816479],[110.269004,20.839972],[110.184005,20.891979],[110.208642,21.050684],[110.39096,21.124949],[110.422373,21.190807],[110.501213,21.217588],[110.626249,21.215915],[110.796248,21.37483],[110.929291,21.375945],[111.034617,21.438906],[111.444217,21.514088],[111.560629,21.50518],[111.677658,21.529677],[111.693672,21.590345],[111.794686,21.61149],[111.887693,21.578659],[112.026895,21.633744],[111.956062,21.710494],[112.036134,21.761637],[112.192583,21.789425],[112.238778,21.702153],[112.415553,21.734956],[112.445734,21.803317],[112.535661,21.753856],[112.647146,21.758302],[112.792508,21.921067],[112.893522,21.84443],[112.989608,21.869424],[113.091854,22.065344],[113.1516,21.979905],[113.266781,21.871646],[113.330223,21.96159],[113.442324,22.009315],[113.554425,22.107489],[113.558736,22.212244]]],[[[117.024627,23.437865],[117.142887,23.400522],[117.142887,23.459826],[117.024627,23.437865]]],[[[112.853486,21.740515],[112.730914,21.613715],[112.775261,21.564189],[112.853486,21.740515]]],[[[112.530733,21.583667],[112.665624,21.642644],[112.592327,21.693256],[112.530733,21.583667]]],[[[110.43346,21.171276],[110.582517,21.094801],[110.632409,21.210893],[110.43346,21.171276]]],[[[110.517844,21.079166],[110.305961,21.0881],[110.211106,20.986999],[110.47288,20.983087],[110.535706,20.922727],[110.560344,21.061295],[110.517844,21.079166]]]]},"properties":{"adcode":440000,"name":"广东省","center":[113.280637,23.125178],"centroid":[113.429919,23.334643],"childrenNum":21,"level":"province","parent":{"adcode":100000},"subFeatureIndex":18,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[109.48245,26.029788],[109.408537,25.967392],[109.396834,25.900117],[109.296436,25.71424],[109.147995,25.741736],[109.07901,25.72071],[109.030966,25.629556],[109.024807,25.51241],[108.949046,25.557231],[108.826474,25.550212],[108.783975,25.628477],[108.68604,25.587462],[108.6072,25.491885],[108.62999,25.335666],[108.471693,25.458928],[108.418723,25.443257],[108.348506,25.536173],[108.280752,25.48],[108.162492,25.444878],[108.152021,25.324306],[108.115065,25.210112],[108.001732,25.196574],[107.839124,25.115861],[107.741805,25.24043],[107.696226,25.219858],[107.632168,25.310241],[107.512676,25.209029],[107.432604,25.289139],[107.375937,25.411908],[107.263836,25.543193],[107.185612,25.578825],[107.064272,25.559391],[106.963874,25.437852],[107.013765,25.275611],[106.933077,25.250714],[106.888113,25.181953],[106.732281,25.162454],[106.691013,25.179245],[106.590615,25.08768],[106.442173,25.019369],[106.191486,24.95319],[106.206269,24.851139],[106.173008,24.760417],[106.047356,24.684312],[105.942031,24.725088],[105.767104,24.719109],[105.70551,24.768569],[105.497322,24.809318],[105.428337,24.930941],[105.267577,24.929313],[105.212758,24.995505],[105.09573,24.92877],[105.077868,24.918459],[105.03352,24.787586],[104.899245,24.752809],[104.841963,24.676155],[104.703377,24.645698],[104.628848,24.660927],[104.529682,24.731611],[104.489646,24.653313],[104.575877,24.424661],[104.641783,24.367979],[104.703377,24.419757],[104.83642,24.446456],[104.979933,24.412673],[105.106817,24.414853],[105.196744,24.326541],[105.215222,24.214699],[105.20044,24.105491],[105.334099,24.094566],[105.493011,24.016965],[105.533663,24.130071],[105.628518,24.126794],[105.649459,24.032816],[105.765256,24.073804],[105.89214,24.040468],[105.919241,24.122425],[106.04982,24.089649],[106.192102,23.824947],[106.136667,23.795381],[106.157609,23.724175],[106.120653,23.605229],[106.141595,23.569579],[105.999929,23.447748],[105.89214,23.52514],[105.815763,23.507031],[105.526272,23.234548],[105.542902,23.184495],[105.574931,23.066165],[105.648844,23.078828],[105.839169,22.987403],[105.893987,22.936707],[105.994385,22.93781],[106.019639,22.990709],[106.206885,22.978588],[106.286957,22.867245],[106.366413,22.857871],[106.504383,22.91025],[106.606013,22.925684],[106.674998,22.891506],[106.820976,22.768504],[106.768621,22.739254],[106.711955,22.575228],[106.61402,22.602303],[106.560434,22.455813],[106.588767,22.374486],[106.663296,22.33076],[106.7021,22.207257],[106.706411,22.021521],[106.999598,21.947714],[107.05996,21.914959],[107.018077,21.81943],[107.093837,21.803317],[107.242279,21.703265],[107.310648,21.733844],[107.363619,21.602031],[107.477567,21.659888],[107.547168,21.58645],[107.863761,21.650988],[107.958,21.534131],[108.034376,21.545821],[108.108289,21.508521],[108.205608,21.597579],[108.249955,21.561406],[108.397781,21.533017],[108.492635,21.554727],[108.591802,21.677129],[108.735931,21.628181],[108.937959,21.589789],[109.138756,21.567528],[109.142451,21.511861],[109.039589,21.457844],[109.138756,21.388762],[109.245929,21.425536],[109.540964,21.466199],[109.604406,21.523553],[109.704188,21.462857],[109.785492,21.45673],[109.742992,21.616497],[109.916071,21.668787],[109.94502,21.84443],[110.050962,21.857205],[110.12857,21.902744],[110.224041,21.882198],[110.391576,21.89386],[110.35154,22.097508],[110.414366,22.208365],[110.505525,22.14297],[110.55788,22.196175],[110.646575,22.220554],[110.725415,22.29588],[110.712481,22.440879],[110.749437,22.556991],[111.055559,22.648705],[111.118385,22.744773],[111.218167,22.748085],[111.358601,22.889301],[111.362913,22.967568],[111.433746,23.036428],[111.377695,23.082132],[111.388782,23.210349],[111.353058,23.284582],[111.399869,23.469159],[111.479941,23.532822],[111.487332,23.626615],[111.614832,23.65896],[111.654868,23.833159],[111.8107,23.80688],[111.854432,23.947521],[111.940664,23.987989],[111.878454,24.109862],[111.912946,24.221795],[112.026279,24.294908],[112.057692,24.387057],[111.985011,24.467701],[112.007185,24.534684],[111.936968,24.595645],[111.961606,24.721283],[112.024431,24.740308],[111.708455,24.788673],[111.570484,24.64461],[111.431282,24.687574],[111.479325,24.797366],[111.470086,24.92877],[111.375231,25.128324],[111.274833,25.151078],[111.200921,25.074672],[111.101754,25.035095],[111.100522,24.945593],[111.009363,24.921172],[110.951465,25.04377],[110.998892,25.161371],[111.112841,25.21715],[111.103602,25.285351],[111.279145,25.42326],[111.343202,25.602574],[111.30871,25.720171],[111.442369,25.77192],[111.43313,25.84627],[111.346282,25.906577],[111.251428,25.864581],[111.189834,25.953402],[111.26621,26.095914],[111.293311,26.222148],[111.208928,26.30426],[111.090667,26.308016],[110.94469,26.373447],[110.939762,26.286554],[110.759292,26.248451],[110.721104,26.294066],[110.612083,26.333764],[110.552952,26.283335],[110.495054,26.166299],[110.373098,26.088927],[110.325671,25.975462],[110.24991,26.010965],[110.100853,26.020108],[110.065128,26.050221],[110.099005,26.168985],[109.970274,26.195301],[109.904368,26.135679],[109.864332,26.027637],[109.782412,25.996981],[109.826144,25.911422],[109.685094,25.880197],[109.730057,25.989988],[109.48245,26.029788]]]},"properties":{"adcode":450000,"name":"广西壮族自治区","center":[108.320004,22.82402],"centroid":[108.7944,23.833381],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":19,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[110.106396,20.026812],[109.965346,19.993634],[109.76147,19.981261],[109.712195,20.017253],[109.585312,19.98801],[109.498464,19.873236],[109.300748,19.917693],[109.159082,19.79048],[109.169553,19.736411],[108.765496,19.400894],[108.644772,19.349518],[108.609048,19.276661],[108.591186,19.141592],[108.637997,18.924346],[108.593033,18.809386],[108.65278,18.740258],[108.663866,18.67337],[108.644772,18.486738],[108.68912,18.447571],[108.881293,18.416344],[108.944735,18.314107],[109.108575,18.323766],[109.138756,18.268081],[109.287813,18.264671],[109.355566,18.215221],[109.584696,18.143579],[109.749767,18.193618],[109.785492,18.339672],[109.919767,18.375457],[110.022629,18.360121],[110.090382,18.399309],[110.116867,18.506602],[110.246215,18.609859],[110.499366,18.651824],[110.499366,18.751592],[110.578206,18.784458],[110.619474,19.152334],[110.729727,19.378878],[110.844292,19.449996],[110.920668,19.552668],[111.071573,19.628784],[111.043856,19.763448],[110.966248,20.018377],[110.871393,20.01163],[110.744509,20.074036],[110.717408,20.148778],[110.562191,20.110006],[110.526467,20.07516],[110.387265,20.113378],[110.243135,20.077408],[110.144585,20.074598],[110.106396,20.026812]]],[[[113.896887,7.607204],[113.98743,7.536014],[114.157429,7.561525],[114.368696,7.638642],[114.419819,7.765557],[114.540543,7.862201],[114.540543,7.945783],[114.414892,7.952895],[114.268298,7.870501],[114.211632,7.786904],[114.029314,7.670078],[113.896887,7.607204]]],[[[109.463972,7.344339],[109.513247,7.320002],[109.654297,7.479648],[109.653065,7.559745],[109.536037,7.448792],[109.463972,7.344339]]],[[[115.16757,8.386523],[115.18112,8.345668],[115.285214,8.314876],[115.299381,8.370537],[115.16757,8.386523]]],[[[109.936397,7.848566],[109.988136,7.8124],[110.082991,7.896584],[110.0331,7.944597],[109.936397,7.848566]]],[[[117.266691,10.69163],[117.404661,10.671047],[117.369553,10.7422],[117.266691,10.69163]]]]},"properties":{"adcode":460000,"name":"海南省","center":[110.33119,20.031971],"centroid":[109.754859,19.189767],"childrenNum":19,"level":"province","parent":{"adcode":100000},"subFeatureIndex":20,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[106.37442,28.525742],[106.477282,28.530474],[106.502535,28.661313],[106.461883,28.761041],[106.474202,28.832891],[106.6171,28.691242],[106.615252,28.549401],[106.726121,28.51838],[106.756918,28.607211],[106.866556,28.624548],[106.824056,28.756319],[107.016229,28.882685],[107.14188,28.887925],[107.219489,28.772582],[107.383945,28.848618],[107.441227,28.943977],[107.396879,28.993718],[107.401807,29.184603],[107.486806,29.174153],[107.570574,29.218037],[107.605683,29.164747],[107.810791,29.139137],[107.784921,29.048143],[107.867457,28.960211],[107.925971,29.032446],[108.026369,29.039772],[108.070717,29.086328],[108.297999,29.045527],[108.385462,28.772058],[108.332491,28.679166],[108.439049,28.634003],[108.575787,28.659738],[108.636149,28.621396],[108.573939,28.531],[108.640461,28.456838],[108.700207,28.48209],[108.780279,28.42579],[108.761801,28.304143],[108.821547,28.245113],[109.005713,28.162837],[109.026655,28.220331],[109.117198,28.277795],[109.153538,28.417369],[109.274262,28.494714],[109.306907,28.62087],[109.192958,28.636104],[109.2989,28.7474],[109.241002,28.776779],[109.235458,28.882161],[109.319842,29.042388],[109.232378,29.119271],[109.110422,29.21647],[109.11227,29.361053],[108.919481,29.3261],[108.927488,29.435612],[108.878213,29.539279],[108.913322,29.574679],[108.844337,29.658443],[108.752562,29.649082],[108.690968,29.689642],[108.658939,29.854833],[108.601041,29.863656],[108.504954,29.728626],[108.437201,29.741098],[108.433505,29.880262],[108.516041,29.885451],[108.532055,30.051873],[108.581947,30.255759],[108.460606,30.35961],[108.402092,30.376649],[108.42673,30.492233],[108.56778,30.468508],[108.6497,30.53915],[108.743939,30.494812],[108.838793,30.503062],[108.971836,30.627766],[109.042669,30.655571],[109.106111,30.61077],[109.101183,30.579346],[109.106111,30.570587],[109.103647,30.565949],[109.143683,30.521108],[109.299516,30.630341],[109.36111,30.551004],[109.535421,30.664837],[109.625348,30.702923],[109.780564,30.848437],[109.894513,30.899803],[110.008462,30.883369],[110.082375,30.799614],[110.151976,30.911613],[110.119947,31.088592],[110.180309,31.121899],[110.161831,31.314338],[110.118715,31.409899],[110.054042,31.410921],[109.969658,31.508935],[109.745456,31.598182],[109.731289,31.700582],[109.585928,31.726546],[109.381436,31.705165],[109.281654,31.716874],[109.27611,31.79931],[108.986619,31.980205],[108.902235,31.984774],[108.509882,32.201266],[108.370063,32.172397],[108.370063,31.988835],[108.259194,31.967006],[108.343578,31.860834],[108.50557,31.734182],[108.519121,31.665952],[108.390389,31.591555],[108.344194,31.512506],[108.191441,31.492096],[108.216079,31.41041],[108.185898,31.336831],[108.095354,31.268311],[108.089811,31.204859],[107.956152,30.882855],[107.851443,30.792931],[107.739957,30.884396],[107.645103,30.821202],[107.515756,30.854603],[107.424597,30.74048],[107.516987,30.644759],[107.368546,30.468508],[107.221337,30.213878],[107.058113,30.043066],[107.053801,30.043584],[106.981736,30.08502],[106.976193,30.083467],[106.913367,30.025451],[106.732281,30.027005],[106.677462,30.156974],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.292455],[106.43971,30.308473],[106.428623,30.254725],[106.264167,30.20974],[106.260471,30.19681],[106.180399,30.233011],[106.168696,30.303823],[106.031958,30.373551],[105.943263,30.372002],[105.792357,30.427234],[105.720292,30.252657],[105.619894,30.234045],[105.56138,30.183878],[105.550909,30.179222],[105.574315,30.130579],[105.582938,30.12385],[105.687032,30.038922],[105.753553,30.018196],[105.70243,29.924879],[105.707974,29.840818],[105.582938,29.819013],[105.574931,29.744216],[105.296526,29.571035],[105.337794,29.459064],[105.441888,29.400686],[105.459134,29.288526],[105.695039,29.287482],[105.703662,29.176766],[105.757865,29.069068],[105.762176,28.9911],[105.852719,28.927217],[105.969132,28.965971],[106.101559,28.898928],[106.173008,28.920407],[106.305435,28.704365],[106.304203,28.64976],[106.37442,28.525742]]],[[[109.101183,30.579346],[109.106111,30.61077],[109.09256,30.578831],[109.09872,30.579346],[109.101183,30.579346]]],[[[109.09872,30.579346],[109.09256,30.578831],[109.103647,30.565949],[109.106111,30.570587],[109.09872,30.579346]]]]},"properties":{"adcode":500000,"name":"重庆市","center":[106.504962,29.533155],"centroid":[107.8839,30.067297],"childrenNum":38,"level":"province","parent":{"adcode":100000},"subFeatureIndex":21,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[99.113727,29.221171],[99.105104,29.162656],[99.132206,28.94869],[99.103872,28.841803],[99.126662,28.698066],[99.183944,28.58882],[99.16485,28.425264],[99.306516,28.227714],[99.374886,28.18183],[99.437095,28.398419],[99.403219,28.546246],[99.463581,28.549401],[99.553508,28.710664],[99.676696,28.810345],[99.834376,28.628225],[99.91876,28.599329],[99.990209,28.47683],[100.073977,28.426317],[100.057346,28.368934],[100.176223,28.325218],[100.153433,28.208202],[100.033325,28.184467],[100.021006,28.147008],[100.088759,28.029269],[100.196549,27.936254],[100.210715,27.87702],[100.30865,27.861149],[100.311729,27.724028],[100.442924,27.86644],[100.54517,27.809286],[100.681293,27.923035],[100.782307,27.691708],[100.854988,27.623858],[100.95169,27.426961],[101.021907,27.332899],[101.042233,27.22173],[101.167885,27.198311],[101.136472,27.023584],[101.264587,26.955323],[101.267667,26.903034],[101.399478,26.841642],[101.358826,26.771669],[101.435819,26.740675],[101.461688,26.606447],[101.395783,26.591998],[101.458608,26.49563],[101.506652,26.499915],[101.637847,26.388995],[101.630455,26.224832],[101.737013,26.219463],[101.857737,26.049146],[101.899621,26.099139],[102.107808,26.068501],[102.245163,26.212483],[102.349257,26.244694],[102.570995,26.362723],[102.638748,26.307479],[102.60056,26.250598],[102.709581,26.210336],[102.739762,26.268846],[102.998457,26.371839],[102.989833,26.482775],[103.052659,26.514374],[103.026174,26.664221],[102.966428,26.837904],[102.896211,26.91264],[102.870957,27.026782],[102.913457,27.133886],[102.883276,27.258444],[102.941174,27.405711],[102.989833,27.367983],[103.144434,27.450331],[103.29226,27.632872],[103.487512,27.794992],[103.515846,27.965329],[103.470266,28.122204],[103.573128,28.230877],[103.643961,28.260401],[103.770845,28.233514],[103.877402,28.316262],[103.829975,28.459995],[103.781931,28.525216],[103.833054,28.605109],[103.953779,28.600906],[104.170589,28.642932],[104.314719,28.615617],[104.260516,28.536257],[104.254357,28.403683],[104.314103,28.306778],[104.462544,28.241422],[104.406494,28.173389],[104.362762,28.012891],[104.40095,27.952114],[104.573413,27.840512],[104.743413,27.901881],[104.842579,27.900294],[105.061853,28.096866],[105.168411,28.071522],[105.186273,27.995454],[105.270657,27.99704],[105.233084,27.895534],[105.308229,27.704955],[105.353809,27.748924],[105.508409,27.769048],[105.62359,27.666269],[105.76772,27.7182],[105.848408,27.707074],[105.922937,27.746805],[106.120653,27.779638],[106.193334,27.75422],[106.306667,27.808756],[106.337464,27.859033],[106.266631,28.066769],[106.206885,28.134343],[106.093552,28.162837],[105.975907,28.107952],[105.860727,28.159672],[105.889676,28.237732],[105.78743,28.335753],[105.68888,28.284119],[105.639604,28.324164],[105.62359,28.517854],[105.68272,28.534154],[105.74493,28.616668],[105.884748,28.595126],[105.889676,28.670765],[106.030726,28.694917],[106.14837,28.642932],[106.184711,28.58882],[106.349167,28.473674],[106.37442,28.525742],[106.304203,28.64976],[106.305435,28.704365],[106.173008,28.920407],[106.101559,28.898928],[105.969132,28.965971],[105.852719,28.927217],[105.762176,28.9911],[105.757865,29.069068],[105.703662,29.176766],[105.695039,29.287482],[105.459134,29.288526],[105.441888,29.400686],[105.337794,29.459064],[105.296526,29.571035],[105.574931,29.744216],[105.582938,29.819013],[105.707974,29.840818],[105.70243,29.924879],[105.753553,30.018196],[105.687032,30.038922],[105.582938,30.12385],[105.574315,30.130579],[105.550909,30.179222],[105.56138,30.183878],[105.619894,30.234045],[105.720292,30.252657],[105.792357,30.427234],[105.943263,30.372002],[106.031958,30.373551],[106.168696,30.303823],[106.180399,30.233011],[106.260471,30.19681],[106.264167,30.20974],[106.428623,30.254725],[106.43971,30.308473],[106.611557,30.292455],[106.612173,30.235596],[106.611557,30.235596],[106.612173,30.235596],[106.611557,30.235596],[106.677462,30.156974],[106.732281,30.027005],[106.913367,30.025451],[106.976193,30.083467],[106.981736,30.08502],[107.053801,30.043584],[107.058113,30.043066],[107.221337,30.213878],[107.368546,30.468508],[107.516987,30.644759],[107.424597,30.74048],[107.515756,30.854603],[107.645103,30.821202],[107.739957,30.884396],[107.851443,30.792931],[107.956152,30.882855],[108.089811,31.204859],[108.095354,31.268311],[108.185898,31.336831],[108.216079,31.41041],[108.191441,31.492096],[108.344194,31.512506],[108.390389,31.591555],[108.519121,31.665952],[108.50557,31.734182],[108.343578,31.860834],[108.259194,31.967006],[108.370063,31.988835],[108.370063,32.172397],[108.509882,32.201266],[108.469846,32.270618],[108.310933,32.232152],[108.240716,32.274666],[108.179738,32.221521],[108.086731,32.233165],[107.864377,32.201266],[107.753508,32.338399],[107.680827,32.397035],[107.527458,32.38238],[107.382097,32.54043],[107.263836,32.403099],[107.080286,32.542448],[107.098765,32.649338],[107.012533,32.721367],[106.912751,32.704247],[106.733513,32.739491],[106.670071,32.694678],[106.451412,32.65992],[106.17424,32.6977],[106.071378,32.758114],[106.07261,32.76365],[106.044277,32.864747],[105.849024,32.817985],[105.822538,32.770192],[105.719061,32.759624],[105.596489,32.69921],[105.49917,32.911986],[105.38091,32.876307],[105.448663,32.732946],[105.111128,32.593893],[105.026745,32.650346],[104.881999,32.600951],[104.845659,32.653873],[104.739717,32.635228],[104.643015,32.661935],[104.582653,32.722374],[104.458849,32.748551],[104.363994,32.822511],[104.294393,32.835586],[104.288234,32.942628],[104.378161,32.953174],[104.378161,33.109214],[104.272219,33.391486],[104.22048,33.404477],[104.155191,33.542755],[104.176749,33.5996],[104.046169,33.686291],[103.861388,33.682307],[103.778236,33.658898],[103.645809,33.708697],[103.545411,33.719649],[103.518309,33.807213],[103.35447,33.743539],[103.153673,33.819147],[103.181391,33.900649],[103.124108,34.162022],[102.973203,34.205588],[102.911609,34.312923],[102.728675,34.235774],[102.615958,34.099604],[102.471213,34.072839],[102.392372,33.971651],[102.315996,33.993983],[102.226069,33.963214],[102.25317,33.861399],[102.342481,33.725622],[102.346793,33.605582],[102.440416,33.574673],[102.461358,33.501345],[102.392988,33.404477],[102.258098,33.409472],[102.117047,33.288492],[102.054838,33.189884],[101.841723,33.184876],[101.769658,33.26898],[101.877447,33.314502],[101.946432,33.442937],[101.884222,33.578163],[101.769042,33.538765],[101.769042,33.45592],[101.695745,33.433948],[101.64955,33.323004],[101.735781,33.279987],[101.633535,33.101193],[101.487557,33.226938],[101.182668,33.26948],[101.11553,33.194893],[101.169733,33.10019],[101.124153,32.909976],[101.237486,32.825026],[101.22332,32.725898],[101.157414,32.661431],[101.077342,32.68259],[100.93198,32.600447],[100.834046,32.648835],[100.71209,32.645307],[100.657887,32.546484],[100.54517,32.569687],[100.516837,32.632204],[100.399193,32.756101],[100.339447,32.719353],[100.258759,32.742511],[100.229809,32.650346],[100.109701,32.640268],[100.139266,32.724388],[100.123252,32.837095],[100.038252,32.929066],[99.877492,32.993339],[99.791877,32.883344],[99.760464,32.769689],[99.589233,32.789312],[99.558436,32.839106],[99.376118,32.899927],[99.268944,32.878318],[99.196263,33.035493],[98.971445,33.098185],[98.858728,33.150811],[98.759562,33.276985],[98.779888,33.370497],[98.742316,33.477887],[98.648077,33.548741],[98.582788,33.731595],[98.463295,33.848477],[98.407245,33.867362],[98.440506,33.981577],[98.399854,34.085231],[98.206449,34.08424],[98.028442,34.122892],[97.95453,34.190739],[97.8104,34.207568],[97.665654,34.126855],[97.70261,34.036644],[97.660111,33.956264],[97.460546,33.887236],[97.395257,33.889224],[97.435293,33.682307],[97.415583,33.605582],[97.523372,33.577166],[97.552321,33.465906],[97.754349,33.409972],[97.607756,33.263976],[97.487648,33.168346],[97.542466,33.035995],[97.375547,32.956689],[97.386018,32.77925],[97.48272,32.654377],[97.730944,32.527312],[97.940363,32.482393],[98.218768,32.342444],[98.23047,32.262521],[98.303151,32.121726],[98.434962,32.007613],[98.414636,31.832365],[98.545831,31.717383],[98.553839,31.660349],[98.714599,31.508935],[98.844562,31.429817],[98.887062,31.37465],[98.773113,31.249382],[98.643766,31.338876],[98.602498,31.192062],[98.710287,31.1178],[98.806374,30.995783],[98.774345,30.908019],[98.963438,30.728134],[98.907388,30.698292],[98.932025,30.521623],[98.965286,30.449937],[98.989308,30.151799],[99.044742,30.079842],[99.068148,29.931621],[99.0238,29.846009],[98.992387,29.677163],[99.052133,29.563748],[99.075539,29.316186],[99.113727,29.221171]]]},"properties":{"adcode":510000,"name":"四川省","center":[104.065735,30.659462],"centroid":[102.693453,30.674545],"childrenNum":21,"level":"province","parent":{"adcode":100000},"subFeatureIndex":22,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[109.274262,28.494714],[109.153538,28.417369],[109.117198,28.277795],[109.026655,28.220331],[109.005713,28.162837],[108.821547,28.245113],[108.761801,28.304143],[108.780279,28.42579],[108.700207,28.48209],[108.640461,28.456838],[108.573939,28.531],[108.636149,28.621396],[108.575787,28.659738],[108.439049,28.634003],[108.332491,28.679166],[108.385462,28.772058],[108.297999,29.045527],[108.070717,29.086328],[108.026369,29.039772],[107.925971,29.032446],[107.867457,28.960211],[107.784921,29.048143],[107.810791,29.139137],[107.605683,29.164747],[107.570574,29.218037],[107.486806,29.174153],[107.401807,29.184603],[107.396879,28.993718],[107.441227,28.943977],[107.383945,28.848618],[107.219489,28.772582],[107.14188,28.887925],[107.016229,28.882685],[106.824056,28.756319],[106.866556,28.624548],[106.756918,28.607211],[106.726121,28.51838],[106.615252,28.549401],[106.6171,28.691242],[106.474202,28.832891],[106.461883,28.761041],[106.502535,28.661313],[106.477282,28.530474],[106.37442,28.525742],[106.349167,28.473674],[106.184711,28.58882],[106.14837,28.642932],[106.030726,28.694917],[105.889676,28.670765],[105.884748,28.595126],[105.74493,28.616668],[105.68272,28.534154],[105.62359,28.517854],[105.639604,28.324164],[105.68888,28.284119],[105.78743,28.335753],[105.889676,28.237732],[105.860727,28.159672],[105.975907,28.107952],[106.093552,28.162837],[106.206885,28.134343],[106.266631,28.066769],[106.337464,27.859033],[106.306667,27.808756],[106.193334,27.75422],[106.120653,27.779638],[105.922937,27.746805],[105.848408,27.707074],[105.76772,27.7182],[105.62359,27.666269],[105.508409,27.769048],[105.353809,27.748924],[105.308229,27.704955],[105.304533,27.611661],[105.232469,27.546945],[105.233084,27.436522],[105.184425,27.392959],[105.068013,27.418461],[104.913412,27.327051],[104.824717,27.3531],[104.611602,27.306846],[104.539537,27.327583],[104.497037,27.414743],[104.363378,27.467855],[104.295625,27.37436],[104.173053,27.263232],[103.956242,27.425367],[103.905119,27.38552],[103.865699,27.28185],[103.748671,27.210021],[103.696316,27.126429],[103.704939,27.049171],[103.779468,26.87421],[103.705555,26.794642],[103.773308,26.716621],[103.763453,26.585041],[103.865699,26.512232],[104.067727,26.51491],[104.121314,26.638012],[104.353523,26.620893],[104.424356,26.709137],[104.488414,26.579689],[104.556783,26.590393],[104.665804,26.434019],[104.659645,26.335373],[104.542616,26.253282],[104.52845,26.114186],[104.438523,25.92757],[104.397871,25.76168],[104.328886,25.760602],[104.310407,25.647901],[104.332581,25.598796],[104.428668,25.576126],[104.483486,25.494585],[104.556783,25.524832],[104.543232,25.400556],[104.646094,25.356759],[104.639935,25.295632],[104.816094,25.262622],[104.695369,25.122364],[104.713232,24.996048],[104.539537,24.813663],[104.529682,24.731611],[104.628848,24.660927],[104.703377,24.645698],[104.841963,24.676155],[104.899245,24.752809],[105.03352,24.787586],[105.077868,24.918459],[105.09573,24.92877],[105.212758,24.995505],[105.267577,24.929313],[105.428337,24.930941],[105.497322,24.809318],[105.70551,24.768569],[105.767104,24.719109],[105.942031,24.725088],[106.047356,24.684312],[106.173008,24.760417],[106.206269,24.851139],[106.191486,24.95319],[106.442173,25.019369],[106.590615,25.08768],[106.691013,25.179245],[106.732281,25.162454],[106.888113,25.181953],[106.933077,25.250714],[107.013765,25.275611],[106.963874,25.437852],[107.064272,25.559391],[107.185612,25.578825],[107.263836,25.543193],[107.375937,25.411908],[107.432604,25.289139],[107.512676,25.209029],[107.632168,25.310241],[107.696226,25.219858],[107.741805,25.24043],[107.839124,25.115861],[108.001732,25.196574],[108.115065,25.210112],[108.152021,25.324306],[108.162492,25.444878],[108.280752,25.48],[108.348506,25.536173],[108.418723,25.443257],[108.471693,25.458928],[108.62999,25.335666],[108.6072,25.491885],[108.68604,25.587462],[108.783975,25.628477],[108.826474,25.550212],[108.949046,25.557231],[109.024807,25.51241],[109.030966,25.629556],[109.07901,25.72071],[109.147995,25.741736],[109.296436,25.71424],[109.396834,25.900117],[109.408537,25.967392],[109.48245,26.029788],[109.502776,26.096451],[109.439334,26.238789],[109.285965,26.295676],[109.319842,26.418477],[109.38082,26.454381],[109.407305,26.533116],[109.35495,26.658873],[109.447957,26.759913],[109.486761,26.759913],[109.452885,26.861932],[109.555131,26.946788],[109.520022,27.058764],[109.454733,27.069423],[109.415312,27.154123],[109.264407,27.131755],[109.165857,27.066758],[109.128901,27.122701],[109.032814,27.104056],[108.877597,27.01612],[108.907778,27.204699],[109.103647,27.336621],[109.142451,27.418461],[109.303211,27.47582],[109.451037,27.586204],[109.470131,27.62863],[109.414081,27.725087],[109.332777,27.782815],[109.30198,27.956343],[109.378972,28.034551],[109.314298,28.103729],[109.367885,28.254602],[109.275494,28.313101],[109.274262,28.494714]]],[[[109.452885,26.861932],[109.486761,26.759913],[109.52187,26.749226],[109.522486,26.749226],[109.452885,26.861932]]]]},"properties":{"adcode":520000,"name":"贵州省","center":[106.713478,26.578343],"centroid":[106.880455,26.826368],"childrenNum":9,"level":"province","parent":{"adcode":100000},"subFeatureIndex":23,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[105.308229,27.704955],[105.233084,27.895534],[105.270657,27.99704],[105.186273,27.995454],[105.168411,28.071522],[105.061853,28.096866],[104.842579,27.900294],[104.743413,27.901881],[104.573413,27.840512],[104.40095,27.952114],[104.362762,28.012891],[104.406494,28.173389],[104.462544,28.241422],[104.314103,28.306778],[104.254357,28.403683],[104.260516,28.536257],[104.314719,28.615617],[104.170589,28.642932],[103.953779,28.600906],[103.833054,28.605109],[103.781931,28.525216],[103.829975,28.459995],[103.877402,28.316262],[103.770845,28.233514],[103.643961,28.260401],[103.573128,28.230877],[103.470266,28.122204],[103.515846,27.965329],[103.487512,27.794992],[103.29226,27.632872],[103.144434,27.450331],[102.989833,27.367983],[102.941174,27.405711],[102.883276,27.258444],[102.913457,27.133886],[102.870957,27.026782],[102.896211,26.91264],[102.966428,26.837904],[103.026174,26.664221],[103.052659,26.514374],[102.989833,26.482775],[102.998457,26.371839],[102.739762,26.268846],[102.709581,26.210336],[102.60056,26.250598],[102.638748,26.307479],[102.570995,26.362723],[102.349257,26.244694],[102.245163,26.212483],[102.107808,26.068501],[101.899621,26.099139],[101.857737,26.049146],[101.737013,26.219463],[101.630455,26.224832],[101.637847,26.388995],[101.506652,26.499915],[101.458608,26.49563],[101.395783,26.591998],[101.461688,26.606447],[101.435819,26.740675],[101.358826,26.771669],[101.399478,26.841642],[101.267667,26.903034],[101.264587,26.955323],[101.136472,27.023584],[101.167885,27.198311],[101.042233,27.22173],[101.021907,27.332899],[100.95169,27.426961],[100.854988,27.623858],[100.782307,27.691708],[100.681293,27.923035],[100.54517,27.809286],[100.442924,27.86644],[100.311729,27.724028],[100.30865,27.861149],[100.210715,27.87702],[100.196549,27.936254],[100.088759,28.029269],[100.021006,28.147008],[100.033325,28.184467],[100.153433,28.208202],[100.176223,28.325218],[100.057346,28.368934],[100.073977,28.426317],[99.990209,28.47683],[99.91876,28.599329],[99.834376,28.628225],[99.676696,28.810345],[99.553508,28.710664],[99.463581,28.549401],[99.403219,28.546246],[99.437095,28.398419],[99.374886,28.18183],[99.306516,28.227714],[99.16485,28.425264],[99.183944,28.58882],[99.126662,28.698066],[99.103872,28.841803],[99.132206,28.94869],[99.105104,29.162656],[99.113727,29.221171],[98.9813,29.204978],[98.960974,29.165792],[99.013329,29.036632],[98.925866,28.978536],[98.912931,28.800906],[98.827932,28.821356],[98.786048,28.998952],[98.6567,28.910454],[98.683802,28.740054],[98.594491,28.667615],[98.740468,28.348395],[98.712135,28.229296],[98.625903,28.165475],[98.559382,28.182885],[98.428803,28.104785],[98.389383,28.114814],[98.37768,28.246167],[98.301303,28.384204],[98.208913,28.358401],[98.266811,28.242477],[98.169492,28.206093],[98.139311,28.142259],[98.133152,27.990698],[98.205217,27.889716],[98.234166,27.690648],[98.283441,27.654608],[98.317318,27.51935],[98.429419,27.549068],[98.430035,27.653547],[98.706591,27.553313],[98.706591,27.362136],[98.741084,27.330241],[98.696121,27.211086],[98.762026,26.798916],[98.746012,26.696841],[98.781736,26.620893],[98.733693,26.350926],[98.672715,26.239863],[98.735541,26.185097],[98.720142,26.127082],[98.575396,26.118485],[98.614201,25.968468],[98.686881,25.925955],[98.705976,25.855426],[98.640686,25.798864],[98.553839,25.845731],[98.476846,25.77731],[98.457752,25.682963],[98.402317,25.593939],[98.326557,25.566409],[98.247717,25.607971],[98.131304,25.51025],[98.137464,25.381633],[97.940363,25.214985],[97.839349,25.27074],[97.743262,25.078466],[97.716777,24.978147],[97.765436,24.823984],[97.680437,24.827243],[97.569567,24.765852],[97.554785,24.490577],[97.588662,24.435559],[97.669966,24.452993],[97.767284,24.258357],[97.729712,24.227252],[97.730944,24.113685],[97.637321,24.04812],[97.5283,23.926736],[97.684132,23.876946],[97.763588,23.907041],[97.902175,24.014231],[98.091268,24.085824],[98.219999,24.113685],[98.343187,24.098936],[98.547063,24.128433],[98.593875,24.08036],[98.71891,24.127887],[98.876591,24.15137],[98.895069,24.098936],[98.773729,24.022431],[98.68565,23.90157],[98.696121,23.784429],[98.784816,23.781691],[98.882134,23.595358],[98.80391,23.540504],[98.912315,23.426333],[98.936953,23.309866],[98.889525,23.209249],[99.002242,23.160287],[99.106336,23.086536],[99.255393,23.077727],[99.380429,23.099748],[99.528255,23.065614],[99.517168,23.006685],[99.563363,22.925684],[99.401371,22.826434],[99.326842,22.751396],[99.385973,22.57136],[99.382277,22.493418],[99.297277,22.41156],[99.235683,22.250468],[99.156227,22.159599],[99.219669,22.110816],[99.400139,22.100281],[99.486987,22.128557],[99.648979,22.100835],[99.696406,22.067562],[99.972347,22.053141],[100.000064,21.973245],[99.944014,21.821097],[99.991441,21.703821],[100.094303,21.702709],[100.169447,21.663225],[100.107853,21.585337],[100.131259,21.504066],[100.235353,21.466756],[100.349302,21.528564],[100.437381,21.533017],[100.48296,21.458958],[100.579047,21.451717],[100.730568,21.518542],[100.899335,21.684915],[101.015132,21.707157],[101.089661,21.773865],[101.209153,21.55751],[101.183899,21.334699],[101.244877,21.302364],[101.222088,21.234324],[101.290457,21.17853],[101.387775,21.225956],[101.532521,21.252174],[101.76473,21.147835],[101.833715,21.252731],[101.745636,21.297345],[101.741324,21.482906],[101.804766,21.577546],[101.747484,21.729953],[101.771506,21.833319],[101.666796,21.934391],[101.573789,22.115251],[101.596579,22.161262],[101.547304,22.238282],[101.625528,22.28259],[101.671723,22.372826],[101.672339,22.47517],[101.774585,22.506135],[101.862665,22.389427],[101.907628,22.437007],[102.046214,22.458026],[102.131214,22.430922],[102.25625,22.457473],[102.404691,22.629925],[102.45951,22.762986],[102.510633,22.774574],[102.688639,22.70006],[102.880196,22.586832],[102.930703,22.482359],[103.030485,22.441432],[103.183238,22.558649],[103.195557,22.648153],[103.283021,22.678526],[103.321209,22.777885],[103.441317,22.753052],[103.457947,22.658646],[103.529396,22.59291],[103.567585,22.701164],[103.642113,22.794989],[103.825047,22.615562],[103.964865,22.502265],[104.009213,22.575228],[104.045553,22.728215],[104.117618,22.808781],[104.274067,22.828088],[104.256821,22.77347],[104.375697,22.690122],[104.596203,22.846289],[104.737869,22.825882],[104.772362,22.893711],[104.860441,22.970874],[104.804391,23.110207],[105.093266,23.260942],[105.238012,23.26424],[105.325475,23.390086],[105.372903,23.317561],[105.445584,23.292827],[105.542902,23.184495],[105.526272,23.234548],[105.815763,23.507031],[105.89214,23.52514],[105.999929,23.447748],[106.141595,23.569579],[106.120653,23.605229],[106.157609,23.724175],[106.136667,23.795381],[106.192102,23.824947],[106.04982,24.089649],[105.919241,24.122425],[105.89214,24.040468],[105.765256,24.073804],[105.649459,24.032816],[105.628518,24.126794],[105.533663,24.130071],[105.493011,24.016965],[105.334099,24.094566],[105.20044,24.105491],[105.215222,24.214699],[105.196744,24.326541],[105.106817,24.414853],[104.979933,24.412673],[104.83642,24.446456],[104.703377,24.419757],[104.641783,24.367979],[104.575877,24.424661],[104.489646,24.653313],[104.529682,24.731611],[104.539537,24.813663],[104.713232,24.996048],[104.695369,25.122364],[104.816094,25.262622],[104.639935,25.295632],[104.646094,25.356759],[104.543232,25.400556],[104.556783,25.524832],[104.483486,25.494585],[104.428668,25.576126],[104.332581,25.598796],[104.310407,25.647901],[104.328886,25.760602],[104.397871,25.76168],[104.438523,25.92757],[104.52845,26.114186],[104.542616,26.253282],[104.659645,26.335373],[104.665804,26.434019],[104.556783,26.590393],[104.488414,26.579689],[104.424356,26.709137],[104.353523,26.620893],[104.121314,26.638012],[104.067727,26.51491],[103.865699,26.512232],[103.763453,26.585041],[103.773308,26.716621],[103.705555,26.794642],[103.779468,26.87421],[103.704939,27.049171],[103.696316,27.126429],[103.748671,27.210021],[103.865699,27.28185],[103.905119,27.38552],[103.956242,27.425367],[104.173053,27.263232],[104.295625,27.37436],[104.363378,27.467855],[104.497037,27.414743],[104.539537,27.327583],[104.611602,27.306846],[104.824717,27.3531],[104.913412,27.327051],[105.068013,27.418461],[105.184425,27.392959],[105.233084,27.436522],[105.232469,27.546945],[105.304533,27.611661],[105.308229,27.704955]]]},"properties":{"adcode":530000,"name":"云南省","center":[102.712251,25.040609],"centroid":[101.485106,25.008643],"childrenNum":16,"level":"province","parent":{"adcode":100000},"subFeatureIndex":24,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[89.711414,36.093272],[89.490291,36.151281],[89.375727,36.228078],[89.292575,36.231457],[88.964279,36.318785],[88.926091,36.36458],[88.802903,36.33807],[88.623665,36.389636],[88.573158,36.461386],[88.470912,36.48208],[88.366202,36.458016],[88.241782,36.468605],[88.134609,36.427205],[88.006494,36.430575],[87.919646,36.39349],[87.731785,36.384818],[87.570409,36.342409],[87.470626,36.354459],[87.386859,36.412757],[87.292004,36.358797],[87.193454,36.349158],[87.149106,36.297565],[86.996353,36.308658],[86.931064,36.265242],[86.746282,36.291777],[86.69947,36.24449],[86.392733,36.206834],[86.187625,36.130983],[86.182081,36.064734],[86.090306,35.876809],[85.949256,35.778794],[85.811286,35.778794],[85.65299,35.731199],[85.612953,35.651486],[85.373969,35.700101],[85.271107,35.788989],[85.146071,35.742371],[85.053065,35.752086],[84.729081,35.613546],[84.448828,35.550272],[84.45314,35.473303],[84.333032,35.413821],[84.095895,35.362592],[84.005968,35.422599],[83.885244,35.367472],[83.54155,35.341603],[83.449159,35.382111],[83.127022,35.398699],[82.998907,35.484512],[82.967494,35.667532],[82.795031,35.688436],[82.731589,35.637868],[82.628727,35.692324],[82.424852,35.712736],[82.328149,35.559523],[82.034346,35.451855],[82.05344,35.35039],[81.927789,35.271275],[81.736847,35.26248],[81.68634,35.235599],[81.513261,35.23511],[81.441196,35.333303],[81.363588,35.354783],[81.219458,35.319144],[81.054387,35.402602],[81.026053,35.31133],[80.844351,35.345508],[80.689135,35.339162],[80.65649,35.393821],[80.514824,35.391869],[80.444607,35.417235],[80.321419,35.38699],[80.267832,35.295701],[80.23026,35.147565],[80.031311,35.034447],[80.034391,34.902033],[79.947544,34.821008],[79.906892,34.683821],[79.801566,34.478847],[79.675914,34.451216],[79.504683,34.45467],[79.241677,34.415183],[79.161605,34.441345],[79.0107,34.399877],[79.039649,34.33467],[78.981751,34.31836],[78.9257,34.155584],[78.801897,34.137258],[78.656535,34.030196],[78.736607,33.999937],[78.779723,33.73259],[78.692259,33.676331],[78.74215,33.55323],[78.84994,33.419963],[79.022403,33.323504],[79.072294,33.22844],[79.162221,33.165841],[79.162837,33.01191],[79.255844,32.942628],[79.225047,32.784281],[79.301423,32.728919],[79.27309,32.678056],[79.308199,32.596918],[79.252148,32.516715],[79.135736,32.472295],[79.103091,32.369744],[79.005772,32.375304],[78.970664,32.331826],[78.81052,32.436441],[78.760629,32.563635],[78.781571,32.608009],[78.6861,32.680071],[78.628202,32.630188],[78.518564,32.605993],[78.395377,32.530339],[78.472985,32.435431],[78.458818,32.379853],[78.508709,32.297939],[78.429869,32.194683],[78.60726,32.023851],[78.762476,31.947203],[78.665158,31.851684],[78.763092,31.668499],[78.845628,31.609905],[78.740303,31.532912],[78.792041,31.435944],[78.755085,31.355742],[78.795121,31.301043],[78.923852,31.246824],[78.997765,31.158779],[79.010084,31.043994],[79.096931,30.992192],[79.181931,31.015788],[79.227511,30.949088],[79.316206,31.01784],[79.505915,31.027584],[79.59769,30.925989],[79.660516,30.956787],[79.75845,30.936769],[79.835443,30.851006],[79.961094,30.771337],[79.970333,30.685941],[80.04363,30.603559],[80.143412,30.55822],[80.214245,30.586044],[80.322035,30.564403],[80.549316,30.448905],[80.633084,30.458707],[80.719316,30.414848],[80.81725,30.321389],[81.034677,30.246971],[81.09627,30.052909],[81.225618,30.005759],[81.419023,30.270232],[81.406704,30.40401],[81.555761,30.369421],[81.63029,30.446842],[81.759021,30.385426],[81.872354,30.373035],[81.99123,30.322939],[82.104563,30.346182],[82.114418,30.226806],[82.246845,30.071555],[82.412533,30.011978],[82.498148,29.947698],[82.560974,29.955476],[82.609017,29.886489],[82.703872,29.847566],[82.774089,29.726548],[82.830756,29.687562],[82.9484,29.704718],[83.088834,29.604863],[83.217565,29.60018],[83.325355,29.502826],[83.463941,29.285916],[83.548941,29.201322],[83.656114,29.16736],[83.727563,29.244672],[83.911729,29.323491],[84.116837,29.286438],[84.248648,29.030353],[84.228322,28.949738],[84.330568,28.859101],[84.408176,28.85386],[84.483321,28.735331],[84.620059,28.732182],[84.698284,28.633478],[84.857196,28.567798],[84.981616,28.586193],[85.05676,28.674441],[85.126361,28.676016],[85.195963,28.624022],[85.189803,28.544669],[85.108499,28.461047],[85.129441,28.377885],[85.272339,28.282538],[85.520563,28.326798],[85.650526,28.283592],[85.720743,28.372093],[85.753388,28.227714],[85.854402,28.172334],[85.901213,28.053566],[86.053966,27.900823],[86.125415,27.923035],[86.082915,28.018175],[86.19132,28.167058],[86.231972,27.974315],[86.450015,27.908757],[86.514689,27.954757],[86.55842,28.047757],[86.700086,28.101617],[86.756753,28.032967],[86.864542,28.022401],[86.935375,27.955286],[87.035157,27.946299],[87.118309,27.840512],[87.227946,27.812991],[87.45954,27.820931],[87.58088,27.859562],[87.598126,27.814579],[87.727473,27.802933],[87.826639,27.927794],[87.982472,27.884426],[88.120442,27.915103],[88.156783,27.957929],[88.254101,27.939426],[88.401311,27.976958],[88.565151,28.083139],[88.764099,28.068353],[88.842939,28.006023],[88.888519,27.846863],[88.852178,27.671039],[88.770874,27.563924],[88.809063,27.405711],[88.867577,27.3818],[88.911924,27.272807],[88.984605,27.208957],[89.067757,27.240354],[89.182938,27.373829],[89.095474,27.471572],[89.163228,27.574534],[89.238988,27.796581],[89.375727,27.875962],[89.461958,28.03191],[89.605472,28.161782],[89.720037,28.170224],[89.789638,28.240895],[89.901739,28.18183],[89.976268,28.189215],[90.03355,28.136981],[90.124709,28.190797],[90.231882,28.144897],[90.297172,28.153868],[90.384019,28.06096],[90.513983,28.062016],[90.591591,28.021345],[90.701844,28.076274],[90.802242,28.040362],[90.896481,27.946299],[91.025828,27.857445],[91.113292,27.846333],[91.162567,27.968501],[91.251878,27.970615],[91.309776,28.057791],[91.464993,28.002852],[91.486551,27.937311],[91.611586,27.891303],[91.642383,27.7664],[91.570934,27.650897],[91.585101,27.540578],[91.753868,27.462545],[91.839484,27.489624],[92.010715,27.474758],[92.125896,27.273339],[92.032273,27.167967],[92.043976,27.052902],[92.124664,26.960124],[92.109265,26.854991],[92.404916,26.9025],[92.549046,26.941453],[92.682089,26.947855],[92.802813,26.895028],[92.909371,26.914241],[93.111399,26.880082],[93.232739,26.906769],[93.56781,26.938252],[93.841903,27.045973],[93.849294,27.168499],[93.970634,27.30525],[94.277372,27.58143],[94.524979,27.596282],[94.88592,27.743098],[95.015267,27.82887],[95.28628,27.939955],[95.371896,28.110063],[95.674322,28.254075],[95.874502,28.29782],[95.989067,28.198181],[96.275479,28.228241],[96.298269,28.140148],[96.367254,28.118509],[96.426384,28.161782],[96.499681,28.067297],[96.623485,28.024514],[96.690622,27.948942],[96.784245,27.931495],[96.849534,27.874375],[96.972722,27.861149],[97.008447,27.807698],[97.103301,27.780697],[97.253591,27.891832],[97.372467,27.907699],[97.413119,28.01342],[97.320728,28.054095],[97.402032,28.279903],[97.518445,28.327852],[97.485184,28.38631],[97.521524,28.495766],[97.569567,28.541515],[97.68598,28.519958],[97.738335,28.396313],[97.801161,28.326798],[97.907718,28.363141],[98.139311,28.142259],[98.169492,28.206093],[98.266811,28.242477],[98.208913,28.358401],[98.301303,28.384204],[98.37768,28.246167],[98.389383,28.114814],[98.428803,28.104785],[98.559382,28.182885],[98.625903,28.165475],[98.712135,28.229296],[98.740468,28.348395],[98.594491,28.667615],[98.683802,28.740054],[98.6567,28.910454],[98.786048,28.998952],[98.827932,28.821356],[98.912931,28.800906],[98.925866,28.978536],[99.013329,29.036632],[98.960974,29.165792],[98.9813,29.204978],[99.113727,29.221171],[99.075539,29.316186],[99.052133,29.563748],[98.992387,29.677163],[99.0238,29.846009],[99.068148,29.931621],[99.044742,30.079842],[98.989308,30.151799],[98.965286,30.449937],[98.932025,30.521623],[98.907388,30.698292],[98.963438,30.728134],[98.774345,30.908019],[98.806374,30.995783],[98.710287,31.1178],[98.602498,31.192062],[98.643766,31.338876],[98.773113,31.249382],[98.887062,31.37465],[98.844562,31.429817],[98.714599,31.508935],[98.553839,31.660349],[98.545831,31.717383],[98.414636,31.832365],[98.434962,32.007613],[98.303151,32.121726],[98.23047,32.262521],[98.218768,32.342444],[97.940363,32.482393],[97.730944,32.527312],[97.50243,32.530844],[97.448843,32.586833],[97.388481,32.501575],[97.424822,32.322723],[97.371235,32.273148],[97.299786,32.294904],[97.264062,32.182527],[97.313953,32.130342],[97.214786,32.042623],[96.935766,32.048203],[96.894498,32.013703],[96.742977,32.001016],[96.760223,31.860325],[96.840295,31.720438],[96.778701,31.675629],[96.56805,31.711783],[96.435623,31.796258],[96.389428,31.919777],[96.220044,31.905553],[96.148595,31.686324],[95.989067,31.78761],[95.89914,31.81711],[95.823995,31.68225],[95.779648,31.748941],[95.634286,31.782523],[95.546823,31.73978],[95.456896,31.801853],[95.360809,31.95939],[95.454432,32.061898],[95.440265,32.157705],[95.31523,32.148585],[95.239469,32.287315],[95.10581,32.258979],[95.096571,32.322217],[95.193274,32.332331],[95.218527,32.397035],[95.081789,32.384907],[94.912405,32.41573],[94.762116,32.526303],[94.737479,32.587338],[94.638312,32.645307],[94.522516,32.595909],[94.395016,32.594397],[94.371611,32.524789],[94.196684,32.51621],[94.176974,32.454117],[94.03038,32.448057],[93.960163,32.484917],[93.861613,32.466237],[93.820345,32.549511],[93.651577,32.571705],[93.516687,32.47583],[93.4631,32.556069],[93.385492,32.525294],[93.239514,32.662439],[93.069515,32.626156],[93.00053,32.741001],[92.866871,32.698203],[92.686401,32.76516],[92.634662,32.720863],[92.355641,32.764657],[92.255243,32.720863],[92.227526,32.821003],[92.145606,32.885857],[91.955897,32.8205],[91.896766,32.907967],[91.583253,33.0375],[91.49579,33.109214],[91.436044,33.066092],[91.226624,33.141792],[91.147784,33.07211],[91.072024,33.113224],[90.803474,33.114227],[90.704308,33.135778],[90.490577,33.264977],[90.405577,33.260473],[90.332896,33.310501],[90.246665,33.423959],[90.107463,33.460913],[90.083441,33.525295],[89.984275,33.612061],[90.008296,33.687785],[89.907282,33.741051],[89.899891,33.80771],[89.795181,33.865374],[89.688008,33.959739],[89.635037,34.049537],[89.655979,34.097126],[89.816739,34.16945],[89.86663,34.324785],[89.799493,34.39642],[89.823515,34.455657],[89.798877,34.628686],[89.72558,34.660689],[89.867862,34.81069],[89.821051,34.902033],[89.707102,34.919701],[89.578987,34.895162],[89.59069,35.057965],[89.46935,35.214577],[89.497067,35.361128],[89.685544,35.416259],[89.739131,35.468429],[89.699711,35.544916],[89.765616,35.599922],[89.747138,35.7516],[89.801957,35.848193],[89.654747,35.848193],[89.428082,35.917531],[89.474893,36.022151],[89.605472,36.038123],[89.711414,36.093272]]]},"properties":{"adcode":540000,"name":"西藏自治区","center":[91.132212,29.660361],"centroid":[88.388277,31.56375],"childrenNum":7,"level":"province","parent":{"adcode":100000},"subFeatureIndex":25,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[110.379257,34.600612],[110.29549,34.610956],[110.229584,34.692679],[110.230816,34.880925],[110.320743,35.00504],[110.373714,35.134351],[110.374946,35.251728],[110.45009,35.327933],[110.531394,35.511309],[110.609619,35.632031],[110.57759,35.701559],[110.549257,35.877778],[110.447011,36.164328],[110.459946,36.327946],[110.503677,36.488335],[110.496902,36.582102],[110.426685,36.657514],[110.407591,36.776007],[110.424221,36.963685],[110.460561,37.044932],[110.651503,37.256722],[110.695234,37.34955],[110.644111,37.435135],[110.740198,37.44939],[110.795017,37.558586],[110.735886,37.77035],[110.680452,37.790216],[110.59422,37.922049],[110.522771,37.955088],[110.509221,38.192061],[110.57759,38.297345],[110.746973,38.366355],[110.77777,38.440924],[110.874473,38.453579],[110.920052,38.581878],[110.880632,38.626776],[111.009363,38.847579],[110.980414,38.970056],[111.138095,39.064447],[111.247732,39.302419],[111.125776,39.366297],[111.064182,39.400989],[111.154725,39.569116],[111.017371,39.552045],[110.869545,39.494341],[110.73835,39.348713],[110.702626,39.273701],[110.626249,39.266751],[110.524003,39.382952],[110.385417,39.310291],[110.243751,39.423645],[110.12549,39.432891],[110.217881,39.281113],[109.961035,39.191651],[109.665384,38.981687],[109.624116,38.85457],[109.511399,38.833595],[109.404226,38.720689],[109.338936,38.701542],[109.175712,38.518694],[109.054372,38.433892],[108.938575,38.207582],[109.069155,38.091336],[109.018648,37.971602],[108.93488,37.922521],[108.883141,38.01405],[108.798141,37.93385],[108.791982,37.700303],[108.628142,37.651988],[108.532671,37.690832],[108.422418,37.648672],[108.24626,37.665728],[108.134159,37.622131],[108.012819,37.66857],[107.982022,37.787378],[107.65003,37.86443],[107.620465,37.776026],[107.499125,37.765619],[107.345756,37.518725],[107.284162,37.481691],[107.257677,37.337179],[107.334669,37.138975],[107.268764,37.099367],[107.310032,36.912502],[107.478183,36.908196],[107.540393,36.828718],[107.670356,36.83303],[107.907493,36.750118],[108.060862,36.592194],[108.262274,36.549417],[108.340498,36.559032],[108.408252,36.45946],[108.618903,36.433946],[108.651548,36.384818],[108.646004,36.254143],[108.712526,36.138716],[108.652164,35.94806],[108.593649,35.950967],[108.499411,35.872444],[108.527744,35.82442],[108.517889,35.699615],[108.539447,35.605761],[108.618287,35.557088],[108.614591,35.328909],[108.48894,35.275184],[108.239484,35.256127],[108.174811,35.304981],[108.049159,35.253683],[107.867457,35.256127],[107.745501,35.311819],[107.667277,35.257104],[107.769523,35.064333],[107.863145,34.999158],[107.741805,34.953553],[107.564415,34.968757],[107.523763,34.909886],[107.286626,34.931968],[107.252749,34.880925],[107.089526,34.976604],[107.08275,35.024156],[106.901664,35.094698],[106.710723,35.100574],[106.541956,35.083925],[106.484673,34.983959],[106.575216,34.769897],[106.505615,34.746789],[106.419384,34.643458],[106.314058,34.578934],[106.334384,34.517811],[106.455108,34.531617],[106.610941,34.454177],[106.638042,34.391481],[106.717498,34.369255],[106.68239,34.256057],[106.589383,34.253584],[106.585071,34.149641],[106.501919,34.105055],[106.474202,33.970659],[106.41076,33.909093],[106.491448,33.834559],[106.482825,33.707203],[106.534564,33.695254],[106.58076,33.576169],[106.540108,33.512822],[106.456956,33.532779],[106.447101,33.613058],[106.303587,33.604585],[106.187174,33.546746],[106.086776,33.617045],[105.971596,33.613058],[105.842248,33.489866],[105.827466,33.379993],[105.709822,33.382991],[105.752937,33.291994],[105.965436,33.204407],[105.914929,33.066092],[105.917393,32.993841],[105.735691,32.905454],[105.590329,32.87681],[105.49917,32.911986],[105.596489,32.69921],[105.719061,32.759624],[105.822538,32.770192],[105.849024,32.817985],[106.044277,32.864747],[106.07261,32.76365],[106.071378,32.758114],[106.17424,32.6977],[106.451412,32.65992],[106.670071,32.694678],[106.733513,32.739491],[106.912751,32.704247],[107.012533,32.721367],[107.098765,32.649338],[107.080286,32.542448],[107.263836,32.403099],[107.382097,32.54043],[107.527458,32.38238],[107.680827,32.397035],[107.753508,32.338399],[107.864377,32.201266],[108.086731,32.233165],[108.179738,32.221521],[108.240716,32.274666],[108.310933,32.232152],[108.469846,32.270618],[108.509882,32.201266],[108.902235,31.984774],[108.986619,31.980205],[109.27611,31.79931],[109.281654,31.716874],[109.381436,31.705165],[109.585928,31.726546],[109.633971,31.804396],[109.60379,31.885737],[109.631507,31.962436],[109.590855,32.012688],[109.621652,32.106519],[109.495385,32.300468],[109.502776,32.38895],[109.631507,32.599943],[109.726978,32.608513],[109.816905,32.577252],[109.910528,32.592884],[110.017701,32.546989],[110.153824,32.593388],[110.159367,32.767173],[110.105164,32.832569],[109.907448,32.903947],[109.76455,32.909474],[109.794731,33.067095],[109.688174,33.116733],[109.576073,33.110216],[109.438718,33.152314],[109.514479,33.237951],[109.693101,33.254468],[109.852013,33.247961],[110.031252,33.191888],[110.164911,33.209415],[110.218497,33.163336],[110.471032,33.171352],[110.54125,33.255469],[110.59422,33.168346],[110.702626,33.097182],[110.828893,33.201403],[110.9219,33.203907],[110.984726,33.255469],[111.025994,33.330504],[110.996429,33.435946],[111.02661,33.467903],[111.02661,33.478386],[111.00382,33.578662],[110.878784,33.634486],[110.782082,33.796272],[110.612083,33.852453],[110.587445,33.887733],[110.671213,33.966192],[110.591757,34.101586],[110.642264,34.161032],[110.43962,34.243196],[110.503677,34.33714],[110.403279,34.433448],[110.360779,34.516825],[110.379257,34.600612]]]},"properties":{"adcode":610000,"name":"陕西省","center":[108.948024,34.263161],"centroid":[108.887114,35.263661],"childrenNum":10,"level":"province","parent":{"adcode":100000},"subFeatureIndex":26,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[106.506231,35.737514],[106.49268,35.732656],[106.440941,35.52641],[106.503767,35.415284],[106.472354,35.310842],[106.319601,35.265411],[106.173008,35.437716],[106.083081,35.421624],[106.073226,35.447468],[106.071378,35.449418],[106.06953,35.458193],[106.071994,35.463555],[106.054132,35.45478],[106.048588,35.488898],[106.047356,35.498155],[105.868734,35.540046],[105.713517,35.650513],[105.667322,35.749657],[105.595873,35.715651],[105.481924,35.727312],[105.371055,35.844312],[105.324859,35.941761],[105.343954,36.033767],[105.515185,36.147415],[105.401236,36.369881],[105.398156,36.430575],[105.22015,36.631105],[105.218302,36.730455],[105.319932,36.742924],[105.334714,36.80093],[105.244787,36.894796],[105.178882,36.892403],[105.165331,36.99476],[104.95468,37.040156],[104.85613,37.211933],[104.776673,37.246718],[104.638087,37.201923],[104.624536,37.298627],[104.713848,37.329566],[104.679971,37.408044],[104.521059,37.43466],[104.287002,37.428007],[104.183524,37.406618],[103.935916,37.572818],[103.683381,37.777919],[103.40744,37.860651],[103.368636,38.08898],[103.53494,38.156776],[103.507838,38.280905],[103.416063,38.404821],[103.85954,38.64454],[104.044322,38.895105],[104.173053,38.94446],[104.207546,39.083495],[104.171205,39.160567],[104.047401,39.297788],[104.089901,39.419947],[103.85338,39.461543],[103.595302,39.386652],[103.344615,39.331588],[103.007696,39.099753],[102.616574,39.171703],[102.45335,39.255167],[102.276576,39.188868],[101.833715,39.08907],[102.075164,38.891378],[101.941505,38.808883],[101.777049,38.66043],[101.331109,38.777164],[101.33542,38.847113],[101.24303,38.860628],[101.198682,38.943064],[101.117378,38.975174],[100.969553,38.946788],[100.961545,39.005874],[100.835278,39.025869],[100.864227,39.106719],[100.842669,39.199999],[100.842053,39.405614],[100.606764,39.387577],[100.498975,39.400527],[100.500823,39.481408],[100.326512,39.509118],[100.314193,39.606935],[100.250135,39.685274],[100.128179,39.702312],[100.040716,39.757083],[99.904593,39.785601],[99.822058,39.860063],[99.533182,39.891753],[99.841152,40.013326],[99.927383,40.063727],[100.007455,40.20008],[100.169447,40.277743],[100.169447,40.541131],[100.242744,40.618855],[100.237201,40.716905],[100.057346,40.908049],[99.673,40.93292],[99.565827,40.846961],[99.174705,40.858278],[99.172858,40.747289],[99.102025,40.676522],[99.041662,40.693767],[98.984996,40.782644],[98.790975,40.705564],[98.689345,40.691952],[98.668403,40.773128],[98.569853,40.746836],[98.627751,40.677884],[98.344419,40.568413],[98.333332,40.918903],[98.25018,40.93925],[97.971776,41.09774],[97.629314,41.440498],[97.613915,41.477276],[97.84674,41.656379],[97.371235,42.457076],[97.172903,42.795257],[96.968411,42.756161],[96.742361,42.75704],[96.386348,42.727592],[96.02356,42.542675],[95.978596,42.436762],[96.06606,42.414674],[96.040806,42.326688],[96.178161,42.21775],[96.077147,42.149457],[96.13874,42.05399],[96.117183,41.985966],[95.998306,41.906289],[95.855408,41.849699],[95.57146,41.796181],[95.247476,41.61344],[95.135991,41.772976],[94.861898,41.668451],[94.750413,41.538227],[94.534219,41.505966],[94.184365,41.268444],[94.01067,41.114875],[93.809874,40.879548],[93.820961,40.793519],[93.760599,40.664721],[93.506216,40.648376],[92.928465,40.572504],[92.906907,40.310609],[92.796654,40.153897],[92.745531,39.868331],[92.639589,39.514196],[92.52564,39.368611],[92.339011,39.236628],[92.366728,39.059335],[92.41046,39.03842],[92.489916,39.099753],[92.866871,39.138754],[92.938936,39.169848],[93.131725,39.108112],[93.198246,39.045857],[93.179152,38.923977],[93.274007,38.896036],[93.453245,38.915596],[93.729186,38.924443],[93.884403,38.826136],[93.773533,38.771099],[93.885018,38.720689],[94.370379,38.7627],[94.511429,38.445142],[94.527443,38.365416],[94.812623,38.385591],[94.973999,38.430142],[95.122441,38.417014],[95.259179,38.302981],[95.315846,38.318947],[95.51849,38.294997],[95.671858,38.388405],[95.83693,38.344298],[95.93856,38.237202],[96.06606,38.173245],[96.264392,38.145952],[96.378341,38.277146],[96.46334,38.277616],[96.665369,38.23015],[96.626564,38.356031],[96.698013,38.422172],[96.706637,38.505582],[96.847071,38.599186],[96.961019,38.558015],[97.055874,38.594508],[97.009063,38.702477],[96.983809,38.869016],[96.940693,38.90768],[96.969643,39.097895],[96.962251,39.198144],[97.220946,39.193042],[97.347213,39.167528],[97.504894,39.076527],[97.679205,39.010524],[97.701379,38.963076],[98.009348,38.85923],[98.091884,38.786495],[98.242173,38.880664],[98.280977,39.027263],[98.383839,39.029588],[98.457752,38.952838],[98.584635,38.93003],[98.743548,39.086747],[98.886446,39.040744],[98.951735,38.987735],[99.107568,38.951907],[99.068764,38.896968],[99.222133,38.788827],[99.361951,38.718354],[99.450646,38.60433],[99.65945,38.449361],[99.826985,38.370109],[100.001912,38.315191],[100.182998,38.222158],[100.093071,38.407166],[100.001296,38.467169],[100.064122,38.518694],[100.24028,38.441861],[100.259374,38.366355],[100.459555,38.2654],[100.619083,38.26587],[100.752126,38.238612],[100.825423,38.158658],[100.913502,38.17889],[100.964009,38.011221],[101.159262,37.86821],[101.362522,37.791162],[101.459224,37.86632],[101.598427,37.827569],[101.815853,37.654357],[101.946432,37.728235],[102.036359,37.685149],[102.035128,37.627819],[102.131214,37.54625],[102.125055,37.48549],[102.19712,37.420403],[102.428097,37.308624],[102.457662,37.248147],[102.599944,37.174748],[102.583314,37.104618],[102.488459,37.078362],[102.450271,36.968467],[102.56114,36.91968],[102.692335,36.775528],[102.601176,36.710307],[102.630741,36.650793],[102.761936,36.568645],[102.753313,36.525855],[102.829689,36.365544],[102.836465,36.344819],[103.024942,36.256556],[102.941174,36.104877],[102.971971,35.995525],[102.914073,35.845282],[102.787189,35.862745],[102.686175,35.771996],[102.707733,35.70496],[102.808747,35.560496],[102.743458,35.494745],[102.531575,35.580455],[102.408387,35.409431],[102.314764,35.434303],[102.287663,35.36552],[102.3123,35.282512],[102.404075,35.179366],[102.310452,35.128967],[102.29567,35.071681],[102.094874,34.986901],[102.048062,34.910868],[101.916867,34.873561],[101.919947,34.621791],[102.001867,34.538519],[102.093026,34.536547],[102.205743,34.407777],[102.149692,34.271885],[102.062229,34.227858],[101.955055,34.109514],[101.897773,34.133791],[101.674187,34.110506],[101.6206,34.178857],[101.417956,34.227858],[101.178356,34.320831],[101.054552,34.322808],[100.986799,34.374689],[100.895024,34.375183],[100.821727,34.317371],[100.764445,34.178857],[100.806329,34.155584],[100.994806,33.891707],[101.153718,33.8445],[101.190675,33.791796],[101.177124,33.685295],[101.385312,33.644949],[101.501724,33.702723],[101.58426,33.674339],[101.622448,33.502343],[101.718535,33.494857],[101.769042,33.538765],[101.884222,33.578163],[101.946432,33.442937],[101.877447,33.314502],[101.769658,33.26898],[101.841723,33.184876],[102.054838,33.189884],[102.117047,33.288492],[102.258098,33.409472],[102.392988,33.404477],[102.461358,33.501345],[102.440416,33.574673],[102.346793,33.605582],[102.342481,33.725622],[102.25317,33.861399],[102.226069,33.963214],[102.315996,33.993983],[102.392372,33.971651],[102.471213,34.072839],[102.615958,34.099604],[102.728675,34.235774],[102.911609,34.312923],[102.973203,34.205588],[103.124108,34.162022],[103.181391,33.900649],[103.153673,33.819147],[103.35447,33.743539],[103.518309,33.807213],[103.545411,33.719649],[103.645809,33.708697],[103.778236,33.658898],[103.861388,33.682307],[104.046169,33.686291],[104.176749,33.5996],[104.155191,33.542755],[104.22048,33.404477],[104.272219,33.391486],[104.378161,33.109214],[104.378161,32.953174],[104.288234,32.942628],[104.294393,32.835586],[104.363994,32.822511],[104.458849,32.748551],[104.582653,32.722374],[104.643015,32.661935],[104.739717,32.635228],[104.845659,32.653873],[104.881999,32.600951],[105.026745,32.650346],[105.111128,32.593893],[105.448663,32.732946],[105.38091,32.876307],[105.49917,32.911986],[105.590329,32.87681],[105.735691,32.905454],[105.917393,32.993841],[105.914929,33.066092],[105.965436,33.204407],[105.752937,33.291994],[105.709822,33.382991],[105.827466,33.379993],[105.842248,33.489866],[105.971596,33.613058],[106.086776,33.617045],[106.187174,33.546746],[106.303587,33.604585],[106.447101,33.613058],[106.456956,33.532779],[106.540108,33.512822],[106.58076,33.576169],[106.534564,33.695254],[106.482825,33.707203],[106.491448,33.834559],[106.41076,33.909093],[106.474202,33.970659],[106.501919,34.105055],[106.585071,34.149641],[106.589383,34.253584],[106.68239,34.256057],[106.717498,34.369255],[106.638042,34.391481],[106.610941,34.454177],[106.455108,34.531617],[106.334384,34.517811],[106.314058,34.578934],[106.419384,34.643458],[106.505615,34.746789],[106.575216,34.769897],[106.484673,34.983959],[106.541956,35.083925],[106.710723,35.100574],[106.901664,35.094698],[107.08275,35.024156],[107.089526,34.976604],[107.252749,34.880925],[107.286626,34.931968],[107.523763,34.909886],[107.564415,34.968757],[107.741805,34.953553],[107.863145,34.999158],[107.769523,35.064333],[107.667277,35.257104],[107.745501,35.311819],[107.867457,35.256127],[108.049159,35.253683],[108.174811,35.304981],[108.239484,35.256127],[108.48894,35.275184],[108.614591,35.328909],[108.618287,35.557088],[108.539447,35.605761],[108.517889,35.699615],[108.527744,35.82442],[108.499411,35.872444],[108.593649,35.950967],[108.652164,35.94806],[108.712526,36.138716],[108.646004,36.254143],[108.651548,36.384818],[108.618903,36.433946],[108.408252,36.45946],[108.340498,36.559032],[108.262274,36.549417],[108.060862,36.592194],[107.907493,36.750118],[107.670356,36.83303],[107.540393,36.828718],[107.478183,36.908196],[107.310032,36.912502],[107.268764,37.099367],[107.181916,37.143269],[106.891193,37.098413],[106.605397,37.127524],[106.666991,37.016745],[106.626955,36.892403],[106.657752,36.820575],[106.627571,36.752995],[106.514238,36.715584],[106.465579,36.583063],[106.39721,36.548455],[106.523477,36.468605],[106.504383,36.266207],[106.559202,36.292259],[106.772933,36.212628],[106.833295,36.229044],[106.957715,36.091337],[106.912751,35.93207],[106.849925,35.887476],[106.927534,35.810346],[106.867171,35.738485],[106.750759,35.689408],[106.506231,35.737514]]],[[[106.047356,35.498155],[106.048588,35.488898],[106.054132,35.45478],[106.071994,35.463555],[106.047356,35.498155]]]]},"properties":{"adcode":620000,"name":"甘肃省","center":[103.823557,36.058039],"childrenNum":14,"level":"province","parent":{"adcode":100000},"subFeatureIndex":27,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[102.829689,36.365544],[102.753313,36.525855],[102.761936,36.568645],[102.630741,36.650793],[102.601176,36.710307],[102.692335,36.775528],[102.56114,36.91968],[102.450271,36.968467],[102.488459,37.078362],[102.583314,37.104618],[102.599944,37.174748],[102.457662,37.248147],[102.428097,37.308624],[102.19712,37.420403],[102.125055,37.48549],[102.131214,37.54625],[102.035128,37.627819],[102.036359,37.685149],[101.946432,37.728235],[101.815853,37.654357],[101.598427,37.827569],[101.459224,37.86632],[101.362522,37.791162],[101.159262,37.86821],[100.964009,38.011221],[100.913502,38.17889],[100.825423,38.158658],[100.752126,38.238612],[100.619083,38.26587],[100.459555,38.2654],[100.259374,38.366355],[100.24028,38.441861],[100.064122,38.518694],[100.001296,38.467169],[100.093071,38.407166],[100.182998,38.222158],[100.001912,38.315191],[99.826985,38.370109],[99.65945,38.449361],[99.450646,38.60433],[99.361951,38.718354],[99.222133,38.788827],[99.068764,38.896968],[99.107568,38.951907],[98.951735,38.987735],[98.886446,39.040744],[98.743548,39.086747],[98.584635,38.93003],[98.457752,38.952838],[98.383839,39.029588],[98.280977,39.027263],[98.242173,38.880664],[98.091884,38.786495],[98.009348,38.85923],[97.701379,38.963076],[97.679205,39.010524],[97.504894,39.076527],[97.347213,39.167528],[97.220946,39.193042],[96.962251,39.198144],[96.969643,39.097895],[96.940693,38.90768],[96.983809,38.869016],[97.009063,38.702477],[97.055874,38.594508],[96.961019,38.558015],[96.847071,38.599186],[96.706637,38.505582],[96.698013,38.422172],[96.626564,38.356031],[96.665369,38.23015],[96.46334,38.277616],[96.378341,38.277146],[96.264392,38.145952],[96.06606,38.173245],[95.93856,38.237202],[95.83693,38.344298],[95.671858,38.388405],[95.51849,38.294997],[95.315846,38.318947],[95.259179,38.302981],[95.122441,38.417014],[94.973999,38.430142],[94.812623,38.385591],[94.527443,38.365416],[94.511429,38.445142],[94.370379,38.7627],[93.885018,38.720689],[93.773533,38.771099],[93.884403,38.826136],[93.729186,38.924443],[93.453245,38.915596],[93.274007,38.896036],[93.179152,38.923977],[93.198246,39.045857],[93.131725,39.108112],[92.938936,39.169848],[92.866871,39.138754],[92.489916,39.099753],[92.41046,39.03842],[92.173323,38.960749],[91.966368,38.930961],[91.806223,38.872744],[91.446515,38.813546],[91.298689,38.746365],[90.645794,38.635191],[90.427135,38.493873],[90.130868,38.494341],[90.137644,38.340543],[90.280542,38.238142],[90.361846,38.300163],[90.531229,38.319886],[90.516446,38.207111],[90.519526,37.730601],[90.777605,37.648672],[90.882314,37.575664],[90.865684,37.53059],[90.958075,37.477891],[91.099741,37.447965],[91.134849,37.324331],[91.194596,37.273868],[91.1909,37.205737],[91.280211,37.163779],[91.303617,37.012444],[91.181045,37.025345],[90.983944,36.913459],[90.853981,36.915373],[90.732025,36.825844],[90.706156,36.658955],[90.741264,36.585947],[91.035683,36.529703],[91.051698,36.433946],[91.026444,36.323607],[91.07264,36.299012],[91.124994,36.115514],[90.979017,36.106811],[90.922966,36.028927],[90.850285,36.016827],[90.776373,36.086501],[90.659344,36.13485],[90.424055,36.133883],[90.23681,36.160462],[90.028006,36.258486],[89.997825,36.168193],[89.914058,36.079246],[89.711414,36.093272],[89.605472,36.038123],[89.474893,36.022151],[89.428082,35.917531],[89.654747,35.848193],[89.801957,35.848193],[89.747138,35.7516],[89.765616,35.599922],[89.699711,35.544916],[89.739131,35.468429],[89.685544,35.416259],[89.497067,35.361128],[89.46935,35.214577],[89.59069,35.057965],[89.578987,34.895162],[89.707102,34.919701],[89.821051,34.902033],[89.867862,34.81069],[89.72558,34.660689],[89.798877,34.628686],[89.823515,34.455657],[89.799493,34.39642],[89.86663,34.324785],[89.816739,34.16945],[89.655979,34.097126],[89.635037,34.049537],[89.688008,33.959739],[89.795181,33.865374],[89.899891,33.80771],[89.907282,33.741051],[90.008296,33.687785],[89.984275,33.612061],[90.083441,33.525295],[90.107463,33.460913],[90.246665,33.423959],[90.332896,33.310501],[90.405577,33.260473],[90.490577,33.264977],[90.704308,33.135778],[90.803474,33.114227],[91.072024,33.113224],[91.147784,33.07211],[91.226624,33.141792],[91.436044,33.066092],[91.49579,33.109214],[91.583253,33.0375],[91.896766,32.907967],[91.955897,32.8205],[92.145606,32.885857],[92.227526,32.821003],[92.255243,32.720863],[92.355641,32.764657],[92.634662,32.720863],[92.686401,32.76516],[92.866871,32.698203],[93.00053,32.741001],[93.069515,32.626156],[93.239514,32.662439],[93.385492,32.525294],[93.4631,32.556069],[93.516687,32.47583],[93.651577,32.571705],[93.820345,32.549511],[93.861613,32.466237],[93.960163,32.484917],[94.03038,32.448057],[94.176974,32.454117],[94.196684,32.51621],[94.371611,32.524789],[94.395016,32.594397],[94.522516,32.595909],[94.638312,32.645307],[94.737479,32.587338],[94.762116,32.526303],[94.912405,32.41573],[95.081789,32.384907],[95.218527,32.397035],[95.193274,32.332331],[95.096571,32.322217],[95.10581,32.258979],[95.239469,32.287315],[95.31523,32.148585],[95.440265,32.157705],[95.454432,32.061898],[95.360809,31.95939],[95.456896,31.801853],[95.546823,31.73978],[95.634286,31.782523],[95.779648,31.748941],[95.823995,31.68225],[95.89914,31.81711],[95.989067,31.78761],[96.148595,31.686324],[96.220044,31.905553],[96.389428,31.919777],[96.435623,31.796258],[96.56805,31.711783],[96.778701,31.675629],[96.840295,31.720438],[96.760223,31.860325],[96.742977,32.001016],[96.894498,32.013703],[96.935766,32.048203],[97.214786,32.042623],[97.313953,32.130342],[97.264062,32.182527],[97.299786,32.294904],[97.371235,32.273148],[97.424822,32.322723],[97.388481,32.501575],[97.448843,32.586833],[97.50243,32.530844],[97.730944,32.527312],[97.48272,32.654377],[97.386018,32.77925],[97.375547,32.956689],[97.542466,33.035995],[97.487648,33.168346],[97.607756,33.263976],[97.754349,33.409972],[97.552321,33.465906],[97.523372,33.577166],[97.415583,33.605582],[97.435293,33.682307],[97.395257,33.889224],[97.460546,33.887236],[97.660111,33.956264],[97.70261,34.036644],[97.665654,34.126855],[97.8104,34.207568],[97.95453,34.190739],[98.028442,34.122892],[98.206449,34.08424],[98.399854,34.085231],[98.440506,33.981577],[98.407245,33.867362],[98.463295,33.848477],[98.582788,33.731595],[98.648077,33.548741],[98.742316,33.477887],[98.779888,33.370497],[98.759562,33.276985],[98.858728,33.150811],[98.971445,33.098185],[99.196263,33.035493],[99.268944,32.878318],[99.376118,32.899927],[99.558436,32.839106],[99.589233,32.789312],[99.760464,32.769689],[99.791877,32.883344],[99.877492,32.993339],[100.038252,32.929066],[100.123252,32.837095],[100.139266,32.724388],[100.109701,32.640268],[100.229809,32.650346],[100.258759,32.742511],[100.339447,32.719353],[100.399193,32.756101],[100.516837,32.632204],[100.54517,32.569687],[100.657887,32.546484],[100.71209,32.645307],[100.834046,32.648835],[100.93198,32.600447],[101.077342,32.68259],[101.157414,32.661431],[101.22332,32.725898],[101.237486,32.825026],[101.124153,32.909976],[101.169733,33.10019],[101.11553,33.194893],[101.182668,33.26948],[101.487557,33.226938],[101.633535,33.101193],[101.735781,33.279987],[101.64955,33.323004],[101.695745,33.433948],[101.769042,33.45592],[101.769042,33.538765],[101.718535,33.494857],[101.622448,33.502343],[101.58426,33.674339],[101.501724,33.702723],[101.385312,33.644949],[101.177124,33.685295],[101.190675,33.791796],[101.153718,33.8445],[100.994806,33.891707],[100.806329,34.155584],[100.764445,34.178857],[100.821727,34.317371],[100.895024,34.375183],[100.986799,34.374689],[101.054552,34.322808],[101.178356,34.320831],[101.417956,34.227858],[101.6206,34.178857],[101.674187,34.110506],[101.897773,34.133791],[101.955055,34.109514],[102.062229,34.227858],[102.149692,34.271885],[102.205743,34.407777],[102.093026,34.536547],[102.001867,34.538519],[101.919947,34.621791],[101.916867,34.873561],[102.048062,34.910868],[102.094874,34.986901],[102.29567,35.071681],[102.310452,35.128967],[102.404075,35.179366],[102.3123,35.282512],[102.287663,35.36552],[102.314764,35.434303],[102.408387,35.409431],[102.531575,35.580455],[102.743458,35.494745],[102.808747,35.560496],[102.707733,35.70496],[102.686175,35.771996],[102.787189,35.862745],[102.914073,35.845282],[102.971971,35.995525],[102.941174,36.104877],[103.024942,36.256556],[102.836465,36.344819],[102.829689,36.365544]]]},"properties":{"adcode":630000,"name":"青海省","center":[101.778916,36.623178],"centroid":[96.043533,35.726403],"childrenNum":8,"level":"province","parent":{"adcode":100000},"subFeatureIndex":28,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[107.268764,37.099367],[107.334669,37.138975],[107.257677,37.337179],[107.284162,37.481691],[107.345756,37.518725],[107.499125,37.765619],[107.620465,37.776026],[107.65003,37.86443],[107.49235,37.944706],[107.411662,37.948009],[107.33159,38.086625],[107.138801,38.161011],[107.010069,38.120532],[106.779092,38.171833],[106.555506,38.263521],[106.482209,38.319417],[106.599854,38.389812],[106.647897,38.470917],[106.66268,38.601524],[106.709491,38.718821],[106.954019,38.941202],[106.96757,39.054688],[106.859164,39.107648],[106.795723,39.214375],[106.806809,39.318625],[106.751375,39.381564],[106.602318,39.37555],[106.511774,39.272311],[106.402753,39.291767],[106.280181,39.262118],[106.29558,39.167992],[106.251232,39.131327],[106.145907,39.153142],[106.060907,38.96866],[105.97098,38.909077],[105.992538,38.857366],[105.909386,38.791159],[105.821307,38.366824],[105.86627,38.296406],[105.775111,38.186887],[105.780655,38.084741],[105.840401,38.004147],[105.80406,37.862068],[105.760944,37.799674],[105.622358,37.777919],[105.598952,37.699356],[105.315004,37.702197],[105.111128,37.633981],[105.027977,37.580881],[104.805007,37.539133],[104.433595,37.515402],[104.407726,37.464592],[104.287002,37.428007],[104.521059,37.43466],[104.679971,37.408044],[104.713848,37.329566],[104.624536,37.298627],[104.638087,37.201923],[104.776673,37.246718],[104.85613,37.211933],[104.95468,37.040156],[105.165331,36.99476],[105.178882,36.892403],[105.244787,36.894796],[105.334714,36.80093],[105.319932,36.742924],[105.218302,36.730455],[105.22015,36.631105],[105.398156,36.430575],[105.401236,36.369881],[105.515185,36.147415],[105.343954,36.033767],[105.324859,35.941761],[105.371055,35.844312],[105.481924,35.727312],[105.595873,35.715651],[105.667322,35.749657],[105.713517,35.650513],[105.868734,35.540046],[106.047356,35.498155],[106.071994,35.463555],[106.06953,35.458193],[106.071378,35.449418],[106.073226,35.447468],[106.083081,35.421624],[106.173008,35.437716],[106.319601,35.265411],[106.472354,35.310842],[106.503767,35.415284],[106.440941,35.52641],[106.49268,35.732656],[106.506231,35.737514],[106.750759,35.689408],[106.867171,35.738485],[106.927534,35.810346],[106.849925,35.887476],[106.912751,35.93207],[106.957715,36.091337],[106.833295,36.229044],[106.772933,36.212628],[106.559202,36.292259],[106.504383,36.266207],[106.523477,36.468605],[106.39721,36.548455],[106.465579,36.583063],[106.514238,36.715584],[106.627571,36.752995],[106.657752,36.820575],[106.626955,36.892403],[106.666991,37.016745],[106.605397,37.127524],[106.891193,37.098413],[107.181916,37.143269],[107.268764,37.099367]]]},"properties":{"adcode":640000,"name":"宁夏回族自治区","center":[106.278179,38.46637],"centroid":[106.169866,37.291332],"childrenNum":5,"level":"province","parent":{"adcode":100000},"subFeatureIndex":29,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[96.386348,42.727592],[96.363558,42.900562],[95.921314,43.229789],[95.880046,43.28035],[95.857872,43.417436],[95.735916,43.597569],[95.623199,43.855756],[95.527113,44.007466],[95.326932,44.028554],[95.41378,44.298589],[94.998637,44.253169],[94.945666,44.292592],[94.722696,44.34055],[94.606283,44.448311],[94.470777,44.509373],[94.359292,44.515775],[94.329727,44.582734],[94.215162,44.667921],[93.723642,44.865498],[93.716251,44.894334],[93.509296,44.968055],[93.174225,45.015458],[92.932776,45.017573],[92.779407,45.050561],[92.501003,45.001072],[92.315605,45.028994],[92.240461,45.015881],[92.100026,45.081417],[91.561695,45.075501],[91.448978,45.156586],[91.37753,45.11099],[91.242023,45.13717],[91.129922,45.21606],[91.007966,45.218589],[90.831807,45.300313],[90.772677,45.432338],[90.671047,45.487747],[90.714779,45.728895],[90.890937,45.921566],[91.028292,46.023054],[91.021517,46.121038],[90.900177,46.31235],[90.983328,46.374734],[91.079415,46.558989],[91.017821,46.58244],[91.054161,46.717598],[90.942676,46.82581],[90.901408,46.960768],[90.767134,46.992617],[90.56141,47.206903],[90.488113,47.317374],[90.468403,47.497611],[90.398186,47.547724],[90.331665,47.681663],[90.13518,47.723147],[90.07605,47.777469],[90.086521,47.86547],[89.761921,47.835751],[89.651052,47.913627],[89.569132,48.037825],[89.38127,48.046227],[89.231597,47.98017],[89.078228,47.98698],[88.939026,48.115396],[88.824461,48.107005],[88.638447,48.183674],[88.575006,48.277757],[88.605803,48.337863],[88.503557,48.412996],[88.196819,48.493967],[87.973233,48.575997],[88.089645,48.69504],[88.029283,48.750313],[87.826639,48.800795],[87.760118,48.925992],[87.87653,48.949186],[87.867291,49.108892],[87.821096,49.173883],[87.517438,49.145704],[87.511894,49.10184],[87.239033,49.114376],[87.112766,49.15549],[86.887948,49.132001],[86.836209,49.051269],[86.732115,48.994757],[86.757985,48.894919],[86.821426,48.850439],[86.754289,48.78463],[86.780774,48.731369],[86.640956,48.629027],[86.579978,48.538763],[86.416138,48.481671],[86.305269,48.491984],[86.225813,48.432456],[85.916612,48.438015],[85.791576,48.418954],[85.695489,48.335078],[85.678243,48.266205],[85.587084,48.191654],[85.547048,48.008205],[85.617881,47.550552],[85.614801,47.498015],[85.701649,47.384275],[85.682555,47.222757],[85.582772,47.142626],[85.545816,47.057891],[85.325926,47.044842],[85.276651,47.068898],[85.082014,46.939933],[84.934188,46.863878],[84.849189,46.957092],[84.748175,47.009759],[84.506726,46.97302],[84.195061,47.003638],[84.086656,46.965261],[83.932671,46.970161],[83.766367,47.026896],[83.576042,47.059114],[83.370318,47.178436],[83.257602,47.173147],[83.15474,47.236168],[83.02724,47.21544],[82.993364,47.065229],[82.937929,47.014248],[82.876335,46.823762],[82.829524,46.772551],[82.726662,46.494756],[82.518474,46.153798],[82.461808,45.97982],[82.342932,45.935303],[82.340468,45.772742],[82.289961,45.71636],[82.281954,45.53891],[82.546808,45.426038],[82.60101,45.346178],[82.58746,45.224069],[82.487061,45.181058],[82.294272,45.247669],[82.109491,45.211422],[82.052824,45.255674],[81.921013,45.233342],[81.78797,45.3836],[81.582863,45.336503],[81.462754,45.264099],[81.327864,45.260729],[81.111669,45.218168],[80.897938,45.127459],[80.731634,45.156164],[80.599207,45.105921],[80.445839,45.097895],[80.404571,45.049293],[80.144644,45.059017],[79.887798,44.90917],[79.969102,44.877797],[79.999283,44.793768],[80.169898,44.84471],[80.200695,44.756808],[80.313412,44.704938],[80.411962,44.605321],[80.350368,44.484615],[80.413194,44.264741],[80.3941,44.127009],[80.449534,44.078017],[80.457541,43.981203],[80.522215,43.816473],[80.75504,43.494329],[80.761199,43.446554],[80.686055,43.333916],[80.777214,43.308227],[80.804315,43.178314],[80.593048,43.133347],[80.378701,43.031502],[80.487106,42.948766],[80.5912,42.923354],[80.407034,42.834767],[80.280151,42.838278],[80.163738,42.629919],[80.221637,42.533415],[80.206238,42.431462],[80.283847,42.320493],[80.28631,42.233261],[80.168666,42.200462],[80.16805,42.096635],[80.089826,42.047325],[79.923522,42.042436],[79.852689,42.015319],[79.776313,41.89248],[79.640806,41.884907],[79.550879,41.834094],[79.457256,41.847915],[79.326061,41.809565],[79.21704,41.725648],[79.138199,41.722968],[78.957729,41.65146],[78.825302,41.560173],[78.739071,41.555695],[78.650375,41.467411],[78.580774,41.481759],[78.454507,41.412228],[78.163783,41.383497],[78.129291,41.228398],[77.972842,41.173013],[77.905089,41.185174],[77.814546,41.13426],[77.780669,41.022832],[77.476395,40.999349],[77.363062,41.04089],[77.296541,41.004769],[77.169041,41.009285],[77.002122,41.073381],[76.761905,40.954167],[76.731724,40.818887],[76.646725,40.759983],[76.657196,40.620218],[76.556798,40.542495],[76.508754,40.429613],[76.333212,40.343459],[76.283321,40.415034],[75.986438,40.381763],[75.890351,40.30924],[75.739446,40.299199],[75.669845,40.363982],[75.733287,40.474242],[75.646439,40.516567],[75.636584,40.624306],[75.550353,40.64883],[75.355716,40.537947],[75.242383,40.448743],[75.102565,40.44009],[74.819233,40.505647],[74.795211,40.443278],[74.908544,40.338897],[74.700357,40.346195],[74.673255,40.278656],[74.356662,40.089371],[74.26304,40.125074],[74.023439,40.085251],[73.845433,39.831115],[73.841737,39.756163],[73.924273,39.722108],[73.953838,39.600018],[73.868223,39.482794],[73.61076,39.465702],[73.554094,39.350102],[73.580579,39.237555],[73.639709,39.220402],[73.743187,39.029588],[73.820179,39.041674],[73.846665,38.962145],[73.70931,38.893241],[73.769056,38.775765],[73.809092,38.634256],[73.926121,38.536016],[74.090577,38.542102],[74.147859,38.676785],[74.353583,38.655757],[74.639995,38.599653],[74.717603,38.542102],[74.862965,38.484035],[74.868508,38.403883],[74.789668,38.324581],[74.821697,38.10311],[74.911008,37.966884],[74.917167,37.845057],[75.006478,37.770823],[74.891914,37.668097],[74.940573,37.559061],[75.078543,37.511129],[75.153072,37.414223],[75.125971,37.322427],[74.927022,37.277678],[74.816153,37.216699],[74.727458,37.282916],[74.511263,37.240048],[74.465068,37.147085],[74.56793,37.032512],[74.70898,37.084569],[74.739161,37.028212],[74.927638,36.978029],[75.063145,37.006231],[75.244847,36.963207],[75.413614,36.954599],[75.425933,36.778883],[75.724048,36.750597],[75.871257,36.666636],[75.947018,36.590752],[76.035097,36.409386],[75.991365,36.35205],[76.055423,36.252695],[76.016619,36.165294],[75.936547,36.13485],[75.949482,36.070056],[76.028322,36.016827],[76.097307,36.022635],[76.16506,35.908807],[76.160133,35.82442],[76.365857,35.82442],[76.471798,35.886021],[76.59745,35.895718],[76.593754,35.771996],[76.69292,35.747714],[76.769297,35.653917],[76.848753,35.668018],[76.906651,35.615005],[76.99781,35.611113],[77.195527,35.519103],[77.307628,35.540533],[77.396939,35.467942],[77.518895,35.482075],[77.690742,35.448443],[77.816394,35.518616],[77.914944,35.465017],[78.140378,35.494745],[78.013494,35.366008],[78.01719,35.228267],[78.062769,35.114772],[78.237696,34.882398],[78.213059,34.717771],[78.280812,34.623269],[78.542586,34.574499],[78.708274,34.522249],[78.899831,34.354929],[79.039649,34.33467],[79.0107,34.399877],[79.161605,34.441345],[79.241677,34.415183],[79.504683,34.45467],[79.675914,34.451216],[79.801566,34.478847],[79.906892,34.683821],[79.947544,34.821008],[80.034391,34.902033],[80.031311,35.034447],[80.23026,35.147565],[80.267832,35.295701],[80.321419,35.38699],[80.444607,35.417235],[80.514824,35.391869],[80.65649,35.393821],[80.689135,35.339162],[80.844351,35.345508],[81.026053,35.31133],[81.054387,35.402602],[81.219458,35.319144],[81.363588,35.354783],[81.441196,35.333303],[81.513261,35.23511],[81.68634,35.235599],[81.736847,35.26248],[81.927789,35.271275],[82.05344,35.35039],[82.034346,35.451855],[82.328149,35.559523],[82.424852,35.712736],[82.628727,35.692324],[82.731589,35.637868],[82.795031,35.688436],[82.967494,35.667532],[82.998907,35.484512],[83.127022,35.398699],[83.449159,35.382111],[83.54155,35.341603],[83.885244,35.367472],[84.005968,35.422599],[84.095895,35.362592],[84.333032,35.413821],[84.45314,35.473303],[84.448828,35.550272],[84.729081,35.613546],[85.053065,35.752086],[85.146071,35.742371],[85.271107,35.788989],[85.373969,35.700101],[85.612953,35.651486],[85.65299,35.731199],[85.811286,35.778794],[85.949256,35.778794],[86.090306,35.876809],[86.182081,36.064734],[86.187625,36.130983],[86.392733,36.206834],[86.69947,36.24449],[86.746282,36.291777],[86.931064,36.265242],[86.996353,36.308658],[87.149106,36.297565],[87.193454,36.349158],[87.292004,36.358797],[87.386859,36.412757],[87.470626,36.354459],[87.570409,36.342409],[87.731785,36.384818],[87.919646,36.39349],[88.006494,36.430575],[88.134609,36.427205],[88.241782,36.468605],[88.366202,36.458016],[88.470912,36.48208],[88.573158,36.461386],[88.623665,36.389636],[88.802903,36.33807],[88.926091,36.36458],[88.964279,36.318785],[89.292575,36.231457],[89.375727,36.228078],[89.490291,36.151281],[89.711414,36.093272],[89.914058,36.079246],[89.997825,36.168193],[90.028006,36.258486],[90.23681,36.160462],[90.424055,36.133883],[90.659344,36.13485],[90.776373,36.086501],[90.850285,36.016827],[90.922966,36.028927],[90.979017,36.106811],[91.124994,36.115514],[91.07264,36.299012],[91.026444,36.323607],[91.051698,36.433946],[91.035683,36.529703],[90.741264,36.585947],[90.706156,36.658955],[90.732025,36.825844],[90.853981,36.915373],[90.983944,36.913459],[91.181045,37.025345],[91.303617,37.012444],[91.280211,37.163779],[91.1909,37.205737],[91.194596,37.273868],[91.134849,37.324331],[91.099741,37.447965],[90.958075,37.477891],[90.865684,37.53059],[90.882314,37.575664],[90.777605,37.648672],[90.519526,37.730601],[90.516446,38.207111],[90.531229,38.319886],[90.361846,38.300163],[90.280542,38.238142],[90.137644,38.340543],[90.130868,38.494341],[90.427135,38.493873],[90.645794,38.635191],[91.298689,38.746365],[91.446515,38.813546],[91.806223,38.872744],[91.966368,38.930961],[92.173323,38.960749],[92.41046,39.03842],[92.366728,39.059335],[92.339011,39.236628],[92.52564,39.368611],[92.639589,39.514196],[92.745531,39.868331],[92.796654,40.153897],[92.906907,40.310609],[92.928465,40.572504],[93.506216,40.648376],[93.760599,40.664721],[93.820961,40.793519],[93.809874,40.879548],[94.01067,41.114875],[94.184365,41.268444],[94.534219,41.505966],[94.750413,41.538227],[94.861898,41.668451],[95.135991,41.772976],[95.247476,41.61344],[95.57146,41.796181],[95.855408,41.849699],[95.998306,41.906289],[96.117183,41.985966],[96.13874,42.05399],[96.077147,42.149457],[96.178161,42.21775],[96.040806,42.326688],[96.06606,42.414674],[95.978596,42.436762],[96.02356,42.542675],[96.386348,42.727592]]]},"properties":{"adcode":650000,"name":"新疆维吾尔自治区","center":[87.617733,43.792818],"centroid":[85.294711,41.371801],"childrenNum":24,"level":"province","parent":{"adcode":100000},"subFeatureIndex":30,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[120.443706,22.441432],[120.569973,22.361757],[120.640806,22.241605],[120.651277,22.033171],[120.701784,21.927174],[120.873016,21.897191],[120.86624,21.984345],[120.907508,22.033171],[120.914899,22.302525],[120.981421,22.528248],[121.03316,22.650914],[121.170514,22.723247],[121.324499,22.945526],[121.370695,23.084334],[121.430441,23.137175],[121.415042,23.196047],[121.479716,23.322507],[121.522832,23.538858],[121.621382,23.920718],[121.65957,24.007125],[121.643556,24.097843],[121.809243,24.339083],[121.88562,24.529784],[121.892395,24.617953],[121.841272,24.734329],[121.844968,24.836476],[122.012503,25.001471],[121.947214,25.031841],[121.917033,25.138076],[121.745186,25.161912],[121.62323,25.29455],[121.53515,25.307535],[121.444607,25.27074],[121.371926,25.159746],[121.209318,25.12724],[121.024537,25.040517],[120.914899,24.864715],[120.89211,24.767482],[120.82374,24.688118],[120.68885,24.600542],[120.642654,24.490033],[120.589068,24.43229],[120.278018,23.92783],[120.245989,23.840276],[120.175156,23.807427],[120.102476,23.701162],[120.095084,23.58768],[120.12157,23.504836],[120.108019,23.341191],[120.018708,23.073322],[120.133272,23.000625],[120.20041,22.721039],[120.297112,22.531565],[120.443706,22.441432]]]},"properties":{"adcode":710000,"name":"台湾省","center":[121.509062,25.044332],"centroid":[120.971485,23.749452],"childrenNum":0,"level":"province","parent":{"adcode":100000},"subFeatureIndex":31,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[114.031778,22.503923],[113.918445,22.418199],[113.898119,22.308615],[113.8433,22.229418],[113.935691,22.205041],[114.02993,22.263207],[114.069966,22.326885],[114.203009,22.206703],[114.248588,22.274837],[114.315726,22.299203],[114.315726,22.299756],[114.278153,22.328546],[114.283081,22.386661],[114.322501,22.385554],[114.323733,22.384447],[114.376088,22.436454],[114.232574,22.539857],[114.166052,22.559201],[114.031778,22.503923]]],[[[114.320037,22.381127],[114.323733,22.384447],[114.322501,22.385554],[114.319421,22.382234],[114.320037,22.381127]]]]},"properties":{"adcode":810000,"name":"香港特别行政区","center":[114.173355,22.320048],"centroid":[114.134357,22.377366],"childrenNum":18,"level":"province","parent":{"adcode":100000},"subFeatureIndex":32,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[113.554425,22.107489],[113.575983,22.194513],[113.558736,22.212244],[113.554425,22.107489]]]},"properties":{"adcode":820000,"name":"澳门特别行政区","center":[113.54909,22.198951],"centroid":[113.566988,22.159307],"childrenNum":8,"level":"province","parent":{"adcode":100000},"subFeatureIndex":33,"acroutes":[100000]}},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[122.51865306,23.46078502],[122.79861399,24.57367379],[122.77921829,24.57855302],[122.49925737,23.46566424],[122.51865306,23.46078502]]],[[[121.17202617,20.8054593],[121.90938804,21.68743347],[121.89404403,21.70026162],[121.15668216,20.81828744],[121.17202617,20.8054593]]],[[[119.47366172,18.00707291],[120.02569734,19.02403788],[120.00812005,19.0335793],[119.45608443,18.01661433],[119.47366172,18.00707291]]],[[[119.0726757,15.04098494],[119.0726757,16.04388528],[119.0526757,16.04388528],[119.0526757,15.04105889],[119.0726757,15.04098494]]],[[[118.68646749,11.18959191],[118.52518702,10.91547751],[118.54242469,10.9053354],[118.70476212,11.18147468],[118.87431591,11.606662],[118.98894963,11.98573108],[118.9698053,11.99151854],[118.85557939,11.6136711],[118.68646749,11.18959191]]],[[[115.54466883,7.14672265],[116.2504858,7.979279],[116.23523025,7.99221221],[115.52941328,7.15965587],[115.54466883,7.14672265]]],[[[112.30705249,3.53487257],[111.78690114,3.41687263],[111.79132585,3.39736822],[112.31181658,3.51544515],[112.52281386,3.57910186],[112.85206367,3.73256867],[112.84361424,3.7506962],[112.51501594,3.59753306],[112.30705249,3.53487257]]],[[[108.26055972,6.08912451],[108.25611734,6.22752625],[108.21679964,6.53816468],[108.21876335,6.94964057],[108.1987683,6.95072469],[108.19679674,6.53760583],[108.26055972,6.08912451]]],[[[110.12822847,11.36894451],[110.25901765,11.60499559],[110.30436343,11.7826124],[110.32832827,11.94685414],[110.33227398,12.24038351],[110.312278,12.23998238],[110.3083549,11.94803461],[110.28485499,11.78705054],[110.23982347,11.61066468],[110.12822847,11.36894451]]],[[[109.82951587,15.22896754],[109.7892391,15.45210582],[109.69066131,15.67432448],[109.53166592,15.92306523],[109.30888011,16.20725797],[109.29314007,16.19491896],[109.51574449,15.91095759],[109.67264555,15.66561455],[109.77065019,15.44468789],[109.82951587,15.22896754]]]]},"properties":{"name":"","adchar":"JD","adcode":"100000_JD"}}]')};function fCe(t){const e={world:{geo:cCe,code:"ISO3166-1-Alpha-2"},china:{geo:uCe,code:"adcode"}};return{codeMap:l.computed(()=>{const{geo:o,code:r}=e[t.value];Nd.getMap(t.value)||Nd.registerMap(t.value,o);const{features:a}=o,s=a.map(i=>{const c=i.properties;return[c[r],c.name]}).filter(([i,c])=>i&&c);return Object.fromEntries(s)}),maps:e}}function dCe(t,e){const n=Z3(),o=l.computed(()=>n.admin),r=l.isRef(t)?t:l.ref(t),a=l.ref(new Ma),s=l.ref(new Kh(r.value));function i(){m.meta_view().then(L=>{L.$validators=r.value.validators||[],r.value.beforeInit&&r.value.beforeInit(L),a.value=L,h()}).catch(L=>{d.value=L.message})}const c=l.ref({}),{model:u}=z$(c,!0),f=l.ref({db:r.value.db||"orm",entity:r.value.entity,code:r.value.code||"default",auth:r.value.auth,broadcast:r.value.broadcast,batch:!0,done:h});l.watch(()=>({db:r.value.db,entity:r.value.entity,code:r.value.code,auth:r.value.auth}),L=>{const{db:P,entity:D,code:R,auth:ee}=L;Object.assign(f.value,{db:P||"orm",entity:D,code:R||"default",auth:ee})},{deep:!0});const d=l.ref();function h(L){new Promise((P,D)=>{m.search(s.value,k.value).then(R=>{const ee=r.value.beforeLoad;ee?ee(R,$,a.value).then(Se=>Se?P(R):h(L)):P(R)})}).then(P=>{P.view=a.value,c.value=P,L?.method==="save_many"&&L.keys&&e&&e(L.keys)}).catch(P=>d.value=P.message)}const{manager:m,loading:g,payload:v}=en(f),y=l.ref({includes:r.value.includes,excludes:r.value.excludes,modes:a.value.$modes});l.watch(()=>({includes:r.value.includes,excludes:r.value.excludes}),(L,P)=>{const{includes:D,excludes:R}=L;y.value.includes=D,y.value.excludes=R},{deep:!0});const{core:b,finder:w,finders:C,conditions:k}=O$(y),{toText:x}=hc(),{copy:M}=H6(),{write:z}=mc(),$={order:L=>s.value.orders=L||{sort:-1},delete_one:L=>m.delete_one(L).then(()=>!0),save_one:L=>{const P={...L,...b.value};return m.save_one(P)},insert_one:L=>{const P={...L,...b.value};return m.insert_one(P)},save_many:L=>{u.value.total+L.length>200&&(s.value.size=10);const P=L.map(D=>({...D,...b.value}));m.save_many(P)},values:L=>m.values([new hn({id__in:L})],["id",a.value.property.label]),delete_many:L=>L?.length?m.delete_many([new hn({id__in:L})]):m.delete_many(k.value),download:()=>{m.find(...k.value).then(L=>{const P=a.value.toAoa(L,o.value),D={confirmButtonText:"复制到剪切板",cancelButtonText:"下载为文件"},R=r.value.title||a.value.$meta_name;Un.info("请选择数据下载方式:",D).then(()=>M(x(P))).then(()=>F2.success("数据已存至剪切板")).catch(()=>z(R||$s(),{data:P,name:R}))})},find:L=>m.find(new hn({id__in:L})),lookup:(L,P)=>{delete w.value.includes[L],delete w.value.excludes[L],P&&(w.value[P.type][L]=P)}};return l.watch(()=>({db:f.value.db,entity:f.value.entity,code:f.value.code,auth:f.value.auth,type:r.value.type}),(L,P)=>{const D=U1.pick(L,["db","entity"]),R=U1.pick(P,["db","entity"]);P?.entity!=null&&!U1.isEqual(D,R)&&(y.value.includes={},y.value.excludes={}),i()},{deep:!0,immediate:!0}),l.watch(()=>({conditions:k.value,type:s.value.type,orders:s.value.orders,page:s.value.page,size:s.value.size,root:s.value.root}),(L,P)=>{U1.isEqual(L,P)||(!U1.isEqual(L.conditions,P.conditions)&&L.page!=1?s.value.page=1:h())},{deep:!0}),l.onUnmounted(h),{rest:$,manager:m,loading:g,payload:v,admin:o,view:a,search:s,core:b,finder:w,finders:C,model:u,init:i,reload:h,$dao:f,error:d,conditions:k,config:r,$condition:y}}const pCe=l.defineComponent({__name:"FieldMapping",props:{view:{},mapping:{},useKey:{type:Boolean},fields:{}},setup(t){const e=l.ref();return(n,o)=>{const r=l.resolveComponent("el-button"),a=l.resolveComponent("el-divider"),s=l.resolveComponent("el-card"),i=l.resolveComponent("m-dialog");return l.openBlock(),l.createElementBlock(l.Fragment,null,[l.createVNode(r,{type:"info",plain:"",onClick:o[0]||(o[0]=c=>e.value?.open())},{default:l.withCtx(()=>o[1]||(o[1]=[l.createTextVNode("外键对照表")])),_:1,__:[1]}),l.createVNode(i,{ref_key:"dialog",ref:e},{default:l.withCtx(()=>[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(Object.keys(n.mapping),c=>(l.openBlock(),l.createBlock(s,null,{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(n.fields.find(u=>u.prop===c))+" ",1),l.createVNode(a),l.createTextVNode(" "+l.toDisplayString(n.mapping[c]),1)]),_:2},1024))),256))]),_:1},512)],64)}}});function hCe(t,e){return[...Object.values(t.includes),...Object.values(t.excludes)].map(o=>mCe(o,e)).reduce((o,r)=>o&&r,!0)}function mCe(t,e){let{type:n,prop:o,lookup:r,value:a,affix:s}=t,i=e[o],c=!1;if(r==="isnull")a?c=i==null:c=i!=null;else if(i===null)c=!1;else if(r==="contains"){const[u,f]=s?[i.toLowerCase(),a.toLowerCase()]:[i,a];c=u.includes(f)}else if(r==="exact"){const[u,f]=s?[i.toLowerCase(),a.toLowerCase()]:[i,a];c=u===f}else if(r==="startswith"){const[u,f]=s?[i.toLowerCase(),a.toLowerCase()]:[i,a];c=u.startsWith(f)}else if(r==="endswith"){const[u,f]=s?[i.toLowerCase(),a.toLowerCase()]:[i,a];c=u.endsWith(f)}else if(r==="gt")c=s?i>=a:i>a;else if(r==="lt")c=s?i<=a:i<a;else if(r==="in")c=a.includes(i);else if(r==="range"){const{from:u,to:f}=a;c=i>=u&&i<=f}else c=!1;return n==="includes"?c:!c}function gCe(t){const e=l.isRef(t)?t:l.ref(t),n=l.computed(()=>yCe(e.value)),o=l.computed(()=>({results:e.value.options,view:n.value})),{model:r,manager:a}=Nxe(o),{toText:s}=hc(),{copy:i}=H6(),{write:c}=mc(),u={delete_one:y=>a.delete_one(y),save_many:y=>{r.value.total+y.length>200&&(g.value.size=10),a.save_many(y)},values:y=>new Promise(b=>b(a.values(y))),order:y=>g.value.orders=y||Object.fromEntries([[n.value.property.sort,-1]]),save_one:y=>new Promise(b=>b({})),insert_one:y=>new Promise(b=>b({})),delete_many:y=>{if(y.length)a.delete_many(y);else if(d.value==="-")a.clear();else{const b=n.value.property.value,w=h.value.map(C=>C[b]);a.delete_many(w)}},download:()=>{const y=n.value.toAoa(r.value.options,e.value.admin),b={confirmButtonText:"复制到剪切板",cancelButtonText:"下载为文件"},w=e.value.title;Un.info("请选择数据下载方式:",b).then(()=>i(s(y))).then(()=>F2.success("数据已存至剪切板")).catch(()=>c(w||$s(),{data:y,name:w}))},find:y=>new Promise(b=>b(y.map(w=>a.find_one(w)))),lookup:(y,b)=>{delete v.value.includes[y],delete v.value.excludes[y],b&&(v.value[b.type][y]=b)}},f=l.computed(()=>r.value.options.filter(y=>!y.$valid).length),d=l.ref("-");l.watch(f,()=>{f.value===0&&(d.value="-")});const h=l.computed(()=>r.value.options.filter(y=>{const b=d.value==="-"?!0:y.$valid===d.value,w=hCe(v.value,y);return b&&w})),m=l.computed(()=>{const{page:y,size:b}=g.value;if(b){const w=(y-1)*b;return h.value.slice(w,w+b)}else return r.value.options}),g=l.ref(new Kh({...e.value,orders:vCe(n.value.property)}));l.watch(()=>g.value.orders,()=>{a.order(g.value.orders)},{deep:!0});const{finder:v}=E$({});return{view:n,model:r,results:m,search:g,rest:u,finder:v,invalid:d,errors:f,options:h,manager:a}}function vCe(t){const e=t.sort;return Object.fromEntries([[e,-1]])}function yCe(t){const e=t.fields||[],n=t.title,o=new uc(t.property),r=U1.keyBy(e,"prop"),a=U1.mapValues(r,(s,i)=>{let c=h$.includes(s.domain||"")?s.domain:"CharField",{tool:u,width:f,align:d}=Wwe[c];const{set:h,multiple:m,not_null:g}=s,v=new d$({set:h,multiple:m});U1.isEmpty(h)||(u="set",c="CharField",v.set=h);const y=s.label;return{id:$s(),prop:i,label:y,domain:c,tool:u,not_null:g,align:d,column_width:f,allow_edit:!0,allow_order:!0,allow_search:!0,allow_download:!0,allow_upload:!0,allow_update:!0,edit_on_table:!0,format:v}});return new Ma({$modes:r,$fields:a,$validators:t.validators,property:o,$db:"plain",enable:t.admin,show_header:!0,allow_search:!0,allow_order:!0,allow_insert:!0,allow_edit:!0,allow_edit_on_form:!0,allow_edit_on_cell:!0,allow_edit_on_sort:!0,allow_remove:!0,allow_download:!0,allow_upload:!1,$meta_name:n})}const bCe=l.defineComponent({__name:"PUpload",props:{view:{}},emits:["complete"],setup(t,{emit:e}){const n=e,o=t,{readFile:r,write:a,toPlain:s}=mc(),{fromText:i,toText:c}=hc(),{pending:u,openPaster:f,getClipboardData:d}=T$(),{copy:h}=H6(),m=l.ref(!0);function g(M){M.raw&&r(M.raw).then(z=>{const $=Object.values(z)[0],{data:L}=s($,m.value);y(L)})}function v(){f().then(M=>{const z=i(M);y(z)})}function y(M){const z=Object.keys(b.value),$=M.map((L,P)=>{const D=z.map((R,ee)=>{let Se=L[ee];return Se=Se!==""?Se:null,[R,Se]}).filter(R=>R[1]!=null);return Object.fromEntries(D)});n("complete",$)}const b=l.computed(()=>{const M=Object.values(o.view.$fields).map(z=>[z.prop,z.label]);return Object.fromEntries(M)});function w(){const M=Object.values(b.value),z=c([M]);h(z).then(()=>F2.info("表头已复制,请即使将其粘贴到Excel文件中。"))}function C(){const z={data:[Object.values(b.value)]};a(`${o.view.$meta_name||""}上传模板`,z)}const k=l.ref(!0),x=[{value:!0,label:"剪切板上传"},{value:!1,label:"文件上传"}];return(M,z)=>{const $=l.resolveComponent("el-segmented"),L=l.resolveComponent("el-col"),P=l.resolveComponent("el-button"),D=l.resolveComponent("el-divider"),R=l.resolveComponent("el-space"),ee=l.resolveComponent("el-upload"),Se=l.resolveComponent("el-text"),W=l.resolveComponent("el-row"),Q=l.resolveDirective("loading");return l.withDirectives((l.openBlock(),l.createBlock(W,{align:"middle","element-loading-text":"请在Excel文件中复制数据,并使用 Ctrl+V 组合键粘贴到此处","element-loading-spinner":"-"},{default:l.withCtx(()=>[l.createVNode(L,{style:{"border-bottom":"1px solid #cccccc",padding:"5px",background:"#edebf0"}},{default:l.withCtx(()=>[l.createVNode($,{block:"",modelValue:k.value,"onUpdate:modelValue":z[0]||(z[0]=ge=>k.value=ge),options:x},null,8,["modelValue"])]),_:1}),l.createVNode(L,{style:{padding:"20px","border-bottom":"1px solid #cccccc"}},{default:l.withCtx(()=>[k.value?(l.openBlock(),l.createBlock(R,{key:0},{default:l.withCtx(()=>[l.createVNode(P,{onClick:v,type:"info",plain:""},{default:l.withCtx(()=>z[1]||(z[1]=[l.createTextVNode("开启剪切板")])),_:1,__:[1]}),l.createVNode(D,{direction:"vertical"}),l.createVNode(Jt,{icon:"info-circle"},{default:l.withCtx(()=>z[2]||(z[2]=[l.createTextVNode("通过复制、粘贴的方式快速上传数据。")])),_:1,__:[2]})]),_:1})):(l.openBlock(),l.createBlock(R,{key:1},{default:l.withCtx(()=>[l.createVNode(ee,{disabled:l.unref(u),ref:"upload",limit:1,"show-file-list":!1,accept:".xls,.xlsx","on-change":g,"auto-upload":!1},{trigger:l.withCtx(()=>[l.createVNode(P,{loading:l.unref(u),type:"info",plain:"","auto-insert-space":""},{default:l.withCtx(()=>z[3]||(z[3]=[l.createTextVNode(" 选择Excel文件 ")])),_:1,__:[3]},8,["loading"])]),_:1},8,["disabled"]),l.createVNode(D,{direction:"vertical"}),l.createVNode(Jt,{icon:"info-circle"},{default:l.withCtx(()=>z[4]||(z[4]=[l.createTextVNode("请务必使用模板上传数据")])),_:1,__:[4]})]),_:1}))]),_:1}),l.createVNode(L,{style:{padding:"10px 3px 3px"}},{default:l.withCtx(()=>[l.createVNode(Jt,{icon:"info-circle"}),l.createVNode(Se,{type:"info",size:"small"},{default:l.withCtx(()=>z[5]||(z[5]=[l.createTextVNode(" 您可以通过 ")])),_:1,__:[5]}),l.createVNode(Gt,{icon:"clipboard",type:"primary",onClick:w},{default:l.withCtx(()=>z[6]||(z[6]=[l.createTextVNode("复制表头 ")])),_:1,__:[6]}),l.createVNode(Se,{type:"info",size:"small"},{default:l.withCtx(()=>z[7]||(z[7]=[l.createTextVNode(" 或 ")])),_:1,__:[7]}),l.createVNode(Gt,{icon:"file-excel",type:"primary",onClick:C},{default:l.withCtx(()=>z[8]||(z[8]=[l.createTextVNode("复制表头 ")])),_:1,__:[8]}),l.createVNode(Se,{type:"info",size:"small"},{default:l.withCtx(()=>z[9]||(z[9]=[l.createTextVNode(" 两种方式获取模板。 ")])),_:1,__:[9]})]),_:1})]),_:1})),[[Q,l.unref(u)]])}}}),wCe=l.defineComponent({__name:"MTableControl",props:{admin:{type:Boolean},view:{},selection:{}},emits:["insert","edit","remove","clone","upload","download","reload"],setup(t){const e=t;return l.computed(()=>e.admin&&!e.view.lock),(n,o)=>{const r=l.resolveComponent("el-divider");return l.openBlock(),l.createElementBlock(l.Fragment,null,[n.view.allow_insert?(l.openBlock(),l.createBlock(Gt,{key:0,title:"新增数据",icon:"plus",onClick:o[0]||(o[0]=a=>n.$emit("insert"))})):l.createCommentVNode("",!0),n.view.allow_edit?(l.openBlock(),l.createBlock(Gt,{key:1,disabled:!n.selection.length,title:"编辑数据",icon:"edit",onClick:o[1]||(o[1]=a=>n.$emit("edit"))},null,8,["disabled"])):l.createCommentVNode("",!0),n.view.allow_remove?(l.openBlock(),l.createBlock(Gt,{key:2,title:"删除数据",icon:"trash",onClick:o[2]||(o[2]=a=>n.$emit("remove"))})):l.createCommentVNode("",!0),n.view.allow_upload||n.view.allow_download?(l.openBlock(),l.createBlock(r,{key:3,direction:"vertical"})):l.createCommentVNode("",!0),n.view.allow_upload?(l.openBlock(),l.createElementBlock(l.Fragment,{key:4},[n.selection.length?(l.openBlock(),l.createBlock(Gt,{key:1,title:"克隆数据",icon:"clone",onClick:o[4]||(o[4]=a=>n.$emit("clone"))})):(l.openBlock(),l.createBlock(Gt,{key:0,title:"上传数据",icon:"upload",onClick:o[3]||(o[3]=a=>n.$emit("upload"))}))],64)):l.createCommentVNode("",!0),n.view.allow_download?(l.openBlock(),l.createBlock(Gt,{key:5,title:"下载数据",icon:"download",onClick:o[5]||(o[5]=a=>n.$emit("download"))})):l.createCommentVNode("",!0)],64)}}});/**!
584
584
  * Sortable 1.15.6
585
585
  * @author RubaXa <trash@rubaxa.org>
586
586
  * @author owenm <owen23355@gmail.com>