mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
add chartjs plugins
This commit is contained in:
parent
03b1888a88
commit
9ee34afff4
File diff suppressed because one or more lines are too long
0
chartjs/Chartjs/LICENSE.md → chartjs/LICENSE.md
Executable file → Normal file
0
chartjs/Chartjs/LICENSE.md → chartjs/LICENSE.md
Executable file → Normal file
0
chartjs/Chartjs/chart.css → chartjs/chart.css
Executable file → Normal file
0
chartjs/Chartjs/chart.css → chartjs/chart.css
Executable file → Normal file
13
chartjs/chart.js
Normal file
13
chartjs/chart.js
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/chartjs-chart-boxplot.js
Normal file
1
chartjs/plugins/chartjs-chart-boxplot.js
Normal file
File diff suppressed because one or more lines are too long
58
chartjs/plugins/chartjs-chart-funnel.js
Normal file
58
chartjs/plugins/chartjs-chart-funnel.js
Normal file
File diff suppressed because one or more lines are too long
2
chartjs/plugins/chartjs-chart-geo.js
Normal file
2
chartjs/plugins/chartjs-chart-geo.js
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/chartjs-chart-graph.js
Normal file
1
chartjs/plugins/chartjs-chart-graph.js
Normal file
File diff suppressed because one or more lines are too long
7
chartjs/plugins/chartjs-chart-matrix.js
Normal file
7
chartjs/plugins/chartjs-chart-matrix.js
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
/*!
|
||||||
|
* chartjs-chart-matrix v2.0.1
|
||||||
|
* https://chartjs-chart-matrix.pages.dev/
|
||||||
|
* (c) 2023 Jukka Kurkela
|
||||||
|
* Released under the MIT license
|
||||||
|
*/
|
||||||
|
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("chart.js"),require("chart.js/helpers")):"function"==typeof define&&define.amd?define(["exports","chart.js","chart.js/helpers"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self)["chartjs-chart-matrix"]={},t.Chart,t.Chart.helpers)}(this,(function(t,e,i){"use strict";class r extends e.DatasetController{static id="matrix";static version="2.0.1";static defaults={dataElementType:"matrix",animations:{numbers:{type:"number",properties:["x","y","width","height"]}}};static overrides={interaction:{mode:"nearest",intersect:!0},scales:{x:{type:"linear",offset:!0},y:{type:"linear",reverse:!0}}};initialize(){this.enableOptionSharing=!0,super.initialize()}update(t){const e=this._cachedMeta;this.updateElements(e.data,0,e.data.length,t)}updateElements(t,e,i,r){const s=this,a="reset"===r,{xScale:h,yScale:l}=s._cachedMeta,d=s.resolveDataElementOptions(e,r),c=s.getSharedOptions(r,t[e],d);for(let d=e;d<e+i;d++){const e=!a&&s.getParsed(d),i=a?h.getBasePixel():h.getPixelForValue(e.x),c=a?l.getBasePixel():l.getPixelForValue(e.y),u=s.resolveDataElementOptions(d,r),{width:g,height:p,anchorX:f,anchorY:x}=u,y={x:n(f,i,g),y:o(x,c,p),width:g,height:p,options:u};s.updateElement(t[d],d,y,r)}s.updateSharedOptions(c,r)}draw(){const t=this,e=t.getMeta().data||[];let i,r;for(i=0,r=e.length;i<r;++i)e[i].draw(t._ctx)}}function n(t,e,i){return"left"===t||"start"===t?e:"right"===t||"end"===t?e-i:e-i/2}function o(t,e,i){return"top"===t||"start"===t?e:"bottom"===t||"end"===t?e-i:e-i/2}function s(t,e){const{x:i,y:r,width:n,height:o}=t.getProps(["x","y","width","height"],e);return{left:i,top:r,right:i+n,bottom:r+o}}function a(t,e,i){return Math.max(Math.min(t,i),e)}function h(t){const e=s(t),r=e.right-e.left,n=e.bottom-e.top,o=function(t,e,r){const n=t.options.borderWidth;let o,s,h,l;return i.isObject(n)?(o=+n.top||0,s=+n.right||0,h=+n.bottom||0,l=+n.left||0):o=s=h=l=+n||0,{t:a(o,0,r),r:a(s,0,e),b:a(h,0,r),l:a(l,0,e)}}(t,r/2,n/2);return{outer:{x:e.left,y:e.top,w:r,h:n},inner:{x:e.left+o.l,y:e.top+o.t,w:r-o.l-o.r,h:n-o.t-o.b}}}function l(t,e,i,r){const n=null===e,o=null===i,a=!(!t||n&&o)&&s(t,r);return a&&(n||e>=a.left&&e<=a.right)&&(o||i>=a.top&&i<=a.bottom)}class d extends e.Element{static id="matrix";static defaults={backgroundColor:void 0,borderColor:void 0,borderWidth:void 0,borderRadius:0,anchorX:"center",anchorY:"center",width:20,height:20};constructor(t){super(),this.options=void 0,this.width=void 0,this.height=void 0,t&&Object.assign(this,t)}draw(t){const e=this.options,{inner:r,outer:n}=h(this),o=i.toTRBLCorners(e.borderRadius);t.save(),n.w!==r.w||n.h!==r.h?(t.beginPath(),i.addRoundedRectPath(t,{x:n.x,y:n.y,w:n.w,h:n.h,radius:o}),i.addRoundedRectPath(t,{x:r.x,y:r.y,w:r.w,h:r.h,radius:o}),t.fillStyle=e.backgroundColor,t.fill(),t.fillStyle=e.borderColor,t.fill("evenodd")):(t.beginPath(),i.addRoundedRectPath(t,{x:r.x,y:r.y,w:r.w,h:r.h,radius:o}),t.fillStyle=e.backgroundColor,t.fill()),t.restore()}inRange(t,e,i){return l(this,t,e,i)}inXRange(t,e){return l(this,t,null,e)}inYRange(t,e){return l(this,null,t,e)}getCenterPoint(t){const{x:e,y:i,width:r,height:n}=this.getProps(["x","y","width","height"],t);return{x:e+r/2,y:i+n/2}}tooltipPosition(){return this.getCenterPoint()}getRange(t){return"x"===t?this.width/2:this.height/2}}e.Chart.register(r,d),t.MatrixController=r,t.MatrixElement=d}));
|
||||||
1
chartjs/plugins/chartjs-chart-pcp.js
Normal file
1
chartjs/plugins/chartjs-chart-pcp.js
Normal file
File diff suppressed because one or more lines are too long
7
chartjs/plugins/chartjs-chart-sankey.js
Normal file
7
chartjs/plugins/chartjs-chart-sankey.js
Normal file
File diff suppressed because one or more lines are too long
7
chartjs/plugins/chartjs-chart-treemap.js
Normal file
7
chartjs/plugins/chartjs-chart-treemap.js
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/chartjs-chart-venn.js
Normal file
1
chartjs/plugins/chartjs-chart-venn.js
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/chartjs-chart-wordcloud.js
Normal file
1
chartjs/plugins/chartjs-chart-wordcloud.js
Normal file
File diff suppressed because one or more lines are too long
7
chartjs/plugins/chartjs-plugin-datalabels.js
Normal file
7
chartjs/plugins/chartjs-plugin-datalabels.js
Normal file
File diff suppressed because one or more lines are too long
22
chartjs/plugins/license-chartjs-chart-boxplot
Normal file
22
chartjs/plugins/license-chartjs-chart-boxplot
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 datavisyn GmbH
|
||||||
|
Copyright (c) 2019-2023 Samuel Gratzl
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
21
chartjs/plugins/license-chartjs-chart-funnel
Normal file
21
chartjs/plugins/license-chartjs-chart-funnel
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2022 Samuel Gratzl
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
21
chartjs/plugins/license-chartjs-chart-geo
Normal file
21
chartjs/plugins/license-chartjs-chart-geo
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019-2023 Samuel Gratzl
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
21
chartjs/plugins/license-chartjs-chart-graph
Normal file
21
chartjs/plugins/license-chartjs-chart-graph
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019-2023 Samuel Gratzl
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
21
chartjs/plugins/license-chartjs-chart-matrix
Normal file
21
chartjs/plugins/license-chartjs-chart-matrix
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019-2021 Jukka Kurkela
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
21
chartjs/plugins/license-chartjs-chart-pcp
Normal file
21
chartjs/plugins/license-chartjs-chart-pcp
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019-2023 Samuel Gratzl
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
21
chartjs/plugins/license-chartjs-chart-sankey
Normal file
21
chartjs/plugins/license-chartjs-chart-sankey
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019 Jukka Kurkela
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
21
chartjs/plugins/license-chartjs-chart-treemap
Normal file
21
chartjs/plugins/license-chartjs-chart-treemap
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019-2021 Jukka Kurkela
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
21
chartjs/plugins/license-chartjs-chart-venn
Normal file
21
chartjs/plugins/license-chartjs-chart-venn
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019-2023 Samuel Gratzl
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
21
chartjs/plugins/license-chartjs-chart-wordcloud
Normal file
21
chartjs/plugins/license-chartjs-chart-wordcloud
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2019-2023 Samuel Gratzl
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
9
chartjs/plugins/license-chartjs-plugin-datalabels
Normal file
9
chartjs/plugins/license-chartjs-plugin-datalabels
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2017-2021 chartjs-plugin-datalabels contributors
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
8
chartjs/plugins/maps/LICENSE
Normal file
8
chartjs/plugins/maps/LICENSE
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
The MIT License (MIT)
|
||||||
|
Copyright (c) 2012 Mark DiMarco
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
7
chartjs/plugins/maps/_nul.json
Normal file
7
chartjs/plugins/maps/_nul.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "NUL+99?", "OBJECTID_1": 3652, "diss_me": 10132, "adm1_cod_1": "NUL+99?", "iso_3166_2": "-99", "wikipedia": null, "iso_a2": "-1", "adm0_sr": 100, "name": null, "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "-99", "note": "NUL-99 (NULL minor island)", "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 11, "datarank": 11, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 minor island", "name_len": 0, "mapcolor9": 6, "mapcolor13": 0, "fips": null, "fips_alt": null, "woe_id": -99, "woe_label": null, "woe_name": null, "latitude": 2.60001e-08, "longitude": -1.29999e-08, "sov_a3": "NUL", "adm0_a3": "NUL", "adm0_label": 100, "admin": "Null Island", "geonunit": null, "gu_a3": "NUL", "gn_id": 0, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "-1", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -0.000004544999911, 0.000004556000107 ], [ 0.000004508000131, 0.000004556000107 ], [ 0.000004508000131, -0.000004496999935 ], [ -0.000004544999911, -0.000004496999935 ], [ -0.000004544999911, 0.000004556000107 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/_nul.topo.json
Normal file
1
chartjs/plugins/maps/_nul.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"nul":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"name":null},"id":"-99","arcs":[[0]]}]}},"arcs":[[[0,9999],[9999,0],[0,-9999],[-9999,0],[0,9999]]],"transform":{"scale":[9.053905432543252e-10,9.053905432543252e-10],"translate":[-0.000004544999911,-0.000004496999935]}}
|
||||||
7
chartjs/plugins/maps/abw.json
Normal file
7
chartjs/plugins/maps/abw.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ABW-5150", "OBJECTID_1": 3604, "diss_me": 5150, "adm1_cod_1": "ABW-5150", "iso_3166_2": "AW-", "wikipedia": null, "iso_a2": "AW", "adm0_sr": 3, "name": "Aruba", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AW.", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 5, "mapcolor9": 2, "mapcolor13": 9, "fips": null, "fips_alt": null, "woe_id": 23424736, "woe_label": null, "woe_name": "Aruba", "latitude": 12.514699999999999, "longitude": -69.968900000000005, "sov_a3": "NL1", "adm0_a3": "ABW", "adm0_label": 6, "admin": "Aruba", "geonunit": "Aruba", "gu_a3": "ABW", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AW.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -69.996937628999916, 12.577582098000036 ], [ -69.936390753999945, 12.531724351000051 ], [ -69.924672003999945, 12.519232489000046 ], [ -69.915760870999918, 12.497015692000076 ], [ -69.880197719999842, 12.453558661000045 ], [ -69.876820441999939, 12.427394924000097 ], [ -69.888091600999928, 12.417669989000046 ], [ -69.908802863999938, 12.417792059000107 ], [ -69.930531378999888, 12.425970770000035 ], [ -69.945139126999919, 12.44037506700009 ], [ -69.924672003999945, 12.44037506700009 ], [ -69.924672003999945, 12.447211005000014 ], [ -69.958566860999923, 12.463202216000099 ], [ -70.027658657999922, 12.522935289000088 ], [ -70.048085089999887, 12.531154690000079 ], [ -70.058094855999883, 12.537176825000088 ], [ -70.062408006999874, 12.546820380000057 ], [ -70.060373501999948, 12.556952216000113 ], [ -70.051096157999893, 12.574042059000064 ], [ -70.048736131999931, 12.583726304000024 ], [ -70.052642381999931, 12.600002346000053 ], [ -70.059641079999921, 12.614243882000054 ], [ -70.061105923999975, 12.625392971000068 ], [ -70.048736131999931, 12.632147528000104 ], [ -70.00715084499987, 12.5855166690001 ], [ -69.996937628999916, 12.577582098000036 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/abw.topo.json
Normal file
1
chartjs/plugins/maps/abw.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"abw":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"name":"Aruba"},"id":"AW.","arcs":[[0]]}]}},"arcs":[[[3527,7455],[3263,-2138],[631,-582],[480,-1036],[1916,-2026],[182,-1220],[-607,-453],[-1116,6],[-1171,381],[-787,672],[1103,0],[0,318],[-1826,746],[-3723,2785],[-1100,383],[-540,280],[-232,450],[110,472],[499,797],[128,452],[-211,758],[-377,664],[-79,520],[667,315],[2240,-2174],[550,-370]]],"transform":{"scale":[0.000018560612561249607,0.00002144989888989474],"translate":[-70.06240800699987,12.417669989000046]}}
|
||||||
40
chartjs/plugins/maps/afg.json
Normal file
40
chartjs/plugins/maps/afg.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/afg.topo.json
Normal file
1
chartjs/plugins/maps/afg.topo.json
Normal file
File diff suppressed because one or more lines are too long
24
chartjs/plugins/maps/ago.json
Normal file
24
chartjs/plugins/maps/ago.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/ago.topo.json
Normal file
1
chartjs/plugins/maps/ago.topo.json
Normal file
File diff suppressed because one or more lines are too long
21
chartjs/plugins/maps/aia.json
Normal file
21
chartjs/plugins/maps/aia.json
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA+99?", "OBJECTID_1": 3618, "diss_me": 10002, "adm1_cod_1": "AIA+99?", "iso_3166_2": "AI-", "wikipedia": null, "iso_a2": "AI", "adm0_sr": 6, "name": null, "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "-99", "note": "AIA-99 (Anguilla minor island)", "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 11, "datarank": 11, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 minor island", "name_len": 0, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": -99, "woe_label": null, "woe_name": null, "latitude": 18.598199999999999, "longitude": -63.426200000000001, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": 0, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -63.168315571777072, 18.261880206117681 ], [ -63.171399150905557, 18.261494758726613 ], [ -63.174097282642947, 18.262072929813186 ], [ -63.174290006338452, 18.264578337855184 ], [ -63.17236276938317, 18.264578337855184 ], [ -63.171206427209967, 18.26554195633274 ], [ -63.169086466559122, 18.265349232637234 ], [ -63.168315571777072, 18.261880206117681 ] ] ], [ [ [ -63.179493546117783, 18.266505574810438 ], [ -63.183540743723796, 18.265156508941644 ], [ -63.18700977024335, 18.265349232637234 ], [ -63.189707901980768, 18.267469193287994 ], [ -63.192213310022595, 18.268818259156788 ], [ -63.190093349371836, 18.269203706547856 ], [ -63.186431599156805, 18.26843281176572 ], [ -63.184504362201437, 18.268047364374652 ], [ -63.179493546117783, 18.266505574810438 ] ] ], [ [ [ -63.236034820451408, 18.282991602727932 ], [ -63.252030887180297, 18.27296997056051 ], [ -63.261474348261231, 18.276246273384501 ], [ -63.262630690434463, 18.282027984250377 ], [ -63.253572676744596, 18.286846076638554 ], [ -63.245605943769135, 18.28321011146393 ], [ -63.236034820451408, 18.282991602727932 ] ] ], [ [ [ -63.423573370999861, 18.600043036000059 ], [ -63.427967902999939, 18.592840887000122 ], [ -63.428822394999941, 18.601263739000061 ], [ -63.423573370999861, 18.600043036000059 ] ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5114", "OBJECTID_1": 6622, "diss_me": 5114, "adm1_cod_1": "AIA-5114", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Blowing_Point", "iso_a2": "AI", "adm0_sr": 1, "name": "Blowing Point", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.BP", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 13, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549648, "woe_label": null, "woe_name": "Blowing Point", "latitude": 18.1889, "longitude": -63.094299999999997, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.061387958186174, 18.198851194588173 ], [ -63.099517381999959, 18.176174221000082 ], [ -63.102365688999896, 18.180405992000118 ], [ -63.109120245999918, 18.185044664000117 ], [ -63.11384029894532, 18.189846096110159 ], [ -63.113872225722616, 18.196851991226481 ], [ -63.10272217019201, 18.196851991226481 ], [ -63.10192573778258, 18.201232370377596 ], [ -63.087589950815527, 18.20163058658224 ], [ -63.081218490640794, 18.2068073981429 ], [ -63.072629479466855, 18.212132585250544 ], [ -63.072119709556944, 18.202760427351905 ], [ -63.065451824741871, 18.205816541300379 ], [ -63.061334043131524, 18.212484623066871 ], [ -63.061387958186174, 18.198851194588173 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5115", "OBJECTID_1": 6618, "diss_me": 5115, "adm1_cod_1": "AIA-5115", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/East_End,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "East End", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.EE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 8, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549654, "woe_label": null, "woe_name": "East End", "latitude": 18.2622, "longitude": -62.985199999999999, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -62.972889777999853, 18.269273179 ], [ -62.992909308999913, 18.236883856000091 ], [ -62.994804413323607, 18.234525055891609 ], [ -62.994407340026697, 18.2438415132752 ], [ -63.00197344971491, 18.2438415132752 ], [ -62.996398421949607, 18.252204054473495 ], [ -62.995203773335419, 18.25618621742008 ], [ -63.00316809832907, 18.260964812775924 ], [ -63.013521722349594, 18.260964812775924 ], [ -63.013496642062762, 18.271968828336369 ], [ -63.007394985844968, 18.273016668942219 ], [ -63.007548477480299, 18.267336273849949 ], [ -62.999982368691377, 18.267336273849949 ], [ -62.994522918244201, 18.274897109813068 ], [ -62.983998175999886, 18.276434637000037 ], [ -62.972645636999914, 18.275864976000079 ], [ -62.972889777999853, 18.269273179 ] ] ], [ [ [ -62.947363877468803, 18.280387703503962 ], [ -62.956698931470953, 18.274365088018712 ], [ -62.960011369987853, 18.277677526535612 ], [ -62.956096669922402, 18.282495618923761 ], [ -62.958204585342315, 18.289421626731936 ], [ -62.950676315985703, 18.292131803700286 ], [ -62.947665008243064, 18.297251026862639 ], [ -62.933812992626912, 18.294540849894375 ], [ -62.925682461721777, 18.289722757506027 ], [ -62.932006207981289, 18.287313711311938 ], [ -62.944954831274714, 18.283700142020862 ], [ -62.947363877468803, 18.280387703503962 ] ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5116", "OBJECTID_1": 6623, "diss_me": 5116, "adm1_cod_1": "AIA-5116", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/George_Hill,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "George Hill", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.GH", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 11, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549657, "woe_label": null, "woe_name": "George Hill", "latitude": 18.2089, "longitude": -63.066000000000003, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.061334043131524, 18.212484623066871 ], [ -63.065451824741871, 18.205816541300379 ], [ -63.072119709556944, 18.202760427351905 ], [ -63.072629479466855, 18.212132585250544 ], [ -63.061307675908466, 18.219152103187042 ], [ -63.061334043131524, 18.212484623066871 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5117", "OBJECTID_1": 6619, "diss_me": 5117, "adm1_cod_1": "AIA-5117", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Island_Harbour,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "Island Harbour", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.IH", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 14, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549653, "woe_label": null, "woe_name": "Island Harbour", "latitude": 18.270499999999998, "longitude": -63.002800000000001, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.007548477480299, 18.267336273849907 ], [ -63.007394985844968, 18.273016668942176 ], [ -62.994522918244201, 18.274897109812997 ], [ -62.999982368691377, 18.267336273849907 ], [ -63.007548477480299, 18.267336273849907 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5118", "OBJECTID_1": 6624, "diss_me": 5118, "adm1_cod_1": "AIA-5118", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/North_Hill,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "North Hill", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.NH", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549651, "woe_label": null, "woe_name": "North Hill", "latitude": 18.224299999999999, "longitude": -63.073999999999998, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.046971889840876, 18.226718212875255 ], [ -63.061307675908466, 18.219152103187042 ], [ -63.069272001801465, 18.219550319391686 ], [ -63.075831534497667, 18.216270553043586 ], [ -63.075522422221979, 18.220510736881039 ], [ -63.077901588262705, 18.225966895542825 ], [ -63.072717846723123, 18.231349113347591 ], [ -63.046971889840876, 18.226718212875255 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5119", "OBJECTID_1": 6620, "diss_me": 5119, "adm1_cod_1": "AIA-5119", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/North_Side,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "North Side", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.NS", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549652, "woe_label": null, "woe_name": "North Side", "latitude": 18.2606, "longitude": -63.033000000000001, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.048113860666149, 18.235441161880146 ], [ -63.061164777906839, 18.24578364672567 ], [ -63.055083787999934, 18.254339911000102 ], [ -63.038197394999941, 18.267726955000086 ], [ -63.022924658650737, 18.270349750068334 ], [ -63.022282480651967, 18.262557678494062 ], [ -63.02586642649436, 18.253000487782344 ], [ -63.039007563947877, 18.25260227157753 ], [ -63.048113860666149, 18.235441161880146 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5120", "OBJECTID_1": 6630, "diss_me": 5120, "adm1_cod_1": "AIA-5120", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Sandy_Ground,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "Sandy Ground", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.SG", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 12, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549650, "woe_label": null, "woe_name": "Sandy Ground", "latitude": 18.219200000000001, "longitude": -63.081400000000002, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.075831534497667, 18.216270553043586 ], [ -63.078829192513268, 18.214771724035842 ], [ -63.097238735839483, 18.212469794072916 ], [ -63.085845506999931, 18.217718817000076 ], [ -63.077901588262705, 18.225966895542825 ], [ -63.075522422221979, 18.220510736881039 ], [ -63.075831534497667, 18.216270553043586 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5121", "OBJECTID_1": 6625, "diss_me": 5121, "adm1_cod_1": "AIA-5121", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Sandy_Hill,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "Sandy Hill", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.SH", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549655, "woe_label": null, "woe_name": "Sandy Hill", "latitude": 18.2301, "longitude": -63.015099999999997, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.00197344971491, 18.243841513275157 ], [ -62.994407340026697, 18.243841513275157 ], [ -62.994804413323607, 18.234525055891567 ], [ -63.000559048999946, 18.227362372000044 ], [ -63.011545376999919, 18.220445054000038 ], [ -63.030435281911224, 18.215031125207048 ], [ -63.03144145515904, 18.224727130952346 ], [ -63.034228968592004, 18.22791286148933 ], [ -63.029297630581198, 18.235164828993703 ], [ -63.023078913061397, 18.251009405859349 ], [ -63.011132424221984, 18.250212973450004 ], [ -62.995203773335419, 18.256186217420037 ], [ -62.996398421949607, 18.252204054473509 ], [ -63.00197344971491, 18.243841513275157 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5122", "OBJECTID_1": 6621, "diss_me": 5122, "adm1_cod_1": "AIA-5122", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/South_Hill,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "South Hill", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.SO", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549649, "woe_label": null, "woe_name": "South Hill", "latitude": 18.208300000000001, "longitude": -63.088099999999997, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.061307675908466, 18.219152103187042 ], [ -63.072629479466855, 18.212132585250544 ], [ -63.081218490640794, 18.2068073981429 ], [ -63.087589950815527, 18.20163058658224 ], [ -63.10192573778258, 18.201232370377596 ], [ -63.10272217019201, 18.196851991226481 ], [ -63.113872225722616, 18.196851991226481 ], [ -63.11384029894532, 18.189846096110159 ], [ -63.12259934840705, 18.18358298806092 ], [ -63.122792120929716, 18.208075262181836 ], [ -63.097238735839483, 18.212469794072916 ], [ -63.078829192513268, 18.214771724035842 ], [ -63.075831534497667, 18.216270553043586 ], [ -63.069272001801465, 18.219550319391686 ], [ -63.061307675908466, 18.219152103187042 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5123", "OBJECTID_1": 6627, "diss_me": 5123, "adm1_cod_1": "AIA-5123", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Stoney_Ground", "iso_a2": "AI", "adm0_sr": 1, "name": "Stoney Ground", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.ST", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 13, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549656, "woe_label": null, "woe_name": "Stoney Ground", "latitude": 18.238700000000001, "longitude": -63.036799999999999, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.013521722349594, 18.260964812775882 ], [ -63.00316809832907, 18.260964812775882 ], [ -62.995203773335419, 18.256186217420037 ], [ -63.011132424221984, 18.250212973450004 ], [ -63.023078913061397, 18.251009405859349 ], [ -63.029297630581198, 18.235164828993703 ], [ -63.042752990258293, 18.234892330816422 ], [ -63.044108135482077, 18.232266736720504 ], [ -63.048113860666149, 18.235441161880146 ], [ -63.039007563947877, 18.25260227157753 ], [ -63.02586642649436, 18.253000487782344 ], [ -63.022282480651967, 18.262557678494062 ], [ -63.022924658650737, 18.270349750068334 ], [ -63.013496642062762, 18.271968828336412 ], [ -63.013521722349594, 18.260964812775882 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5124", "OBJECTID_1": 6629, "diss_me": 5124, "adm1_cod_1": "AIA-5124", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/The_Farrington", "iso_a2": "AI", "adm0_sr": 1, "name": "The Farrington", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.TF", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 14, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549658, "woe_label": null, "woe_name": "The Farrington", "latitude": 18.217300000000002, "longitude": -63.043900000000001, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.030435281911224, 18.215031125207048 ], [ -63.037668423999975, 18.212958075000074 ], [ -63.061387958186174, 18.198851194588173 ], [ -63.061334043131524, 18.212484623066871 ], [ -63.061307675908466, 18.219152103187042 ], [ -63.046971889840876, 18.226718212875255 ], [ -63.034228968592004, 18.22791286148933 ], [ -63.03144145515904, 18.224727130952346 ], [ -63.030435281911224, 18.215031125207048 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5125", "OBJECTID_1": 6626, "diss_me": 5125, "adm1_cod_1": "AIA-5125", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/The_Quarter,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "The Quarter", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.TQ", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 11, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549660, "woe_label": null, "woe_name": "The Quarter", "latitude": 18.229900000000001, "longitude": -63.039999999999999, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.034228968592004, 18.22791286148933 ], [ -63.046971889840876, 18.226718212875255 ], [ -63.044108135482077, 18.232266736720504 ], [ -63.042752990258293, 18.234892330816422 ], [ -63.029297630581198, 18.235164828993703 ], [ -63.034228968592004, 18.22791286148933 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5126", "OBJECTID_1": 6628, "diss_me": 5126, "adm1_cod_1": "AIA-5126", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/The_Valley,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "The Valley", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.TV", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549659, "woe_label": null, "woe_name": "The Valley", "latitude": 18.232099999999999, "longitude": -63.052, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.048113860666149, 18.235441161880146 ], [ -63.044108135482077, 18.232266736720504 ], [ -63.046971889840876, 18.226718212875255 ], [ -63.072717846723123, 18.231349113347591 ], [ -63.0677791009999, 18.236476955000029 ], [ -63.061164777906839, 18.24578364672567 ], [ -63.048113860666149, 18.235441161880146 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AIA-5127", "OBJECTID_1": 3615, "diss_me": 5127, "adm1_cod_1": "AIA-5127", "iso_3166_2": "AI-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/West_End,_Anguilla", "iso_a2": "AI", "adm0_sr": 1, "name": "West End", "name_alt": null, "name_local": null, "type": "District", "type_en": "District", "code_local": null, "code_hasc": "AI.WE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 8, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 24549647, "woe_label": null, "woe_name": "West End", "latitude": 18.186499999999999, "longitude": -63.138399999999997, "sov_a3": "GB1", "adm0_a3": "AIA", "adm0_label": 8, "admin": "Anguilla", "geonunit": "Anguilla", "gu_a3": "AIA", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AI.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -63.12259934840705, 18.18358298806092 ], [ -63.136830206999917, 18.173407294000128 ], [ -63.150502081999946, 18.169094143000024 ], [ -63.167836066999939, 18.169338283000059 ], [ -63.142079230999911, 18.198146877000113 ], [ -63.134348110999895, 18.204087632000039 ], [ -63.122792120929716, 18.208075262181836 ], [ -63.12259934840705, 18.18358298806092 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/aia.topo.json
Normal file
1
chartjs/plugins/maps/aia.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"aia":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","properties":{"name":null},"id":"-99","arcs":[[[0]],[[1]],[[2]],[[3]]]},{"type":"Polygon","properties":{"name":"Blowing Point"},"id":"AI.BP","arcs":[[4,5,6,7]]},{"type":"MultiPolygon","properties":{"name":"East End"},"id":"AI.EE","arcs":[[[8,9,10,11,12]],[[13]]]},{"type":"Polygon","properties":{"name":"George Hill"},"id":"AI.GH","arcs":[[-7,14,15]]},{"type":"Polygon","properties":{"name":"Island Harbour"},"id":"AI.IH","arcs":[[16,-12]]},{"type":"Polygon","properties":{"name":"North Hill"},"id":"AI.NH","arcs":[[17,18,19,20,21]]},{"type":"Polygon","properties":{"name":"North Side"},"id":"AI.NS","arcs":[[22,23,24]]},{"type":"Polygon","properties":{"name":"Sandy Ground"},"id":"AI.SG","arcs":[[25,26,-20]]},{"type":"Polygon","properties":{"name":"Sandy Hill"},"id":"AI.SH","arcs":[[27,28,29,30,-9]]},{"type":"Polygon","properties":{"name":"South Hill"},"id":"AI.SO","arcs":[[-15,-6,31,32,33,-26,-19]]},{"type":"Polygon","properties":{"name":"Stoney Ground"},"id":"AI.ST","arcs":[[-31,34,35,-25,36,-10]]},{"type":"Polygon","properties":{"name":"The Farrington"},"id":"AI.TF","arcs":[[37,-8,-16,-18,38,-29]]},{"type":"Polygon","properties":{"name":"The Quarter"},"id":"AI.TQ","arcs":[[-39,39,-35,-30]]},{"type":"Polygon","properties":{"name":"The Valley"},"id":"AI.TV","arcs":[[-36,-40,-22,40,-23]]},{"type":"Polygon","properties":{"name":"West End"},"id":"AI.WE","arcs":[[41,-33]]}]}},"arcs":[[[5177,2147],[-61,-9],[-54,13],[-4,58],[39,0],[23,22],[42,-4],[15,-80]],[[4955,2254],[-80,-31],[-69,4],[-54,49],[-50,31],[42,9],[73,-18],[38,-9],[100,-35]],[[3831,2635],[-318,-232],[-187,76],[-23,134],[180,111],[158,-84],[190,-5]],[[104,9971],[-87,-167],[-17,195],[104,-28]],[[7302,688],[-758,-524],[-56,98],[-134,107],[-94,111]],[[6260,480],[-1,162],[222,0],[15,102],[285,9],[127,120],[171,123]],[[7079,996],[10,-217],[132,71],[82,154]],[[7303,1004],[-1,-316]],[[8625,1514],[8,215],[-150,0],[111,194],[23,92]],[[8617,2015],[-158,111],[-206,0],[1,254]],[[8254,2380],[121,24]],[[8375,2404],[-3,-131],[150,0],[109,175]],[[8631,2448],[209,36],[226,-14],[-5,-152],[-398,-750],[-38,-54]],[[9568,2575],[-185,-139],[-66,76],[78,112],[-42,160],[149,63],[60,118],[275,-63],[162,-111],[-126,-56],[-257,-83],[-48,-77]],[[7079,996],[225,162]],[[7304,1158],[-1,-154]],[[8375,2404],[256,44]],[[7589,1333],[-285,-175]],[[7304,1158],[-159,9],[-130,-75]],[[7015,1092],[6,98],[-47,126]],[[6974,1316],[103,124]],[[7077,1440],[512,-107]],[[7566,1535],[-259,239]],[[7307,1774],[120,198],[336,310],[303,61]],[[8066,2343],[13,-181],[-71,-221],[-261,-9],[-181,-397]],[[7015,1092],[-60,-35],[-365,-53]],[[6590,1004],[226,121],[158,191]],[[8625,1514],[-114,-166],[-218,-160],[-376,-125]],[[7917,1063],[-20,224],[-55,74]],[[7842,1361],[98,168]],[[7940,1529],[123,366],[238,-18],[316,138]],[[6260,480],[-174,-145]],[[6086,335],[-4,567]],[[6082,902],[508,102]],[[7940,1529],[-268,-7],[-26,-60]],[[7646,1462],[-80,73]],[[8066,2343],[188,37]],[[7917,1063],[-144,-48],[-471,-327]],[[7589,1333],[253,28]],[[7589,1333],[57,129]],[[7077,1440],[98,119],[132,215]],[[6086,335],[-283,-235],[-272,-100],[-344,6],[512,666],[153,138],[230,92]]],"transform":{"scale":[0.000050319025230339354,0.000043221281728176505],"translate":[-63.42882239499994,18.169094143000024]}}
|
||||||
18
chartjs/plugins/maps/alb.json
Normal file
18
chartjs/plugins/maps/alb.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/alb.topo.json
Normal file
1
chartjs/plugins/maps/alb.topo.json
Normal file
File diff suppressed because one or more lines are too long
22
chartjs/plugins/maps/ald.json
Normal file
22
chartjs/plugins/maps/ald.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/ald.topo.json
Normal file
1
chartjs/plugins/maps/ald.topo.json
Normal file
File diff suppressed because one or more lines are too long
13
chartjs/plugins/maps/and.json
Normal file
13
chartjs/plugins/maps/and.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AND-4876", "OBJECTID_1": 3689, "diss_me": 4876, "adm1_cod_1": "AND-4876", "iso_3166_2": "AD-07", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Andorra_la_Vella", "iso_a2": "AD", "adm0_sr": 3, "name": "Andorra la Vella", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AD.AN", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 20, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": 1, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 16, "mapcolor9": 1, "mapcolor13": 8, "fips": "AN07", "fips_alt": null, "woe_id": 20070553, "woe_label": "Andorra la Vella, AD, Andorra", "woe_name": "Andorra la Vella", "latitude": 42.512799999999999, "longitude": 1.5106599999999999, "sov_a3": "AND", "adm0_a3": "AND", "adm0_label": 5, "admin": "Andorra", "geonunit": "Andorra", "gu_a3": "AND", "gn_id": 3041566, "gn_name": "Parroquia d'Andorra la Vella", "gns_id": -1394436, "gns_name": "Andorra la Vella", "gn_level": 1, "gn_region": null, "gn_a1_code": "AD.07", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AN07", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.499089369678615, 42.489032431001846 ], [ 1.493140117822236, 42.493494369669463 ], [ 1.489421834849765, 42.503161903598937 ], [ 1.488678179154704, 42.509111155455514 ], [ 1.487190865965658, 42.518035033689841 ], [ 1.502807651751709, 42.524727942140743 ], [ 1.517680780943323, 42.532164506286932 ], [ 1.531810254439705, 42.53439547607033 ], [ 1.543708758152661, 42.538113758143396 ], [ 1.556350918460168, 42.538113758143396 ], [ 1.549658010009153, 42.529933537402798 ], [ 1.53850316289072, 42.521753315762908 ], [ 1.533297567628665, 42.516547720500881 ], [ 1.527348315772173, 42.508367498860991 ], [ 1.519168094132283, 42.497956308336967 ], [ 1.507269590419241, 42.49275071307494 ], [ 1.499089369678615, 42.489032431001846 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AND-4877", "OBJECTID_1": 6404, "diss_me": 4877, "adm1_cod_1": "AND-4877", "iso_3166_2": "AD-04", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/La_Massana", "iso_a2": "AD", "adm0_sr": 3, "name": "La Massana", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AD.MA", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 20, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 1, "mapcolor13": 8, "fips": "AN04", "fips_alt": null, "woe_id": 20070555, "woe_label": "Massana, AD, Andorra", "woe_name": "Massana", "latitude": 42.549999999999997, "longitude": 1.4708300000000001, "sov_a3": "AND", "adm0_a3": "AND", "adm0_label": 5, "admin": "Andorra", "geonunit": "Andorra", "gu_a3": "AND", "gn_id": 3040131, "gn_name": "Parroquia de la Massana", "gns_id": -1395883, "gns_name": "La Massana, Parroquia de", "gn_level": 1, "gn_region": null, "gn_a1_code": "AD.04", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AN04", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.459675576466708, 42.596862620113825 ], [ 1.47083042358517, 42.596862620113825 ], [ 1.481241614109251, 42.595375306924865 ], [ 1.486447209371221, 42.59016971166281 ], [ 1.492396461227713, 42.577527551355416 ], [ 1.501320338562834, 42.570834642904401 ], [ 1.515449812059217, 42.567860017425829 ], [ 1.532553911034142, 42.564885391047909 ], [ 1.545939727036796, 42.563398078758325 ], [ 1.555607261865646, 42.562654422163774 ], [ 1.556350918460168, 42.552243231639778 ], [ 1.556350918460168, 42.538113758143396 ], [ 1.543708758152661, 42.538113758143396 ], [ 1.531810254439705, 42.53439547607033 ], [ 1.517680780943323, 42.532164506286932 ], [ 1.502807651751709, 42.524727942140743 ], [ 1.487190865965658, 42.518035033689841 ], [ 1.473061392469276, 42.515060407311893 ], [ 1.459675576466708, 42.509854812049952 ], [ 1.44996789500118, 42.504073384239575 ], [ 1.446557251000087, 42.519886374000038 ], [ 1.428987264000114, 42.531461894000074 ], [ 1.406456339000101, 42.529239808000085 ], [ 1.409763631000089, 42.540608622000065 ], [ 1.426300090000097, 42.56179596000004 ], [ 1.426403442000122, 42.565645854000081 ], [ 1.418031860000042, 42.569831645000107 ], [ 1.419272095000082, 42.579262594000085 ], [ 1.424853150000104, 42.5893653360001 ], [ 1.42929732200011, 42.595385641000064 ], [ 1.451414835913084, 42.602051901337035 ], [ 1.459675576466708, 42.596862620113825 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AND-4878", "OBJECTID_1": 6405, "diss_me": 4878, "adm1_cod_1": "AND-4878", "iso_3166_2": "AD-05", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Ordino", "iso_a2": "AD", "adm0_sr": 3, "name": "Ordino", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AD.OR", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 20, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 6, "mapcolor9": 1, "mapcolor13": 8, "fips": "AN05", "fips_alt": null, "woe_id": 20070556, "woe_label": "Ordino, AD, Andorra", "woe_name": "Ordino", "latitude": 42.6036, "longitude": 1.52437, "sov_a3": "AND", "adm0_a3": "AND", "adm0_label": 5, "admin": "Andorra", "geonunit": "Andorra", "gu_a3": "AND", "gn_id": 3039676, "gn_name": "Parroquia d'Ordino", "gns_id": -1396345, "gns_name": "Ordino, Parroquia d'", "gn_level": 1, "gn_region": null, "gn_a1_code": "AD.05", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AN05", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.597349081247529, 42.621921489342554 ], [ 1.598739337150704, 42.606530154043384 ], [ 1.598739337150704, 42.597606276708262 ], [ 1.588328146626708, 42.594631650330427 ], [ 1.574942329724678, 42.59165702485177 ], [ 1.564531139200767, 42.584220459806403 ], [ 1.557838230749752, 42.574552925876759 ], [ 1.555607261865646, 42.562654422163774 ], [ 1.545939727036796, 42.563398078758325 ], [ 1.532553911034142, 42.564885391047909 ], [ 1.515449812059217, 42.567860017425829 ], [ 1.501320338562834, 42.570834642904401 ], [ 1.492396461227713, 42.577527551355416 ], [ 1.486447209371221, 42.59016971166281 ], [ 1.481241614109251, 42.595375306924865 ], [ 1.47083042358517, 42.596862620113825 ], [ 1.459675576466708, 42.596862620113825 ], [ 1.451414835913084, 42.602051901337035 ], [ 1.466814412000105, 42.641455180000065 ], [ 1.498440389000081, 42.640240784000042 ], [ 1.527792602000062, 42.648534852000097 ], [ 1.543088827000133, 42.649361674000033 ], [ 1.597349081247529, 42.621921489342554 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AND-4879", "OBJECTID_1": 6406, "diss_me": 4879, "adm1_cod_1": "AND-4879", "iso_3166_2": "AD-02", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Canillo", "iso_a2": "AD", "adm0_sr": 3, "name": "Canillo", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AD.CA", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 20, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 7, "mapcolor9": 1, "mapcolor13": 8, "fips": "AN02", "fips_alt": null, "woe_id": 20070557, "woe_label": "Canillo, AD, Andorra", "woe_name": "Canillo", "latitude": 42.584200000000003, "longitude": 1.6054299999999999, "sov_a3": "AND", "adm0_a3": "AND", "adm0_label": 5, "admin": "Andorra", "geonunit": "Andorra", "gu_a3": "AND", "gn_id": 3041203, "gn_name": "Canillo", "gns_id": -1394804, "gns_name": "Canillo, Parroquia de", "gn_level": 1, "gn_region": null, "gn_a1_code": "AD.02", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AN02", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.761110643619048, 42.567642440455614 ], [ 1.765090780000151, 42.563372091000048 ], [ 1.739976033000119, 42.561640930000095 ], [ 1.721682577000138, 42.548515116000033 ], [ 1.717091134726388, 42.539890071128212 ], [ 1.710287808335693, 42.544806666594326 ], [ 1.700620274406134, 42.549268605261858 ], [ 1.69020908388211, 42.552986888234301 ], [ 1.686490800909752, 42.565629047642432 ], [ 1.682772518836657, 42.574552925876759 ], [ 1.668643046239566, 42.570090987209227 ], [ 1.649307977481158, 42.570090987209227 ], [ 1.628485596433137, 42.567860017425829 ], [ 1.604688589007196, 42.564141735352848 ], [ 1.585353520248788, 42.564141735352848 ], [ 1.571224047651697, 42.564141735352848 ], [ 1.555607261865646, 42.562654422163774 ], [ 1.557838230749752, 42.574552925876759 ], [ 1.564531139200767, 42.584220459806403 ], [ 1.574942329724678, 42.59165702485177 ], [ 1.588328146626708, 42.594631650330427 ], [ 1.598739337150704, 42.597606276708262 ], [ 1.598739337150704, 42.606530154043384 ], [ 1.597349081247529, 42.621921489342554 ], [ 1.608304484000143, 42.61812327100003 ], [ 1.721992635000049, 42.609855042000078 ], [ 1.713310995000086, 42.589546204000072 ], [ 1.729434041000047, 42.582001445000117 ], [ 1.752688435000067, 42.576678772000065 ], [ 1.761107147000132, 42.567646197000016 ], [ 1.761110643619048, 42.567642440455614 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AND-4880", "OBJECTID_1": 6407, "diss_me": 4880, "adm1_cod_1": "AND-4880", "iso_3166_2": "AD-03", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Encamp", "iso_a2": "AD", "adm0_sr": 3, "name": "Encamp", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AD.EN", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 20, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 6, "mapcolor9": 1, "mapcolor13": 8, "fips": "AN03", "fips_alt": null, "woe_id": 20070558, "woe_label": "Encamp, AD, Andorra", "woe_name": "Encamp", "latitude": 42.5381, "longitude": 1.6440999999999999, "sov_a3": "AND", "adm0_a3": "AND", "adm0_label": 5, "admin": "Andorra", "geonunit": "Andorra", "gu_a3": "AND", "gn_id": 3040684, "gn_name": "Parroquia d'Encamp", "gns_id": -1395328, "gns_name": "Encamp, Parroquia d'", "gn_level": 1, "gn_region": null, "gn_a1_code": "AD.03", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AN03", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.717091134726388, 42.539890071128212 ], [ 1.710623820000137, 42.527741191000075 ], [ 1.707006470000067, 42.502781474000102 ], [ 1.697498006000075, 42.494461569000123 ], [ 1.68633589600006, 42.490611675000082 ], [ 1.674243611000065, 42.49050832100005 ], [ 1.662358032000043, 42.493712260000024 ], [ 1.659774210000137, 42.496812846000068 ], [ 1.656983683016847, 42.497639669211736 ], [ 1.65376991614869, 42.509854812049952 ], [ 1.641127756740559, 42.518035033689841 ], [ 1.629229253027574, 42.522496972357345 ], [ 1.608406871080206, 42.523984285546305 ], [ 1.59279008529424, 42.521753315762908 ], [ 1.579404268392295, 42.526958911024877 ], [ 1.576429642913752, 42.53588278925929 ], [ 1.568993077868299, 42.538857414737947 ], [ 1.556350918460168, 42.538113758143396 ], [ 1.556350918460168, 42.552243231639778 ], [ 1.555607261865646, 42.562654422163774 ], [ 1.571224047651697, 42.564141735352848 ], [ 1.585353520248788, 42.564141735352848 ], [ 1.604688589007196, 42.564141735352848 ], [ 1.628485596433137, 42.567860017425829 ], [ 1.649307977481158, 42.570090987209227 ], [ 1.668643046239566, 42.570090987209227 ], [ 1.682772518836657, 42.574552925876759 ], [ 1.686490800909752, 42.565629047642432 ], [ 1.69020908388211, 42.552986888234301 ], [ 1.700620274406134, 42.549268605261858 ], [ 1.710287808335693, 42.544806666594326 ], [ 1.717091134726388, 42.539890071128212 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AND-4881", "OBJECTID_1": 6408, "diss_me": 4881, "adm1_cod_1": "AND-4881", "iso_3166_2": "AD-08", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Escaldes-Engordany", "iso_a2": "AD", "adm0_sr": 3, "name": "Escaldes-Engordany", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AD.EE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 20, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 18, "mapcolor9": 1, "mapcolor13": 8, "fips": "AN08", "fips_alt": null, "woe_id": 20070554, "woe_label": "Escaldes-Engordany, AD, Andorra", "woe_name": "Escaldes-Engordany", "latitude": 42.494999999999997, "longitude": 1.5942799999999999, "sov_a3": "AND", "adm0_a3": "AND", "adm0_label": 5, "admin": "Andorra", "geonunit": "Andorra", "gu_a3": "AND", "gn_id": 3338529, "gn_name": "Parroquia d'Escaldes-Engordany", "gns_id": 9038716, "gns_name": "Escaldes-Engordany", "gn_level": 1, "gn_region": null, "gn_a1_code": "AD.08", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "tur", "gns_adm1": "AN08", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.59279008529424, 42.521753315762908 ], [ 1.608406871080206, 42.523984285546305 ], [ 1.629229253027574, 42.522496972357345 ], [ 1.641127756740559, 42.518035033689841 ], [ 1.65376991614869, 42.509854812049952 ], [ 1.656983683016847, 42.497639669211736 ], [ 1.653986450000048, 42.496528626000099 ], [ 1.650369100000063, 42.493402202000141 ], [ 1.639517049000119, 42.466427104000019 ], [ 1.607477661000104, 42.456427714000085 ], [ 1.572664978317505, 42.453074853704038 ], [ 1.569736734462737, 42.465235423575905 ], [ 1.568249421273777, 42.475646614099986 ], [ 1.574942329724678, 42.484570492334313 ], [ 1.564531139200767, 42.486057804624011 ], [ 1.548170696820193, 42.484570492334313 ], [ 1.529579284656307, 42.482339522550916 ], [ 1.516193468653654, 42.486057804624011 ], [ 1.499089369678615, 42.489032431001846 ], [ 1.507269590419241, 42.49275071307494 ], [ 1.519168094132283, 42.497956308336967 ], [ 1.527348315772173, 42.508367498860991 ], [ 1.533297567628665, 42.516547720500881 ], [ 1.53850316289072, 42.521753315762908 ], [ 1.549658010009153, 42.529933537402798 ], [ 1.556350918460168, 42.538113758143396 ], [ 1.568993077868299, 42.538857414737947 ], [ 1.576429642913752, 42.53588278925929 ], [ 1.579404268392295, 42.526958911024877 ], [ 1.59279008529424, 42.521753315762908 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "AND-4882", "OBJECTID_1": 6409, "diss_me": 4882, "adm1_cod_1": "AND-4882", "iso_3166_2": "AD-06", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Sant_Juli%C3%A0_de_L%C3%B2ria", "iso_a2": "AD", "adm0_sr": 3, "name": "Sant Julià de Lòria", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AD.JL", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 20, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 19, "mapcolor9": 1, "mapcolor13": 8, "fips": "AN06", "fips_alt": null, "woe_id": 20070564, "woe_label": "Sant Julià de Lòria, AD, Andorra", "woe_name": "Sant Julià de Lòria", "latitude": 42.451099999999997, "longitude": 1.4797499999999999, "sov_a3": "AND", "adm0_a3": "AND", "adm0_label": 5, "admin": "Andorra", "geonunit": "Andorra", "gu_a3": "AND", "gn_id": 3039162, "gn_name": "Parroquia de Sant Julia de Loria", "gns_id": -1396865, "gns_name": "Sant Julia de Loria", "gn_level": 1, "gn_region": null, "gn_a1_code": "AD.06", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AN06", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1.499089369678615, 42.489032431001846 ], [ 1.516193468653654, 42.486057804624011 ], [ 1.529579284656307, 42.482339522550916 ], [ 1.548170696820193, 42.484570492334313 ], [ 1.564531139200767, 42.486057804624011 ], [ 1.574942329724678, 42.484570492334313 ], [ 1.568249421273777, 42.475646614099986 ], [ 1.569736734462737, 42.465235423575905 ], [ 1.572664978317505, 42.453074853704038 ], [ 1.544432414000084, 42.450355734000141 ], [ 1.538851359000063, 42.445653178000072 ], [ 1.534510539000081, 42.439917094000094 ], [ 1.528206014000091, 42.434232686000058 ], [ 1.516630493000122, 42.429504293000093 ], [ 1.508465617000127, 42.428677470000054 ], [ 1.447900838000066, 42.434646098000087 ], [ 1.436428670000055, 42.440950623000077 ], [ 1.436428670000055, 42.453482158000099 ], [ 1.407593221000099, 42.486761780000052 ], [ 1.424543090000014, 42.492472026000087 ], [ 1.43022749800005, 42.493557231000096 ], [ 1.44996789500118, 42.504073384239575 ], [ 1.459675576466708, 42.509854812049952 ], [ 1.473061392469276, 42.515060407311893 ], [ 1.487190865965658, 42.518035033689841 ], [ 1.488678179154704, 42.509111155455514 ], [ 1.489421834849765, 42.503161903598937 ], [ 1.493140117822236, 42.493494369669463 ], [ 1.499089369678615, 42.489032431001846 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/and.topo.json
Normal file
1
chartjs/plugins/maps/and.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"and":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"name":"Andorra la Vella"},"id":"AD.AN","arcs":[[0,1,2]]},{"type":"Polygon","properties":{"name":"La Massana"},"id":"AD.MA","arcs":[[3,-2,4,5,6]]},{"type":"Polygon","properties":{"name":"Ordino"},"id":"AD.OR","arcs":[[7,-7,8]]},{"type":"Polygon","properties":{"name":"Canillo"},"id":"AD.CA","arcs":[[9,-8,10]]},{"type":"Polygon","properties":{"name":"Encamp"},"id":"AD.EN","arcs":[[11,12,-4,-10]]},{"type":"Polygon","properties":{"name":"Escaldes-Engordany"},"id":"AD.EE","arcs":[[13,14,-3,-13]]},{"type":"Polygon","properties":{"name":"Sant Julià de Lòria"},"id":"AD.JL","arcs":[[-15,15,-5,-1]]}]}},"arcs":[[[2583,2735],[-166,202],[-104,438],[-21,269],[-41,405]],[[2251,4049],[435,303],[415,337],[394,101],[332,168],[352,0]],[[4179,4958],[-186,-370],[-311,-371],[-146,-236],[-165,-370],[-229,-472],[-331,-236],[-228,-168]],[[4158,6070],[21,-471],[0,-641]],[[2251,4049],[-394,-135],[-373,-236],[-271,-262]],[[1213,3416],[-95,717],[-490,524],[-628,-101],[92,516],[461,959],[3,175],[-233,190],[34,427],[156,458],[124,272],[616,302]],[[1253,7855],[231,-235],[311,0],[290,-67],[145,-236],[166,-573],[249,-303],[394,-135],[477,-135],[373,-67],[269,-34]],[[5322,8756],[39,-698],[0,-404],[-290,-135],[-373,-135],[-291,-336],[-186,-439],[-63,-539]],[[1253,7855],[430,1786],[882,-55],[818,376],[426,37],[1513,-1243]],[[8661,5039],[-190,223],[-269,202],[-291,168],[-103,573],[-104,404],[-394,-202],[-539,0],[-581,-101],[-663,-168],[-539,0],[-394,0],[-436,-68]],[[5322,8756],[306,-172],[3169,-375],[-242,-920],[450,-342],[648,-241],[235,-409],[0,-1],[111,-193],[-700,-79],[-510,-594],[-128,-391]],[[8661,5039],[-181,-551],[-100,-1130],[-266,-377],[-311,-175],[-337,-4],[-331,145],[-72,140],[-78,38]],[[6985,3125],[-90,553],[-352,371],[-332,202],[-580,67],[-436,-101],[-373,236],[-83,404],[-207,135],[-353,-34]],[[6985,3125],[-84,-51],[-101,-141],[-302,-1223],[-893,-453],[-971,-152]],[[4634,1105],[-82,551],[-41,472],[187,404],[-291,68],[-456,-68],[-518,-101],[-373,169],[-477,135]],[[4634,1105],[-787,-123],[-156,-213],[-121,-260],[-176,-257],[-322,-215],[-228,-37],[-1688,270],[-320,286],[0,568],[-804,1508],[472,258],[159,50],[550,476]]],"transform":{"scale":[0.000035867030803085296,0.000022070627462744262],"translate":[1.406456339000101,42.42867747000005]}}
|
||||||
15
chartjs/plugins/maps/are.json
Normal file
15
chartjs/plugins/maps/are.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/are.topo.json
Normal file
1
chartjs/plugins/maps/are.topo.json
Normal file
File diff suppressed because one or more lines are too long
30
chartjs/plugins/maps/arg.json
Normal file
30
chartjs/plugins/maps/arg.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/arg.topo.json
Normal file
1
chartjs/plugins/maps/arg.topo.json
Normal file
File diff suppressed because one or more lines are too long
17
chartjs/plugins/maps/arm.json
Normal file
17
chartjs/plugins/maps/arm.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/arm.topo.json
Normal file
1
chartjs/plugins/maps/arm.topo.json
Normal file
File diff suppressed because one or more lines are too long
11
chartjs/plugins/maps/asm.json
Normal file
11
chartjs/plugins/maps/asm.json
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ASM-4998", "OBJECTID_1": 6515, "diss_me": 4998, "adm1_cod_1": "ASM-4998", "iso_3166_2": "AS-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Eastern_District,_American_Samoa", "iso_a2": "AS", "adm0_sr": 5, "name": "Eastern", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AS.ET", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 8, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 7, "mapcolor9": 1, "mapcolor13": 1, "fips": "60010", "fips_alt": null, "woe_id": 24549646, "woe_label": null, "woe_name": "Eastern", "latitude": -14.272, "longitude": -170.63900000000001, "sov_a3": "US1", "adm0_a3": "ASM", "adm0_label": 7, "admin": "American Samoa", "geonunit": "American Samoa", "gu_a3": "ASM", "gn_id": 5881219, "gn_name": "Eastern District", "gns_id": 0, "gns_name": null, "gn_level": 1, "gn_region": null, "gn_a1_code": "AS.010", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -170.591013149999952, -14.264825127999899 ], [ -170.576242641999897, -14.252536716999927 ], [ -170.567250128999859, -14.258558851999936 ], [ -170.568470831999889, -14.270928643999881 ], [ -170.584177212999947, -14.2777645809999 ], [ -170.64232337099989, -14.280694268999923 ], [ -170.659291144999884, -14.285251559999963 ], [ -170.683583136999943, -14.30282968499999 ], [ -170.692633467454698, -14.314819686183981 ], [ -170.701237881323124, -14.312482409335743 ], [ -170.713854815647181, -14.314423476362322 ], [ -170.714825348710775, -14.300836008974656 ], [ -170.721506314082461, -14.289239190967876 ], [ -170.698475714999887, -14.260511976999894 ], [ -170.661447719999956, -14.252373955999971 ], [ -170.620065883999928, -14.254571221999953 ], [ -170.591013149999952, -14.264825127999899 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ASM-4999", "OBJECTID_1": 6516, "diss_me": 4999, "adm1_cod_1": "ASM-4999", "iso_3166_2": "AS-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Manu%27a_District,_American_Samoa", "iso_a2": "AS", "adm0_sr": 5, "name": "Manu's", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AS.MA", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 8, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 6, "mapcolor9": 1, "mapcolor13": 1, "fips": "60020", "fips_alt": null, "woe_id": 24549644, "woe_label": null, "woe_name": "Manua", "latitude": -14.2338, "longitude": -169.49299999999999, "sov_a3": "US1", "adm0_a3": "ASM", "adm0_label": 7, "admin": "American Samoa", "geonunit": "American Samoa", "gu_a3": "ASM", "gn_id": 5881436, "gn_name": "Manu'a District", "gns_id": 0, "gns_name": null, "gn_level": 1, "gn_region": null, "gn_a1_code": "AS.020", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -169.440134243999893, -14.245293877999956 ], [ -169.447132941999882, -14.255629164999874 ], [ -169.460153774999867, -14.250420830999957 ], [ -169.468088344999927, -14.258721612999949 ], [ -169.476185675999858, -14.262383722 ], [ -169.484974738999938, -14.261976820999891 ], [ -169.494862433999941, -14.257256768999895 ], [ -169.498361782999922, -14.266045830999943 ], [ -169.504261847999857, -14.270603122999901 ], [ -169.512521938999953, -14.271742445999848 ], [ -169.52281653599988, -14.270928643999838 ], [ -169.525502081999946, -14.258965752999899 ], [ -169.529286261999857, -14.248793226999936 ], [ -169.534779425999886, -14.241143487999921 ], [ -169.54267330599987, -14.236748955999843 ], [ -169.527536587999862, -14.226006768999923 ], [ -169.506459113999853, -14.22226327899989 ], [ -169.463856574999909, -14.22323984199987 ], [ -169.444040493999893, -14.230645440999936 ], [ -169.440134243999893, -14.245293877999956 ] ] ], [ [ [ -169.635609503999859, -14.177015882999868 ], [ -169.660145636999886, -14.189141533999859 ], [ -169.669748501999862, -14.187920830999843 ], [ -169.676218227999954, -14.174899997999859 ], [ -169.676177537999877, -14.174899997999859 ], [ -169.668161587999919, -14.16912200299997 ], [ -169.658192511999943, -14.16887786299985 ], [ -169.647165493999893, -14.172133070999891 ], [ -169.635609503999859, -14.177015882999868 ] ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ASM-5000", "OBJECTID_1": 3585, "diss_me": 5000, "adm1_cod_1": "ASM-5000", "iso_3166_2": "AS-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Rose_Atoll", "iso_a2": "AS", "adm0_sr": 5, "name": "Rose Atoll", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AS.UU", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 8, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 1, "mapcolor13": 1, "fips": "60030", "fips_alt": null, "woe_id": -99, "woe_label": null, "woe_name": null, "latitude": -14.525, "longitude": -168.166, "sov_a3": "US1", "adm0_a3": "ASM", "adm0_label": 7, "admin": "American Samoa", "geonunit": "American Samoa", "gu_a3": "ASM", "gn_id": 7309441, "gn_name": "Rose Atoll", "gns_id": 0, "gns_name": null, "gn_level": 1, "gn_region": null, "gn_a1_code": "AS.030", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -168.161569790999891, -14.532891533999944 ], [ -168.173085089999915, -14.523695570999891 ], [ -168.163522915999948, -14.519789320999891 ], [ -168.16047115799995, -14.520928643999923 ], [ -168.161569790999891, -14.532891533999944 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ASM-5001", "OBJECTID_1": 6513, "diss_me": 5001, "adm1_cod_1": "ASM-5001", "iso_3166_2": "AS-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Swains_Island", "iso_a2": "AS", "adm0_sr": 5, "name": "Swain's Island", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AS.UU", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 8, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 14, "mapcolor9": 1, "mapcolor13": 1, "fips": "60040", "fips_alt": null, "woe_id": 24549643, "woe_label": null, "woe_name": "Swains", "latitude": -11.057700000000001, "longitude": -171.08000000000001, "sov_a3": "US1", "adm0_a3": "ASM", "adm0_label": 7, "admin": "American Samoa", "geonunit": "American Samoa", "gu_a3": "ASM", "gn_id": 5881199, "gn_name": "Swains Island", "gns_id": 0, "gns_name": null, "gn_level": 1, "gn_region": null, "gn_a1_code": "AS.040", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -171.072824673999946, -11.052504164999988 ], [ -171.073475714999915, -11.062107028999975 ], [ -171.08153235599994, -11.066094658999944 ], [ -171.086537238999881, -11.060316664999988 ], [ -171.085642055999898, -11.051364841999956 ], [ -171.072824673999946, -11.052504164999988 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ASM-5002", "OBJECTID_1": 6514, "diss_me": 5002, "adm1_cod_1": "ASM-5002", "iso_3166_2": "AS-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Western_District,_American_Samoa", "iso_a2": "AS", "adm0_sr": 5, "name": "Western", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AS.WT", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 8, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 7, "mapcolor9": 1, "mapcolor13": 1, "fips": "60050", "fips_alt": null, "woe_id": 24549645, "woe_label": null, "woe_name": "Western", "latitude": -14.3241, "longitude": -170.768, "sov_a3": "US1", "adm0_a3": "ASM", "adm0_label": 7, "admin": "American Samoa", "geonunit": "American Samoa", "gu_a3": "ASM", "gn_id": 5880873, "gn_name": "Western District", "gns_id": 0, "gns_name": null, "gn_level": 1, "gn_region": null, "gn_a1_code": "AS.050", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -170.713854815647181, -14.314423476362322 ], [ -170.701237881323124, -14.312482409335743 ], [ -170.692633467454698, -14.314819686183981 ], [ -170.721791144999884, -14.353448174999883 ], [ -170.748646613999881, -14.374688408999958 ], [ -170.755482550999886, -14.367120049999912 ], [ -170.796457485999923, -14.339939059999907 ], [ -170.822824673999918, -14.326755466999956 ], [ -170.831247524999952, -14.319431247999944 ], [ -170.788644985999923, -14.294528903999918 ], [ -170.772572394999941, -14.291436455999929 ], [ -170.737863735999895, -14.292087497999972 ], [ -170.721506314082461, -14.289239190967876 ], [ -170.714825348710775, -14.300836008974656 ], [ -170.713854815647181, -14.314423476362322 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/asm.topo.json
Normal file
1
chartjs/plugins/maps/asm.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"asm":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"name":"Eastern"},"id":"AS.ET","arcs":[[0,1]]},{"type":"MultiPolygon","properties":{"name":"Manu's"},"id":"AS.MA","arcs":[[[2]],[[3]]]},{"type":"Polygon","properties":{"name":"Rose Atoll"},"id":"AS.UU","arcs":[[4]]},{"type":"Polygon","properties":{"name":"Swain's Island"},"id":"AS.UU","arcs":[[5]]},{"type":"Polygon","properties":{"name":"Western"},"id":"AS.WT","arcs":[[6,-1]]}]}},"arcs":[[[1346,626],[-29,7],[-43,-6],[-4,39],[-23,34]],[[1247,700],[79,82],[127,24],[141,-7],[99,-29],[51,35],[31,-17],[-5,-36],[-53,-19],[-199,-9],[-58,-13],[-83,-50],[-31,-35]],[[5626,826],[-24,-30],[-44,15],[-27,-24],[-28,-10],[-30,1],[-34,14],[-12,-26],[-20,-13],[-28,-3],[-35,2],[-10,35],[-13,29],[-18,22],[-27,13],[51,30],[72,11],[146,-3],[68,-21],[13,-42]],[[4958,1022],[-84,-35],[-33,4],[-22,37],[1,0],[27,17],[34,0],[38,-9],[39,-14]],[[9995,0],[-39,26],[33,12],[10,-4],[-4,-34]],[[47,9996],[-2,-28],[-28,-11],[-17,16],[3,26],[44,-3]],[[1346,626],[-100,-111],[-91,-61],[-24,22],[-140,78],[-90,38],[-29,21],[146,72],[55,8],[118,-1],[56,8]]],"transform":{"scale":[0.0002926358716871618,0.0003481874879487937],"translate":[-171.08653723899988,-14.532891533999944]}}
|
||||||
8
chartjs/plugins/maps/ata.json
Normal file
8
chartjs/plugins/maps/ata.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/ata.topo.json
Normal file
1
chartjs/plugins/maps/ata.topo.json
Normal file
File diff suppressed because one or more lines are too long
7
chartjs/plugins/maps/atc.json
Normal file
7
chartjs/plugins/maps/atc.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ATC+00?", "OBJECTID_1": 3650, "diss_me": 10012, "adm1_cod_1": "ATC+00?", "iso_3166_2": "AU-", "wikipedia": null, "iso_a2": "AU", "adm0_sr": 5, "name": "Ashmore and Cartier Islands", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "AU", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 aggregation", "name_len": 27, "mapcolor9": 2, "mapcolor13": 7, "fips": null, "fips_alt": null, "woe_id": 23424749, "woe_label": null, "woe_name": "Ashmore and Cartier Islands", "latitude": -12.432499999999999, "longitude": 123.586, "sov_a3": "AU1", "adm0_a3": "ATC", "adm0_label": 2, "admin": "Ashmore and Cartier Islands", "geonunit": null, "gu_a3": "ATC", "gn_id": 0, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "AU.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 123.597015821000127, -12.428317966999899 ], [ 123.597748243000069, -12.438571872999844 ], [ 123.575612826000167, -12.436781507999939 ], [ 123.575043165000011, -12.426608981999905 ], [ 123.597015821000127, -12.428317966999899 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/atc.topo.json
Normal file
1
chartjs/plugins/maps/atc.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"atc":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"name":"Ashmore and Cartier Islands"},"id":"AU","arcs":[[0]]}]}},"arcs":[[[9676,8571],[323,-8571],[-9748,1496],[-251,8503],[9676,-1428]]],"transform":{"scale":[0.000002270734873493166,0.000001196408740868006],"translate":[123.57504316500001,-12.438571872999844]}}
|
||||||
10
chartjs/plugins/maps/atf.json
Normal file
10
chartjs/plugins/maps/atf.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/atf.topo.json
Normal file
1
chartjs/plugins/maps/atf.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"atf":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","properties":{"name":"Archipel des Kerguelen"},"id":"TF","arcs":[[[0]],[[1]],[[2]],[[3]],[[4]],[[5]],[[6]],[[7]],[[8]]]},{"type":"MultiPolygon","properties":{"name":"Archipel des Crozet"},"id":"TF","arcs":[[[9]],[[10]]]},{"type":"MultiPolygon","properties":{"name":"Iles Saint-Paul et Nouvelle-Amsterdam"},"id":"TF","arcs":[[[11]],[[12]]]},{"type":"MultiPolygon","properties":{"name":"Iles Eparses de l'ocean Indien"},"id":"TF","arcs":[[[13]],[[14]],[[15]],[[16]],[[17]],[[18]]]}]}},"arcs":[[[8002,41],[-3,-3],[-3,1],[-13,8],[-5,0],[-3,2],[-3,1],[-3,2],[-5,1],[-7,1],[-3,2],[0,2],[12,2],[10,-1],[14,-10],[9,-4],[3,-4]],[[7665,103],[5,0],[8,1],[2,-1],[-1,-4],[-2,-3],[-3,-2],[-5,0],[-4,2],[-14,0],[-6,1],[-6,2],[5,6],[3,1],[5,0],[5,0],[8,-3]],[[7903,139],[-5,-5],[-9,3],[-4,-1],[-4,-1],[-3,1],[-4,3],[29,10],[9,0],[0,-2],[-6,-2],[-3,-6]],[[7820,209],[-3,-4],[21,3],[4,0],[-1,-4],[-3,-4],[-4,-4],[-3,-2],[-9,-4],[-4,-4],[1,-3],[3,-5],[-4,-3],[-5,-2],[3,-2],[-24,-7],[-4,2],[0,14],[-1,3],[-2,8],[-1,2],[2,2],[3,2],[3,2],[2,2],[9,9],[6,4],[7,3],[8,2],[7,0],[-3,-5],[-8,-5]],[[7793,226],[1,-5],[3,0],[2,-1],[-1,-2],[-2,-1],[-2,-1],[-3,-2],[-2,-4],[-4,-7],[-5,-6],[-3,-2],[-3,-2],[-3,1],[-1,3],[3,9],[0,1],[3,7],[5,6],[6,5],[6,1]],[[7861,220],[-5,-1],[-5,2],[-4,4],[-4,4],[-3,5],[9,0],[13,-7],[9,-1],[-2,-3],[-4,-2],[-4,-1]],[[7729,242],[-20,-25],[4,2],[4,3],[6,1],[7,-2],[-3,9],[8,3],[4,-7],[14,18],[20,9],[6,0],[4,-5],[-9,-5],[-12,-4],[8,-6],[7,6],[0,-10],[-9,-9],[-13,-6],[-7,-11],[7,4],[8,3],[-7,-14],[-17,-10],[-4,-9],[-2,-12],[10,-2],[8,-3],[-3,19],[13,12],[10,-4],[7,-9],[1,-10],[2,-8],[9,-3],[9,3],[27,8],[23,17],[3,-4],[2,-5],[-2,-5],[-3,-3],[4,-2],[5,2],[13,22],[18,11],[0,-7],[2,-7],[5,-2],[-9,-3],[-4,-6],[14,0],[10,-3],[-8,-4],[-12,-4],[16,-2],[0,-7],[-15,-2],[-14,-1],[-6,2],[-7,1],[-22,3],[-16,-9],[-7,-5],[-8,-4],[4,-3],[7,3],[7,3],[18,9],[14,-4],[-12,-4],[-12,-4],[17,-3],[-2,-5],[9,-2],[6,-5],[10,0],[0,-1],[0,-1],[-16,-1],[-16,-6],[22,1],[23,2],[20,2],[18,2],[-16,-9],[-22,-5],[18,-2],[16,1],[11,6],[9,7],[2,-4],[2,-4],[7,7],[9,5],[-1,5],[-1,3],[5,1],[6,0],[0,5],[6,2],[6,1],[4,4],[10,4],[10,3],[15,3],[16,-4],[-1,-3],[-1,-3],[14,1],[10,6],[10,15],[17,6],[19,-1],[18,-4],[12,-6],[2,-13],[5,-10],[5,-9],[-3,-13],[-8,-11],[-16,-12],[-19,2],[-9,2],[-6,-3],[-1,-5],[-5,-2],[21,-7],[19,-9],[-23,2],[-24,-2],[-11,21],[-28,5],[-10,-2],[-10,-3],[-12,0],[-13,2],[-19,3],[-20,-3],[14,-4],[14,-6],[-4,-2],[-3,-1],[6,-4],[6,-4],[-6,-2],[-6,-1],[-8,6],[-8,6],[-6,1],[-6,-3],[1,-4],[5,-9],[-16,8],[-17,5],[6,-6],[8,-4],[6,-4],[2,-4],[4,-1],[3,-3],[1,-6],[2,-5],[21,-8],[22,-2],[21,-7],[22,-6],[-19,12],[-5,14],[12,2],[12,2],[11,-2],[10,-4],[20,-1],[8,-11],[-18,-11],[-24,-1],[17,-3],[12,-6],[-8,-9],[-14,1],[-10,-2],[-8,-6],[-15,0],[-14,4],[-22,-1],[-20,6],[-9,10],[-9,10],[-1,11],[-1,11],[-11,5],[-12,0],[4,-4],[0,-5],[-9,6],[-9,2],[9,-11],[11,-9],[-1,-15],[-12,-7],[-10,2],[-9,3],[-16,1],[-17,3],[-13,7],[-12,10],[-13,1],[-11,0],[-6,10],[-9,9],[-6,-2],[2,-5],[-1,-1],[-2,-1],[5,-6],[4,-7],[-13,5],[-11,10],[4,-7],[3,-7],[2,-4],[-6,-4],[-1,-6],[-9,5],[-3,11],[-5,6],[-3,-11],[8,-17],[-10,-12],[-11,-5],[-11,-3],[-3,1],[-2,1],[-4,0],[-5,0],[-13,-1],[-13,0],[-11,2],[-7,9],[1,6],[3,6],[0,10],[5,7],[7,8],[5,7],[-5,6],[11,6],[10,8],[-7,9],[-2,8],[-6,1],[-11,-1],[14,10],[17,2],[0,4],[0,5],[-8,-3],[-15,-1],[-5,5],[4,2],[5,0],[-15,7],[-5,11],[-3,5],[2,3],[4,-4],[6,-4],[13,9],[19,7],[-20,-1],[-14,5],[6,3],[7,2],[-11,0],[-10,0],[1,4],[2,3],[-9,2],[2,8],[10,1],[9,-3],[-4,10],[0,13],[13,0],[11,-2],[-7,8],[-7,7],[-7,7],[-7,7],[-1,4],[6,2],[10,5],[11,-1],[1,6],[1,5],[7,4],[1,8],[-3,4],[4,6],[5,7],[16,5],[15,-1],[-3,-4],[5,-5],[-2,-6],[11,-3],[-35,-19]],[[7646,282],[-6,-1],[-6,1],[-3,2],[4,2],[7,1],[5,0],[2,-3],[-3,-2]],[[7683,293],[-5,-3],[-3,3],[1,5],[3,4],[7,1],[3,-3],[-1,-4],[-5,-3]],[[3213,867],[-12,-10],[-9,1],[-5,0],[-3,-1],[-8,1],[-6,2],[-5,4],[-5,5],[-3,7],[3,4],[18,9],[6,0],[5,-4],[2,-6],[2,-2],[4,0],[7,-1],[2,-1],[3,-2],[4,-6]],[[2793,942],[-5,0],[-9,3],[-6,0],[-4,3],[-2,4],[-1,6],[4,2],[20,3],[4,-3],[3,-5],[1,-5],[-1,-5],[-4,-3]],[[9988,2877],[-2,0],[-5,1],[-1,1],[-2,5],[1,2],[3,1],[2,-1],[1,-1],[3,-4],[2,-2],[-2,-2]],[[9994,3099],[-8,-3],[-8,5],[-5,8],[5,8],[10,1],[8,-6],[3,-9],[-5,-4]],[[183,7173],[-5,-6],[-5,-1],[-3,2],[-2,3],[0,4],[2,3],[3,1],[2,0],[2,-1],[1,-3],[-1,-1],[-2,-1],[0,-2],[1,-1],[3,0],[2,3],[0,4],[0,2],[2,0],[0,-6]],[[1,7393],[-1,0],[0,1],[1,-1]],[[10,7407],[-1,0],[0,1],[1,-1]],[[809,8556],[-2,-4],[-7,3],[3,2],[6,-1]],[[3913,8864],[0,-3],[-2,1],[2,2]],[[2007,9999],[2,-5],[-5,1],[3,4]]],"transform":{"scale":[0.003789506554855481,0.0038174797297729876],"translate":[39.6939396490001,-49.72161223799989]}}
|
||||||
14
chartjs/plugins/maps/atg.json
Normal file
14
chartjs/plugins/maps/atg.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ATG-5091", "OBJECTID_1": 6313, "diss_me": 5091, "adm1_cod_1": "ATG-5091", "iso_3166_2": "AG-10", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Barbuda", "iso_a2": "AG", "adm0_sr": 1, "name": "Barbuda", "name_alt": null, "name_local": null, "type": "Dependency", "type_en": "Dependency", "code_local": null, "code_hasc": "AG.BB", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 7, "mapcolor9": 5, "mapcolor13": 5, "fips": "AC01", "fips_alt": null, "woe_id": 2344541, "woe_label": "Barbuda, AG, Antigua and Barbuda", "woe_name": "Barbuda", "latitude": 17.615500000000001, "longitude": -61.792000000000002, "sov_a3": "ATG", "adm0_a3": "ATG", "adm0_label": 6, "admin": "Antigua and Barbuda", "geonunit": "Barbuda", "gu_a3": "ACB", "gn_id": 3576390, "gn_name": "Barbuda", "gns_id": -1323145, "gns_name": "Barbuda", "gn_level": 1, "gn_region": null, "gn_a1_code": "AG.01", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AC01", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -61.838937954999977, 17.593329169000071 ], [ -61.85179602799991, 17.586574611000032 ], [ -61.857289191999939, 17.600978908000087 ], [ -61.859364386999857, 17.641791083000072 ], [ -61.863921678999901, 17.660142320000119 ], [ -61.869740363999938, 17.675482489000075 ], [ -61.873850063999896, 17.691148179000038 ], [ -61.873036261999886, 17.710638739000018 ], [ -61.869374152999939, 17.707342841000099 ], [ -61.867827928999901, 17.704087632000039 ], [ -61.86620032499988, 17.696356512000136 ], [ -61.860096808999884, 17.684230861000032 ], [ -61.84422766799986, 17.665961005000071 ], [ -61.838937954999977, 17.655422268000109 ], [ -61.839222785999908, 17.641424872000044 ], [ -61.8431697259999, 17.62958405200007 ], [ -61.8431697259999, 17.620184637000051 ], [ -61.831450975999928, 17.613836981000134 ], [ -61.82648678299995, 17.632473049000112 ], [ -61.825021938999896, 17.657945054000038 ], [ -61.831206834999875, 17.680487372000101 ], [ -61.849191860999923, 17.69013092700007 ], [ -61.856434699999937, 17.701076565000051 ], [ -61.851673956999946, 17.7202822940001 ], [ -61.837798631999931, 17.727687893000081 ], [ -61.817860480999855, 17.703192450000046 ], [ -61.824574347999913, 17.699367580000029 ], [ -61.831450975999928, 17.696356512000136 ], [ -61.818226691999968, 17.691839911000073 ], [ -61.797271287999934, 17.698797919000071 ], [ -61.784291144999941, 17.696356512000136 ], [ -61.768177863999966, 17.684637762000136 ], [ -61.75426184799997, 17.668768622000101 ], [ -61.743275519999912, 17.651353257000039 ], [ -61.735910610999923, 17.634914455000057 ], [ -61.728749152999882, 17.604966539000088 ], [ -61.727772589999915, 17.588446356000105 ], [ -61.729644334999875, 17.572821356000105 ], [ -61.736398891999926, 17.554022528000075 ], [ -61.743275519999912, 17.55060455900005 ], [ -61.753570115999935, 17.551499742000146 ], [ -61.770659959999875, 17.545558986000032 ], [ -61.776966925999915, 17.563421942000105 ], [ -61.794748501999919, 17.576117255000071 ], [ -61.838937954999977, 17.593329169000071 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ATG-5092", "OBJECTID_1": 6598, "diss_me": 5092, "adm1_cod_1": "ATG-5092", "iso_3166_2": "AG-11", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Redonda", "iso_a2": "AG", "adm0_sr": 1, "name": "Redonda", "name_alt": null, "name_local": null, "type": "Dependency", "type_en": "Dependency", "code_local": null, "code_hasc": "AG.RD", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 7, "mapcolor9": 5, "mapcolor13": 5, "fips": "AC09", "fips_alt": null, "woe_id": -99, "woe_label": null, "woe_name": null, "latitude": 16.933499999999999, "longitude": -62.346699999999998, "sov_a3": "ATG", "adm0_a3": "ATG", "adm0_label": 6, "admin": "Antigua and Barbuda", "geonunit": "Antigua", "gu_a3": "ACA", "gn_id": 3576037, "gn_name": "Redonda", "gns_id": 11658784, "gns_name": "Redonda", "gn_level": 1, "gn_region": null, "gn_a1_code": "AG.09", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "kor", "gns_adm1": "AC09", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -62.345589180021989, 16.93913955217451 ], [ -62.344605069062879, 16.94040483769345 ], [ -62.343058608984137, 16.940896893173033 ], [ -62.342918021704264, 16.938366322135153 ], [ -62.343058608984137, 16.935062521057887 ], [ -62.344464481783007, 16.932531950020035 ], [ -62.347065346460766, 16.931969600900487 ], [ -62.348260338339827, 16.933656648259102 ], [ -62.347276227380604, 16.93738221117593 ], [ -62.345589180021989, 16.93913955217451 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ATG-5093", "OBJECTID_1": 6599, "diss_me": 5093, "adm1_cod_1": "ATG-5093", "iso_3166_2": "AG-03", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Saint_George_Parish_(Antigua_and_Barbuda)", "iso_a2": "AG", "adm0_sr": 1, "name": "Saint George", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "AG.GE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 12, "mapcolor9": 5, "mapcolor13": 5, "fips": "AC03", "fips_alt": null, "woe_id": 2344542, "woe_label": "Saint George, AG, Antigua and Barbuda", "woe_name": "Saint George", "latitude": 17.1084, "longitude": -61.7804, "sov_a3": "ATG", "adm0_a3": "ATG", "adm0_label": 6, "admin": "Antigua and Barbuda", "geonunit": "Antigua", "gu_a3": "ACA", "gn_id": 3576024, "gn_name": "Parish of Saint George", "gns_id": -1323512, "gns_name": "Saint George", "gn_level": 1, "gn_region": null, "gn_a1_code": "AG.03", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AC03", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -61.756418424135433, 17.114162502048913 ], [ -61.761963994742501, 17.108163808213106 ], [ -61.756861804428695, 17.10000030317147 ], [ -61.755841366186075, 17.089795920745132 ], [ -61.767066185955656, 17.085714168673945 ], [ -61.774209252754787, 17.071428034176421 ], [ -61.78135232045318, 17.074489348904279 ], [ -61.795638454051442, 17.083673292188706 ], [ -61.793597578465381, 17.094898111958315 ], [ -61.796658892294033, 17.116327313254857 ], [ -61.804822398235075, 17.12347038095325 ], [ -61.805842835578403, 17.143879144007286 ], [ -61.79155670198017, 17.144899582249906 ], [ -61.79336503803296, 17.164943752026318 ], [ -61.780669725999871, 17.147162177000041 ], [ -61.773019985999923, 17.1265322940001 ], [ -61.756418424135433, 17.114162502048913 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ATG-5094", "OBJECTID_1": 6600, "diss_me": 5094, "adm1_cod_1": "ATG-5094", "iso_3166_2": "AG-07", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Saint_Peter_Parish_(Antigua_and_Barbuda)", "iso_a2": "AG", "adm0_sr": 1, "name": "Saint Peter", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "AG.PE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 11, "mapcolor9": 5, "mapcolor13": 5, "fips": "AC07", "fips_alt": null, "woe_id": 2344546, "woe_label": "Saint Peter, AG, Antigua and Barbuda", "woe_name": "Saint Peter", "latitude": 17.093499999999999, "longitude": -61.740400000000001, "sov_a3": "ATG", "adm0_a3": "ATG", "adm0_label": 6, "admin": "Antigua and Barbuda", "geonunit": "Antigua", "gu_a3": "ACA", "gn_id": 3576016, "gn_name": "Parish of Saint Peter", "gns_id": -1323520, "gns_name": "Saint Peter", "gn_level": 1, "gn_region": null, "gn_a1_code": "AG.07", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AC07", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -61.714833137019724, 17.093085028175722 ], [ -61.728289535433646, 17.083673292188706 ], [ -61.733391726646829, 17.064284967377318 ], [ -61.748698298487682, 17.060203214406755 ], [ -61.774209252754787, 17.060203214406755 ], [ -61.774209252754787, 17.071428034176421 ], [ -61.767066185955656, 17.085714168673945 ], [ -61.755841366186075, 17.089795920745132 ], [ -61.756861804428695, 17.10000030317147 ], [ -61.761963994742501, 17.108163808213106 ], [ -61.756418424135433, 17.114162502048913 ], [ -61.755441860999895, 17.123032945000119 ], [ -61.752756313999924, 17.128892320000148 ], [ -61.743316209999904, 17.141506252000028 ], [ -61.737619594999927, 17.132961330000114 ], [ -61.729847785999937, 17.127997137000051 ], [ -61.72008216099988, 17.12636953300003 ], [ -61.708607550999943, 17.127834377000084 ], [ -61.71349036399991, 17.122544664000117 ], [ -61.716297980999883, 17.118801174000083 ], [ -61.720529751999976, 17.116115627000113 ], [ -61.729644334999875, 17.114162502000056 ], [ -61.725087042999917, 17.099839585000069 ], [ -61.714833137019724, 17.093085028175722 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ATG-5095", "OBJECTID_1": 6601, "diss_me": 5095, "adm1_cod_1": "ATG-5095", "iso_3166_2": "AG-08", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Saint_Philip_Parish_(Antigua_and_Barbuda)", "iso_a2": "AG", "adm0_sr": 1, "name": "Saint Philip", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "AG.PH", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 12, "mapcolor9": 5, "mapcolor13": 5, "fips": "AC08", "fips_alt": null, "woe_id": 2344547, "woe_label": "Saint Philip, AG, Antigua and Barbuda", "woe_name": "Saint Philip", "latitude": 17.060099999999998, "longitude": -61.702100000000002, "sov_a3": "ATG", "adm0_a3": "ATG", "adm0_label": 6, "admin": "Antigua and Barbuda", "geonunit": "Antigua", "gu_a3": "ACA", "gn_id": 3576015, "gn_name": "Parish of Saint Philip", "gns_id": -1323521, "gns_name": "Saint Philip", "gn_level": 1, "gn_region": null, "gn_a1_code": "AG.08", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AC08", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -61.726226365827131, 17.038478908337396 ], [ -61.733391726646829, 17.064284967377318 ], [ -61.728289535433646, 17.083673292188706 ], [ -61.714833137019724, 17.093085028175722 ], [ -61.70164954299986, 17.093451239000046 ], [ -61.688099738999881, 17.100531317000019 ], [ -61.680653449999909, 17.100531317000019 ], [ -61.67552649599989, 17.095607815000051 ], [ -61.672108527999882, 17.090643622000101 ], [ -61.667591925999943, 17.079413153000104 ], [ -61.674387173999946, 17.079901434000078 ], [ -61.688140428999873, 17.078924872000101 ], [ -61.694935675999915, 17.079413153000104 ], [ -61.685658331999946, 17.068264065000079 ], [ -61.677072719999842, 17.062933661000017 ], [ -61.672189907999979, 17.057562567000076 ], [ -61.674427863999938, 17.045884507000068 ], [ -61.685699022999955, 17.028550523000064 ], [ -61.697010870999918, 17.027818101000037 ], [ -61.709950324999937, 17.034165757000068 ], [ -61.726226365827131, 17.038478908337396 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ATG-5096", "OBJECTID_1": 6602, "diss_me": 5096, "adm1_cod_1": "ATG-5096", "iso_3166_2": "AG-06", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Saint_Paul_Parish_(Antigua_and_Barbuda)", "iso_a2": "AG", "adm0_sr": 1, "name": "Saint Paul", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "AG.PA", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 5, "mapcolor13": 5, "fips": "AC06", "fips_alt": null, "woe_id": 2344545, "woe_label": "Saint Paul, AG, Antigua and Barbuda", "woe_name": "Saint Paul", "latitude": 17.0352, "longitude": -61.767099999999999, "sov_a3": "ATG", "adm0_a3": "ATG", "adm0_label": 6, "admin": "Antigua and Barbuda", "geonunit": "Antigua", "gu_a3": "ACA", "gn_id": 3576017, "gn_name": "Parish of Saint Paul", "gns_id": -1323519, "gns_name": "Saint Paul", "gn_level": 1, "gn_region": null, "gn_a1_code": "AG.06", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AC06", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -61.726226365827131, 17.038478908337396 ], [ -61.733998175999972, 17.034857489000018 ], [ -61.734364386999886, 17.025783596000025 ], [ -61.729644334999875, 17.001166083000015 ], [ -61.737131313999953, 16.989243882000068 ], [ -61.753529425999943, 16.996812242000118 ], [ -61.769764777999882, 17.010972398000149 ], [ -61.776844855999855, 17.018540757000096 ], [ -61.783599412999905, 17.016913153000075 ], [ -61.804066536020827, 17.007310288919456 ], [ -61.810945026791558, 17.023467440370069 ], [ -61.807883712063642, 17.03469226013965 ], [ -61.815026779762121, 17.047957956394555 ], [ -61.806863273821023, 17.056121461436305 ], [ -61.784413634281748, 17.062244090892079 ], [ -61.774209252754787, 17.060203214406755 ], [ -61.748698298487682, 17.060203214406755 ], [ -61.733391726646829, 17.064284967377318 ], [ -61.726226365827131, 17.038478908337396 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ATG-5097", "OBJECTID_1": 6603, "diss_me": 5097, "adm1_cod_1": "ATG-5097", "iso_3166_2": "AG-05", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Saint_Mary_Parish_(Antigua_and_Barbuda)", "iso_a2": "AG", "adm0_sr": 1, "name": "Saint Mary", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "AG.MA", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 5, "mapcolor13": 5, "fips": "AC05", "fips_alt": null, "woe_id": 2344544, "woe_label": "Saint Mary, AG, Antigua and Barbuda", "woe_name": "Saint Mary", "latitude": 17.036799999999999, "longitude": -61.856999999999999, "sov_a3": "ATG", "adm0_a3": "ATG", "adm0_label": 6, "admin": "Antigua and Barbuda", "geonunit": "Antigua", "gu_a3": "ACA", "gn_id": 3576018, "gn_name": "Parish of Saint Mary", "gns_id": -1323518, "gns_name": "Saint Mary", "gn_level": 1, "gn_region": null, "gn_a1_code": "AG.05", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AC05", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -61.835435542815958, 17.042855766080748 ], [ -61.820128970075928, 17.059182776164135 ], [ -61.815026779762121, 17.047957956394555 ], [ -61.807883712063642, 17.03469226013965 ], [ -61.810945026791558, 17.023467440370069 ], [ -61.804066536020827, 17.007310288919456 ], [ -61.817860480999855, 17.004950262000136 ], [ -61.838693813999924, 17.004828192000076 ], [ -61.851714647999927, 17.007635809000107 ], [ -61.883656378999945, 17.026271877000113 ], [ -61.89037024599989, 17.035386460000097 ], [ -61.883615688999953, 17.049017645000049 ], [ -61.87922115799995, 17.060451565000079 ], [ -61.882801886999943, 17.070217190000051 ], [ -61.882435675999915, 17.078802802000041 ], [ -61.866200324892503, 17.086859442354637 ], [ -61.853803429384755, 17.094898111958315 ], [ -61.844619486100413, 17.086734606916565 ], [ -61.827272037774321, 17.082652853946115 ], [ -61.826251599531702, 17.079591539218171 ], [ -61.831353789845508, 17.068366719448591 ], [ -61.835435542815958, 17.042855766080748 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "ATG-5098", "OBJECTID_1": 6604, "diss_me": 5098, "adm1_cod_1": "ATG-5098", "iso_3166_2": "AG-04", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Saint_John_Parish_(Antigua_and_Barbuda)", "iso_a2": "AG", "adm0_sr": 1, "name": "Saint John", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "AG.JO", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 5, "mapcolor13": 5, "fips": "AC04", "fips_alt": null, "woe_id": 2344543, "woe_label": "Saint John, AG, Antigua and Barbuda", "woe_name": "Saint John", "latitude": 17.110099999999999, "longitude": -61.823700000000002, "sov_a3": "ATG", "adm0_a3": "ATG", "adm0_label": 6, "admin": "Antigua and Barbuda", "geonunit": "Antigua", "gu_a3": "ACA", "gn_id": 3576023, "gn_name": "Parish of Saint John", "gns_id": -1323513, "gns_name": "Saint John", "gn_level": 1, "gn_region": null, "gn_a1_code": "AG.04", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "AC04", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -61.79336503803296, 17.164943752026318 ], [ -61.79155670198017, 17.144899582249906 ], [ -61.805842835578403, 17.143879144007286 ], [ -61.804822398235075, 17.12347038095325 ], [ -61.796658892294033, 17.116327313254857 ], [ -61.793597578465381, 17.094898111958315 ], [ -61.795638454051442, 17.083673292188706 ], [ -61.78135232045318, 17.074489348904279 ], [ -61.774209252754787, 17.071428034176421 ], [ -61.774209252754787, 17.060203214406755 ], [ -61.784413634281748, 17.062244090892079 ], [ -61.806863273821023, 17.056121461436305 ], [ -61.815026779762121, 17.047957956394555 ], [ -61.820128970075928, 17.059182776164135 ], [ -61.835435542815958, 17.042855766080748 ], [ -61.831353789845508, 17.068366719448591 ], [ -61.826251599531702, 17.079591539218171 ], [ -61.827272037774321, 17.082652853946115 ], [ -61.844619486100413, 17.086734606916565 ], [ -61.853803429384755, 17.094898111958315 ], [ -61.866200324892503, 17.086859442354637 ], [ -61.873361782999922, 17.089544989000075 ], [ -61.894154425999915, 17.100531317000019 ], [ -61.88312740799995, 17.110500393000109 ], [ -61.865386522999955, 17.117824611000117 ], [ -61.842355923999889, 17.124416408000087 ], [ -61.850453253999916, 17.137640692000048 ], [ -61.848784959999904, 17.149481512000079 ], [ -61.839670376999919, 17.159857489000075 ], [ -61.825266079999949, 17.16876862200013 ], [ -61.79336503803296, 17.164943752026318 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/atg.topo.json
Normal file
1
chartjs/plugins/maps/atg.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"atg":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"name":"Barbuda"},"id":"AG.BB","arcs":[[0]]},{"type":"Polygon","properties":{"name":"Redonda"},"id":"AG.RD","arcs":[[1]]},{"type":"Polygon","properties":{"name":"Saint George"},"id":"AG.GE","arcs":[[2,3,4]]},{"type":"Polygon","properties":{"name":"Saint Peter"},"id":"AG.PE","arcs":[[5,6,7,-3,8]]},{"type":"Polygon","properties":{"name":"Saint Philip"},"id":"AG.PH","arcs":[[9,-6,10]]},{"type":"Polygon","properties":{"name":"Saint Paul"},"id":"AG.PA","arcs":[[11,12,13,-7,-10]]},{"type":"Polygon","properties":{"name":"Saint Mary"},"id":"AG.MA","arcs":[[-13,14,15]]},{"type":"Polygon","properties":{"name":"Saint John"},"id":"AG.JO","arcs":[[-4,-8,-14,-16,16]]}]}},"arcs":[[[7482,8311],[-189,-85],[-81,181],[-30,513],[-67,230],[-86,193],[-60,197],[12,245],[54,-42],[23,-41],[23,-97],[90,-152],[233,-230],[78,-132],[-4,-176],[-58,-149],[0,-118],[172,-80],[73,235],[21,320],[-90,283],[-265,121],[-106,138],[70,241],[204,93],[293,-308],[-99,-48],[-101,-38],[194,-56],[308,87],[191,-31],[236,-147],[205,-199],[161,-219],[108,-207],[106,-376],[14,-208],[-28,-196],[-99,-236],[-101,-43],[-151,11],[-251,-75],[-93,225],[-261,159],[-649,217]],[[39,90],[15,16],[22,6],[2,-32],[-2,-41],[-20,-32],[-38,-7],[-18,21],[14,47],[25,22]],[[8694,2289],[-81,-75],[75,-103],[15,-128],[-165,-51],[-105,-180]],[[8433,1752],[-105,39],[-210,115],[30,141],[-45,270],[-120,89],[-15,257],[210,13],[-27,252]],[[8151,2928],[187,-224],[112,-259],[244,-156]],[[9305,2025],[-198,-119],[-75,-243]],[[9032,1663],[-224,-52],[-375,0]],[[8433,1611],[0,141]],[[8694,2289],[14,112],[40,74],[139,158],[83,-107],[114,-63],[144,-20],[168,18],[-71,-66],[-41,-47],[-63,-34],[-134,-25],[67,-180],[151,-84]],[[9138,1338],[-106,325]],[[9305,2025],[194,4],[199,89],[109,0],[75,-62],[51,-62],[66,-141],[-100,6],[-202,-12],[-100,6],[137,-140],[126,-67],[71,-68],[-32,-147],[-166,-217],[-166,-10],[-190,80],[-239,54]],[[9138,1338],[-115,-45],[-5,-114],[69,-309],[-110,-150],[-240,95],[-239,178],[-104,95],[-99,-21],[-301,-120]],[[7994,947],[-101,203],[45,141],[-105,167]],[[7833,1458],[120,102],[330,77],[150,-26]],[[7994,947],[-202,-30],[-306,-1],[-192,35],[-469,234],[-99,115],[100,171],[64,144],[-52,122],[5,108],[238,101]],[[7081,1946],[183,101],[134,-102],[255,-52],[15,-38],[-75,-141],[-60,-321],[225,206],[75,-141]],[[7081,1946],[-105,34],[-305,138],[162,125],[260,92],[339,83],[-119,166],[24,149],[134,131],[212,112],[468,-48]]],"transform":{"scale":[0.00006807364859884826,0.0000795797871886782],"translate":[-62.34826033833983,16.931969600900487]}}
|
||||||
17
chartjs/plugins/maps/aus.json
Normal file
17
chartjs/plugins/maps/aus.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/aus.topo.json
Normal file
1
chartjs/plugins/maps/aus.topo.json
Normal file
File diff suppressed because one or more lines are too long
15
chartjs/plugins/maps/aut.json
Normal file
15
chartjs/plugins/maps/aut.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/aut.topo.json
Normal file
1
chartjs/plugins/maps/aut.topo.json
Normal file
File diff suppressed because one or more lines are too long
84
chartjs/plugins/maps/aze.json
Normal file
84
chartjs/plugins/maps/aze.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/aze.topo.json
Normal file
1
chartjs/plugins/maps/aze.topo.json
Normal file
File diff suppressed because one or more lines are too long
23
chartjs/plugins/maps/bdi.json
Normal file
23
chartjs/plugins/maps/bdi.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bdi.topo.json
Normal file
1
chartjs/plugins/maps/bdi.topo.json
Normal file
File diff suppressed because one or more lines are too long
17
chartjs/plugins/maps/bel.json
Normal file
17
chartjs/plugins/maps/bel.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bel.topo.json
Normal file
1
chartjs/plugins/maps/bel.topo.json
Normal file
File diff suppressed because one or more lines are too long
18
chartjs/plugins/maps/ben.json
Normal file
18
chartjs/plugins/maps/ben.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/ben.topo.json
Normal file
1
chartjs/plugins/maps/ben.topo.json
Normal file
File diff suppressed because one or more lines are too long
51
chartjs/plugins/maps/bfa.json
Normal file
51
chartjs/plugins/maps/bfa.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bfa.topo.json
Normal file
1
chartjs/plugins/maps/bfa.topo.json
Normal file
File diff suppressed because one or more lines are too long
13
chartjs/plugins/maps/bgd.json
Normal file
13
chartjs/plugins/maps/bgd.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bgd.topo.json
Normal file
1
chartjs/plugins/maps/bgd.topo.json
Normal file
File diff suppressed because one or more lines are too long
34
chartjs/plugins/maps/bgr.json
Normal file
34
chartjs/plugins/maps/bgr.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bgr.topo.json
Normal file
1
chartjs/plugins/maps/bgr.topo.json
Normal file
File diff suppressed because one or more lines are too long
11
chartjs/plugins/maps/bhr.json
Normal file
11
chartjs/plugins/maps/bhr.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bhr.topo.json
Normal file
1
chartjs/plugins/maps/bhr.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"bhr":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","properties":{"name":"Al Janūbīyah"},"id":"BH.SO","arcs":[[[0]],[[1]],[[2]],[[3]],[[4,5,6]]]},{"type":"MultiPolygon","properties":{"name":"Ash Shamālīyah"},"id":"BH.NO","arcs":[[[7]],[[8,9,-7,10]]]},{"type":"Polygon","properties":{"name":"Al Wusţá"},"id":"BH.CE","arcs":[[-5,-10,11]]},{"type":"Polygon","properties":{"name":"Al Manāmah"},"id":"BH.CA","arcs":[[-9,12]]},{"type":"Polygon","properties":{"name":"Al Muḩarraq"},"id":"BH.MU","arcs":[[13]]}]}},"arcs":[[[9898,805],[-86,-72],[-87,18],[-115,18],[-158,-18],[-116,-36],[-100,117],[43,71],[-72,63],[43,62],[144,-8],[144,-9],[274,-27],[115,-72],[-29,-107]],[[9927,1261],[-187,-72],[-101,81],[-43,71],[57,63],[346,-9],[-72,-134]],[[9567,2048],[-58,-125],[-173,-143],[-172,-125],[115,-63],[173,-107],[-87,-72],[-273,36],[-130,-54],[-187,-98],[-87,-54],[101,-188],[173,-134],[43,-89],[-158,-36],[-87,-89],[-28,-117],[129,-53],[101,-81],[-144,-80],[-130,-126],[-115,-125],[58,-89],[-72,-36],[-260,72],[-172,152],[86,134],[173,223],[-15,134],[0,197],[-201,125],[14,126],[29,170],[86,187],[231,206],[302,206],[130,71],[187,-18],[187,81],[231,71],[0,-89]],[[9351,2388],[-245,-54],[-115,108],[173,44],[158,-9],[29,-89]],[[3276,7759],[1023,-187],[270,93],[797,-372]],[[5366,7293],[98,-608],[-50,-1246],[-339,-1557],[-205,-309],[-662,-608],[-3,-2],[-152,427],[-260,469],[-359,456],[-455,393],[-993,630],[-167,391],[445,475],[124,205],[124,206]],[[2512,6615],[554,-14],[541,131],[-180,672],[-151,355]],[[928,7845],[49,-212],[-415,60],[-440,-15],[-122,228],[49,288],[342,212],[244,-45],[244,-76],[0,-243],[49,-197]],[[2808,9357],[-43,-366],[752,-37],[377,-272]],[[3894,8682],[-678,-83],[-271,-149],[331,-691]],[[2512,6615],[0,1],[-130,531],[-346,523],[-387,381],[-93,170],[15,231],[265,668],[166,165],[295,80],[4,-1],[22,0],[485,-7]],[[3894,8682],[981,-480],[231,204],[342,152],[146,-212],[147,-334],[293,-15],[-231,-161],[-13,-264],[-459,-64],[35,-215]],[[2808,9357],[284,-33],[364,-93],[297,-76],[2,1],[937,208],[150,-55],[94,-185],[167,-128],[50,-58],[50,-57],[0,-1],[-128,-150],[-215,-33],[-648,50],[-318,-65]],[[5032,9878],[709,121],[513,-152],[24,-212],[0,-212],[342,-273],[294,-76],[-123,-198],[-122,-75],[-366,121],[-98,197],[-122,197],[-318,46],[-293,30],[-195,-45],[-293,303],[48,228]]],"transform":{"scale":[0.00004393895437117916,0.00007076186353829975],"translate":[50.38052953694208,25.579890923319184]}}
|
||||||
38
chartjs/plugins/maps/bhs.json
Normal file
38
chartjs/plugins/maps/bhs.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bhs.topo.json
Normal file
1
chartjs/plugins/maps/bhs.topo.json
Normal file
File diff suppressed because one or more lines are too long
24
chartjs/plugins/maps/bih.json
Normal file
24
chartjs/plugins/maps/bih.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bih.topo.json
Normal file
1
chartjs/plugins/maps/bih.topo.json
Normal file
File diff suppressed because one or more lines are too long
7
chartjs/plugins/maps/bjn.json
Normal file
7
chartjs/plugins/maps/bjn.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BJN-5486", "OBJECTID_1": 6242, "diss_me": 5486, "adm1_cod_1": "BJN-5486", "iso_3166_2": "-99", "wikipedia": null, "iso_a2": "-1", "adm0_sr": 8, "name": "Bajo Nuevo Bank [Petrel Is.]", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "-99", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 aggregation", "name_len": 28, "mapcolor9": 6, "mapcolor13": 0, "fips": null, "fips_alt": null, "woe_id": -99, "woe_label": null, "woe_name": null, "latitude": 15.7919, "longitude": -79.845799999999997, "sov_a3": "BJN", "adm0_a3": "BJN", "adm0_label": 8, "admin": "Bajo Nuevo Bank (Petrel Is.)", "geonunit": "Bajo Nuevo Bank (Petrel Is.)", "gu_a3": "BJN", "gn_id": 0, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "-1", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -79.842681443999879, 15.795477606000091 ], [ -79.844878709999875, 15.787990627000127 ], [ -79.849273240999963, 15.79185618700005 ], [ -79.842681443999879, 15.795477606000091 ] ] ], [ [ [ -79.986398891999926, 15.794419664000046 ], [ -79.988148566999911, 15.794175523000192 ], [ -79.989287889999872, 15.794948635000125 ], [ -79.987823045999903, 15.796210028000033 ], [ -79.986398891999926, 15.794419664000046 ] ] ], [ [ [ -79.982899542999945, 15.798651434000149 ], [ -79.983754035999937, 15.797919012000037 ], [ -79.984283006999902, 15.799383856000091 ], [ -79.982899542999945, 15.798651434000149 ] ] ], [ [ [ -79.771270311999899, 15.854234117000189 ], [ -79.775705532999979, 15.852687893000152 ], [ -79.77562415299991, 15.85651276200015 ], [ -79.771270311999899, 15.854234117000189 ] ] ], [ [ [ -79.743763800999972, 15.857285874000084 ], [ -79.746490037999934, 15.855210679000081 ], [ -79.745269334999932, 15.858628648000163 ], [ -79.743763800999972, 15.857285874000084 ] ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/bjn.topo.json
Normal file
1
chartjs/plugins/maps/bjn.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"bjn":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","properties":{"name":"Bajo Nuevo Bank [Petrel Is.]"},"id":"-99","arcs":[[[0]],[[1]],[[2]],[[3]],[[4]]]}]}},"arcs":[[[5971,1060],[-90,-1060],[-179,547],[269,513]],[[118,910],[-72,-35],[-46,110],[60,178],[58,-253]],[[260,1509],[-35,-104],[-21,208],[56,-104]],[[8879,9377],[-181,-219],[3,541],[178,-322]],[[9999,9809],[-111,-294],[50,484],[61,-190]]],"transform":{"scale":[0.00002455486438642868,0.0000070645085508587],"translate":[-79.98928788999987,15.787990627000127]}}
|
||||||
7
chartjs/plugins/maps/blm.json
Normal file
7
chartjs/plugins/maps/blm.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BLM-5113", "OBJECTID_1": 3666, "diss_me": 5113, "adm1_cod_1": "BLM-5113", "iso_3166_2": "BL-", "wikipedia": "http:\/\/en.wikipedia.org\/wiki\/Saint_Barth%C3%A9lemy", "iso_a2": "BL", "adm0_sr": 3, "name": "Saint Barthélemy", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": "97 7", "code_hasc": "BL.SB", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 16, "mapcolor9": 9, "mapcolor13": 11, "fips": null, "fips_alt": null, "woe_id": 56042304, "woe_label": null, "woe_name": "Saint Barthélemy", "latitude": 17.901700000000002, "longitude": -62.828800000000001, "sov_a3": "FR1", "adm0_a3": "BLM", "adm0_label": 8, "admin": "Saint Barthelemy", "geonunit": "Saint Barthelemy", "gu_a3": "BLM", "gn_id": -99, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "BL.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -62.83885657499988, 17.881984768000081 ], [ -62.85094153599988, 17.890448309000107 ], [ -62.861317511999886, 17.905422268000052 ], [ -62.867339647999898, 17.920396226000094 ], [ -62.866118943999965, 17.92914459800005 ], [ -62.857411261999886, 17.925034898000092 ], [ -62.791656053999901, 17.915472723000022 ], [ -62.798939581999917, 17.904486395000077 ], [ -62.810129360999923, 17.892279364000075 ], [ -62.823841925999943, 17.883246161000073 ], [ -62.83885657499988, 17.881984768000081 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/blm.topo.json
Normal file
1
chartjs/plugins/maps/blm.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"blm":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"name":"Saint Barthélemy"},"id":"BL.SB","arcs":[[0]]}]}},"arcs":[[[3763,0],[-1597,1794],[-1370,3175],[-796,3175],[161,1855],[1151,-871],[8687,-2028],[-962,-2329],[-1479,-2588],[-1811,-1916],[-1984,-267]]],"transform":{"scale":[0.000007569116311630899,0.000004716454645461528],"translate":[-62.8673396479999,17.88198476800008]}}
|
||||||
13
chartjs/plugins/maps/blr.json
Normal file
13
chartjs/plugins/maps/blr.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/blr.topo.json
Normal file
1
chartjs/plugins/maps/blr.topo.json
Normal file
File diff suppressed because one or more lines are too long
13
chartjs/plugins/maps/blz.json
Normal file
13
chartjs/plugins/maps/blz.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/blz.topo.json
Normal file
1
chartjs/plugins/maps/blz.topo.json
Normal file
File diff suppressed because one or more lines are too long
17
chartjs/plugins/maps/bmu.json
Normal file
17
chartjs/plugins/maps/bmu.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5134", "OBJECTID_1": 6645, "diss_me": 5134, "adm1_cod_1": "BMU-5134", "iso_3166_2": "BM-HA", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "City of Hamilton", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.HC", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 16, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 20069918, "woe_label": null, "woe_name": "Hamilton", "latitude": 32.293799999999997, "longitude": -64.788399999999996, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573198, "gn_name": "Hamilton", "gns_id": -1394088, "gns_name": "Hamilton", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.03", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD03", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -64.784425334784032, 32.29055863350078 ], [ -64.794524501194218, 32.289548717084585 ], [ -64.793824462428944, 32.296368894908596 ], [ -64.784432354869267, 32.297340491870159 ], [ -64.784425334784032, 32.29055863350078 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5135", "OBJECTID_1": 6652, "diss_me": 5135, "adm1_cod_1": "BMU-5135", "iso_3166_2": "BM-SG", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "City of Saint George", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.SG", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 20, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 20069917, "woe_label": "Saint George, BM, Bermuda", "woe_name": "Saint George", "latitude": 32.374699999999997, "longitude": -64.674199999999999, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573062, "gn_name": "Saint George", "gns_id": -1394227, "gns_name": "Saint George", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.06", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD06", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -64.676995808010133, 32.369778470699828 ], [ -64.681024382269385, 32.37604514186981 ], [ -64.672071995526153, 32.380968954353762 ], [ -64.668491039929592, 32.374254664521118 ], [ -64.676995808010133, 32.369778470699828 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5136", "OBJECTID_1": 3627, "diss_me": 5136, "adm1_cod_1": "BMU-5136", "iso_3166_2": "BM-DEV", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "Devonshire", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.DE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 2344751, "woe_label": null, "woe_name": "Devonshire", "latitude": 32.3033, "longitude": -64.756600000000006, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573251, "gn_name": "Devonshire Parish", "gns_id": -1394033, "gns_name": "Devonshire Parish", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.01", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD01", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -64.737930470389301, 32.30214190478506 ], [ -64.74058997299997, 32.300441799000083 ], [ -64.75487219999988, 32.293117580000086 ], [ -64.760819150703838, 32.286175175590245 ], [ -64.76696730040058, 32.296368894908596 ], [ -64.779021198114236, 32.291099047511125 ], [ -64.780140754046187, 32.303412177215051 ], [ -64.761830206999946, 32.310939846000082 ], [ -64.751210089999915, 32.313625393000052 ], [ -64.748160631136273, 32.316527499079399 ], [ -64.737930470389301, 32.30214190478506 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5137", "OBJECTID_1": 6650, "diss_me": 5137, "adm1_cod_1": "BMU-5137", "iso_3166_2": "BM-HAM", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "Hamilton", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.HA", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 8, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": -99, "woe_label": null, "woe_name": null, "latitude": 32.345399999999998, "longitude": -64.719700000000003, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573195, "gn_name": "Hamilton Parish", "gns_id": -1394091, "gns_name": "Hamilton Parish", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.02", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD02", "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -64.740262940950885, 32.324043566201837 ], [ -64.73599953263107, 32.32288081847814 ], [ -64.731231403410732, 32.323092735236926 ], [ -64.739662519709441, 32.316959385767021 ], [ -64.742670931633285, 32.321751932111695 ], [ -64.740262940950885, 32.324043566201837 ] ] ], [ [ [ -64.705380509083511, 32.336058626140456 ], [ -64.698404022815026, 32.326369061615836 ], [ -64.707288574577206, 32.321186406346371 ], [ -64.713907325822959, 32.32946972239732 ], [ -64.705380509083511, 32.336058626140456 ] ] ], [ [ [ -64.705380509083511, 32.336058626140456 ], [ -64.713132160734489, 32.342647529778688 ], [ -64.724637089891132, 32.338786219896818 ], [ -64.73289887203498, 32.333733130564795 ], [ -64.734738706507841, 32.327702250127075 ], [ -64.73948777580182, 32.328694557096028 ], [ -64.741659907659511, 32.333072983981182 ], [ -64.736387115205645, 32.343810277502214 ], [ -64.72202022935852, 32.352511622359216 ], [ -64.708093587307388, 32.351561929116158 ], [ -64.704992926669547, 32.343035112353178 ], [ -64.694915779885577, 32.339934451635386 ], [ -64.705380509083511, 32.336058626140456 ] ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5138", "OBJECTID_1": 6646, "diss_me": 5138, "adm1_cod_1": "BMU-5138", "iso_3166_2": "BM-PAG", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "Paget", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.PA", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 5, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 2344754, "woe_label": "Paget, BM, Bermuda", "woe_name": "Paget", "latitude": 32.278399999999998, "longitude": -64.781099999999995, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573103, "gn_name": "Paget Parish", "gns_id": -1394184, "gns_name": "Paget Parish", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.04", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD04", "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -64.79995065742699, 32.283347395877072 ], [ -64.802663735448618, 32.281021900430019 ], [ -64.811190551995224, 32.28218464817833 ], [ -64.807702309065689, 32.286448056303087 ], [ -64.79995065742699, 32.283347395877072 ] ] ], [ [ [ -64.783284606722617, 32.267456510321736 ], [ -64.788306251041917, 32.265282963029009 ], [ -64.7970930106531, 32.279094628950887 ], [ -64.780913865999935, 32.287543036000145 ], [ -64.779021198114236, 32.291099047511167 ], [ -64.76696730040058, 32.296368894908554 ], [ -64.760819150703838, 32.286175175590202 ], [ -64.763905477996587, 32.282572230728121 ], [ -64.783284606722617, 32.267456510321736 ] ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5139", "OBJECTID_1": 6644, "diss_me": 5139, "adm1_cod_1": "BMU-5139", "iso_3166_2": "BM-PEM", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "Pembroke", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.PE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 8, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 2344753, "woe_label": "Pembroke, BM, Bermuda", "woe_name": "Pembroke", "latitude": 32.299500000000002, "longitude": -64.799700000000001, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573095, "gn_name": "Pembroke Parish", "gns_id": -1394192, "gns_name": "Pembroke Parish", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.05", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD05", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -64.780140754046187, 32.303412177215051 ], [ -64.779021198114236, 32.291099047511125 ], [ -64.784425334784032, 32.29055863350078 ], [ -64.784432354869267, 32.297340491870159 ], [ -64.793824462428944, 32.296368894908596 ], [ -64.794524501194218, 32.289548717084585 ], [ -64.805376813470247, 32.293424542814648 ], [ -64.813967334256859, 32.303978423738926 ], [ -64.810833998696154, 32.307559378665388 ], [ -64.780140754046187, 32.303412177215051 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5140", "OBJECTID_1": 6651, "diss_me": 5140, "adm1_cod_1": "BMU-5140", "iso_3166_2": "BM-SGE", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "Saint George's", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.SC", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 14, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 2344755, "woe_label": "Saint George's, BM, Bermuda", "woe_name": "Saint George's", "latitude": 32.3645, "longitude": -64.699799999999996, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573057, "gn_name": "Saint George's Parish", "gns_id": -1394232, "gns_name": "Saint George's Parish", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.07", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD07", "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -64.677862146453066, 32.334508295713832 ], [ -64.698404022815026, 32.326369061615836 ], [ -64.705380509083511, 32.336058626140456 ], [ -64.694915779885577, 32.339934451635386 ], [ -64.677862146453066, 32.334508295713832 ] ] ], [ [ [ -64.676096157999893, 32.388657945000134 ], [ -64.64763070564058, 32.368227979697096 ], [ -64.655382357130947, 32.359313580483089 ], [ -64.655769939705436, 32.350399181269168 ], [ -64.660420930599713, 32.353499841865286 ], [ -64.667397416941043, 32.358925997908514 ], [ -64.680780750444967, 32.361732180740049 ], [ -64.685226215368971, 32.357375667610498 ], [ -64.691427536561349, 32.363964571377281 ], [ -64.708093587307388, 32.351561929116158 ], [ -64.72202022935852, 32.352511622359216 ], [ -64.713132160734489, 32.364352153951856 ], [ -64.697255011999914, 32.373521226000136 ], [ -64.676096157999893, 32.388657945000134 ] ], [ [ -64.681024382269385, 32.376045141869852 ], [ -64.676995808010133, 32.369778470699785 ], [ -64.668491039929592, 32.374254664521075 ], [ -64.672071995526153, 32.380968954353719 ], [ -64.681024382269385, 32.376045141869852 ] ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5141", "OBJECTID_1": 4081, "diss_me": 5141, "adm1_cod_1": "BMU-5141", "iso_3166_2": "BM-SAN", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 8, "name": "Sandys", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.SA", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 11, "datarank": 11, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 6, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 2344756, "woe_label": "Sandys, BM, Bermuda", "woe_name": "Sandys", "latitude": 32.298499999999997, "longitude": -64.868700000000004, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573050, "gn_name": "Sandys Parish", "gns_id": -1394239, "gns_name": "Sandys Parish", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.08", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD08", "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -64.864289364797287, 32.303114107177734 ], [ -64.858088043604994, 32.297687951134392 ], [ -64.867002442818915, 32.291099047367467 ], [ -64.869806474029787, 32.279784793540912 ], [ -64.872041016287682, 32.276370909535828 ], [ -64.867002442818915, 32.272882666365078 ], [ -64.848786061816526, 32.270944753492486 ], [ -64.848786061816526, 32.267844092896397 ], [ -64.863130748394298, 32.269007566835526 ], [ -64.880160073064332, 32.265931848406623 ], [ -64.882893328374251, 32.271719918641551 ], [ -64.885993988970426, 32.282572230728121 ], [ -64.876634045470695, 32.278911739253303 ], [ -64.877976903568225, 32.28607364910637 ], [ -64.874548404167399, 32.295681289324008 ], [ -64.879792667778048, 32.305439602624872 ], [ -64.872428598862143, 32.303114107177734 ], [ -64.868940355691478, 32.308927845795452 ], [ -64.864289364797287, 32.303114107177734 ] ] ], [ [ [ -64.855417446999894, 32.305080471000068 ], [ -64.86001542899993, 32.303249416000099 ], [ -64.84992428299995, 32.315375067 ], [ -64.842925584999904, 32.321030992000189 ], [ -64.83954830599987, 32.32640208500014 ], [ -64.835316535999937, 32.329738674000069 ], [ -64.834136522999927, 32.32908763200011 ], [ -64.83608964799987, 32.32273997599999 ], [ -64.842925584999904, 32.317287502000156 ], [ -64.843047654999879, 32.31118398600016 ], [ -64.848215298999946, 32.310451565000122 ], [ -64.85220292899993, 32.308254299000126 ], [ -64.855417446999894, 32.305080471000068 ] ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5142", "OBJECTID_1": 6649, "diss_me": 5142, "adm1_cod_1": "BMU-5142", "iso_3166_2": "BM-SMI", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "Smith's", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.SM", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 7, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 2344757, "woe_label": "Smith's, BM, Bermuda", "woe_name": "Smith's", "latitude": 32.314100000000003, "longitude": -64.731899999999996, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573031, "gn_name": "Smith's Parish", "gns_id": -1394258, "gns_name": "Smith's Parish", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.09", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD09", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -64.707288574577234, 32.321186406346328 ], [ -64.717007986479643, 32.315516749562249 ], [ -64.737930470389301, 32.30214190478506 ], [ -64.748160631136273, 32.316527499079399 ], [ -64.742670931633285, 32.321751932111738 ], [ -64.739662519709441, 32.316959385766978 ], [ -64.731231403410732, 32.323092735236884 ], [ -64.718558316777745, 32.323655983627219 ], [ -64.713907325822959, 32.329469722397334 ], [ -64.707288574577234, 32.321186406346328 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5143", "OBJECTID_1": 6648, "diss_me": 5143, "adm1_cod_1": "BMU-5143", "iso_3166_2": "BM-SOU", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "Southampton", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.SO", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 11, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 2344758, "woe_label": "Southampton, BM, Bermuda", "woe_name": "Southampton", "latitude": 32.252400000000002, "longitude": -64.837500000000006, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3573026, "gn_name": "Southampton Parish", "gns_id": -1394263, "gns_name": "Southampton Parish", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.10", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD10", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -64.832895176116324, 32.259704858861767 ], [ -64.820681624457393, 32.261902203024306 ], [ -64.815152411775387, 32.254280752718671 ], [ -64.834057923984716, 32.248077381595778 ], [ -64.849173644391016, 32.248464964170324 ], [ -64.860801121626622, 32.248852546744814 ], [ -64.876304424607383, 32.257766945958821 ], [ -64.88016007306436, 32.265931848406552 ], [ -64.863130748394298, 32.269007566835484 ], [ -64.864289364797287, 32.262417936853012 ], [ -64.857700461030447, 32.254666285362617 ], [ -64.846848148943877, 32.254666285362617 ], [ -64.832895176116324, 32.259704858861767 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BMU-5144", "OBJECTID_1": 6647, "diss_me": 5144, "adm1_cod_1": "BMU-5144", "iso_3166_2": "BM-WAR", "wikipedia": null, "iso_a2": "BM", "adm0_sr": 3, "name": "Warwick", "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "BM.WA", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 0, "scalerank": 10, "datarank": 10, "abbrev": null, "postal": null, "area_sqkm": 0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 scale rank", "name_len": 7, "mapcolor9": 6, "mapcolor13": 3, "fips": null, "fips_alt": null, "woe_id": 2344759, "woe_label": "Warwick, BM, Bermuda", "woe_name": "Warwick", "latitude": 32.265799999999999, "longitude": -64.804199999999994, "sov_a3": "GB1", "adm0_a3": "BMU", "adm0_label": 5, "admin": "Bermuda", "geonunit": "Bermuda", "gu_a3": "BMU", "gn_id": 3572972, "gn_name": "Warwick Parish", "gns_id": -1394320, "gns_name": "Warwick Parish", "gn_level": 1, "gn_region": null, "gn_a1_code": "BM.11", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BD11", "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -64.788306251041917, 32.265282963029009 ], [ -64.809252639215458, 32.256216615660676 ], [ -64.815152411775387, 32.254280752718657 ], [ -64.820681624457393, 32.261902203024263 ], [ -64.832895176116324, 32.259704858861724 ], [ -64.829019350515949, 32.266681345172785 ], [ -64.819717368727481, 32.267456510321736 ], [ -64.80305131802308, 32.275983326961253 ], [ -64.7970930106531, 32.279094628950887 ], [ -64.788306251041917, 32.265282963029009 ] ] ], [ [ [ -64.811965717237086, 32.289936299643941 ], [ -64.807702309065689, 32.286448056303087 ], [ -64.811190551995224, 32.28218464817833 ], [ -64.820492533876518, 32.281021900430019 ], [ -64.829794515664986, 32.281797065579056 ], [ -64.832507593686614, 32.287223221622398 ], [ -64.829406933090439, 32.289161134494876 ], [ -64.820880116451008, 32.287223221622398 ], [ -64.815453960407751, 32.288773551920414 ], [ -64.811965717237086, 32.289936299643941 ] ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/bmu.topo.json
Normal file
1
chartjs/plugins/maps/bmu.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"bmu":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"name":"City of Hamilton"},"id":"BM.HC","arcs":[[0,1]]},{"type":"Polygon","properties":{"name":"City of Saint George"},"id":"BM.SG","arcs":[[2]]},{"type":"Polygon","properties":{"name":"Devonshire"},"id":"BM.DE","arcs":[[3,4,5,6,7]]},{"type":"MultiPolygon","properties":{"name":"Hamilton"},"id":"BM.HA","arcs":[[[8,9]],[[10,11,12,13]],[[14,15,16,17]]]},{"type":"MultiPolygon","properties":{"name":"Paget"},"id":"BM.PA","arcs":[[[18,19]],[[20,21,-5,22]]]},{"type":"Polygon","properties":{"name":"Pembroke"},"id":"BM.PE","arcs":[[-6,23,-2,24]]},{"type":"MultiPolygon","properties":{"name":"Saint George's"},"id":"BM.SC","arcs":[[[-11,-18,25]],[[-16,26],[-3]]]},{"type":"MultiPolygon","properties":{"name":"Sandys"},"id":"BM.SA","arcs":[[[27,28]],[[29]]]},{"type":"Polygon","properties":{"name":"Smith's"},"id":"BM.SM","arcs":[[30,-8,31,-9,32,-13]]},{"type":"Polygon","properties":{"name":"Southampton"},"id":"BM.SO","arcs":[[33,34,-28,35]]},{"type":"MultiPolygon","properties":{"name":"Warwick"},"id":"BM.WA","arcs":[[[36,-34,37,-21]],[[-19,38]]]}]}},"arcs":[[[4261,3022],[-424,-72]],[[3837,2950],[29,485],[394,69],[1,-482]],[[8767,8656],[-169,446],[376,350],[150,-477],[-357,-319]],[[6211,3845],[-112,-120],[-599,-521],[-249,-494]],[[5251,2710],[-258,725],[-506,-375]],[[4487,3060],[-47,876]],[[4440,3936],[768,535],[446,191],[128,207]],[[5782,4869],[429,-1024]],[[6492,5336],[-354,-437],[-126,341]],[[6012,5240],[101,163],[179,-82],[200,15]],[[7576,6258],[293,-689]],[[7869,5569],[-373,-369]],[[7496,5200],[-277,589]],[[7219,5789],[357,469]],[[7576,6258],[-325,468],[-482,-274],[-347,-360],[-77,-429],[-199,71],[-91,311],[221,764],[602,619]],[[6878,7428],[585,-68]],[[7463,7360],[130,-606],[422,-221]],[[8015,6533],[-439,-275]],[[3138,2426],[146,303]],[[3284,2729],[325,-220],[-113,-166],[-358,83]],[[4098,1224],[-369,982]],[[3729,2206],[679,601],[79,253]],[[5251,2710],[-130,-256],[-812,-1076],[-211,-154]],[[4487,3060],[-226,-38]],[[3837,2950],[-455,275],[-361,751],[132,255],[1287,-295]],[[8015,6533],[716,-385],[-862,-579]],[[6878,7428],[373,842],[666,652],[888,1077],[1194,-1453],[-325,-634],[-16,-634],[-196,220],[-292,386],[-562,200],[-186,-310],[-260,469],[-699,-883]],[[959,1489],[-714,-219]],[[245,1270],[-115,412],[-130,772],[393,-261],[-57,510],[144,683],[-220,694],[309,-165],[146,413],[195,-413],[261,-386],[-374,-469],[-118,-805],[-94,-243],[212,-248],[764,-138],[0,-220],[-602,83]],[[1283,4054],[-193,-130],[423,863],[294,402],[141,382],[178,237],[49,-46],[-82,-452],[-286,-387],[-5,-434],[-217,-53],[-168,-156],[-134,-226]],[[7496,5200],[-407,-403],[-878,-952]],[[5782,4869],[230,371]],[[6492,5336],[532,40],[195,413]],[[2227,827],[513,156],[232,-542]],[[2972,441],[-793,-441],[-634,28],[-488,27],[-651,634],[-161,581]],[[959,1489],[-49,-469],[277,-551],[455,0],[585,358]],[[4098,1224],[-879,-645],[-247,-138]],[[2227,827],[163,496],[390,55],[699,607],[250,221]],[[3138,2426],[-390,-83],[-391,55],[-113,386],[130,138],[357,-138],[228,111],[146,82],[179,-248]]],"transform":{"scale":[0.000023838712204205053,0.000014059462286664267],"translate":[-64.88599398897043,32.24807738159578]}}
|
||||||
15
chartjs/plugins/maps/bol.json
Normal file
15
chartjs/plugins/maps/bol.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bol.topo.json
Normal file
1
chartjs/plugins/maps/bol.topo.json
Normal file
File diff suppressed because one or more lines are too long
33
chartjs/plugins/maps/bra.json
Normal file
33
chartjs/plugins/maps/bra.json
Normal file
File diff suppressed because one or more lines are too long
1
chartjs/plugins/maps/bra.topo.json
Normal file
1
chartjs/plugins/maps/bra.topo.json
Normal file
File diff suppressed because one or more lines are too long
17
chartjs/plugins/maps/brb.json
Normal file
17
chartjs/plugins/maps/brb.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1989", "OBJECTID_1": 1770, "diss_me": 1989, "adm1_cod_1": "BRB-1989", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Christ Church", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.CC", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 5, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "CC", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 13, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB01", "fips_alt": null, "woe_id": 2344730, "woe_label": "Christ Church, BB, Barbados", "woe_name": "Christ Church", "latitude": 13.087300000000001, "longitude": -59.537999999999997, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373988, "gn_name": "Christ Church", "gns_id": -1393333, "gns_name": "Christ Church", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.01", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB01", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.475775786237307, 13.086495250179993 ], [ -59.475778774999867, 13.086493231000063 ], [ -59.487538214999859, 13.078558661000102 ], [ -59.508859829999921, 13.057318427000027 ], [ -59.516713019999912, 13.056382554000038 ], [ -59.523101365999935, 13.056463934000107 ], [ -59.529286261999886, 13.055405992000061 ], [ -59.536122199999909, 13.051174221000039 ], [ -59.545969204999921, 13.067694403000104 ], [ -59.564442511999857, 13.078029690000022 ], [ -59.586903449999852, 13.08319733300003 ], [ -59.600242749014484, 13.084132710601452 ], [ -59.569278327432841, 13.100182602844868 ], [ -59.568839076961837, 13.100234279688294 ], [ -59.568968268171034, 13.101577866825139 ], [ -59.570466884938782, 13.108192449721741 ], [ -59.513106044708223, 13.129431464190674 ], [ -59.50375261069442, 13.126589260286096 ], [ -59.502279833247741, 13.125142320361775 ], [ -59.500574510005578, 13.1224551460881 ], [ -59.498946702927981, 13.111551419362485 ], [ -59.498662482087894, 13.110776272107302 ], [ -59.492797207125363, 13.100957750100051 ], [ -59.491531135253666, 13.098167223038899 ], [ -59.49155697277601, 13.097753810989587 ], [ -59.490600959266771, 13.097030341477108 ], [ -59.488921475345762, 13.096513577539611 ], [ -59.483211229114886, 13.094343167203348 ], [ -59.480653246050423, 13.093102931954718 ], [ -59.475775786237307, 13.086495250179993 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1990", "OBJECTID_1": 1771, "diss_me": 1990, "adm1_cod_1": "BRB-1990", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint Andrew", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.AN", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 11, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "AN", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 12, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB02", "fips_alt": null, "woe_id": 2344731, "woe_label": "Saint Andrew, BB, Barbados", "woe_name": "Saint Andrew", "latitude": 13.255100000000001, "longitude": -59.575899999999997, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373580, "gn_name": "Saint Andrew", "gns_id": -1393741, "gns_name": "Saint Andrew", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.02", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB02", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.545809625024305, 13.243798180211911 ], [ -59.545843065105402, 13.243791409446004 ], [ -59.548168504173105, 13.243274643709853 ], [ -59.560803391663143, 13.237435208068419 ], [ -59.563826462721067, 13.236660060813151 ], [ -59.565066697969712, 13.237228502493451 ], [ -59.565350917910536, 13.237486884012469 ], [ -59.565686814694686, 13.238003647949981 ], [ -59.565945197113081, 13.238210354424325 ], [ -59.566203578632212, 13.238365383155951 ], [ -59.566565313838169, 13.238417059999293 ], [ -59.566978725887481, 13.238365383155951 ], [ -59.567547166668419, 13.238210354424325 ], [ -59.570673591413112, 13.233301092971047 ], [ -59.580983038936068, 13.209839993121179 ], [ -59.585556402705805, 13.215731106505402 ], [ -59.589122077022239, 13.21702301679872 ], [ -59.601033494999797, 13.216351223230305 ], [ -59.606046109240538, 13.242086086203926 ], [ -59.605451830037907, 13.275830796953699 ], [ -59.604134081322769, 13.278414618439882 ], [ -59.603178066914239, 13.282755439112222 ], [ -59.602583787711609, 13.282962143787898 ], [ -59.60224789092743, 13.283168850262243 ], [ -59.60196367008723, 13.283272203049719 ], [ -59.601705287668835, 13.283168850262243 ], [ -59.601395230205668, 13.283065497474666 ], [ -59.601085170943861, 13.282755439112222 ], [ -59.600465054218859, 13.282445379850401 ], [ -59.599767422228723, 13.282186998331284 ], [ -59.59894059902939, 13.281928615912889 ], [ -59.598449672614237, 13.281928615912889 ], [ -59.597932908676825, 13.282083645543793 ], [ -59.597519496627427, 13.282186998331284 ], [ -59.597054408634051, 13.282238674275433 ], [ -59.596279263177422, 13.282135322387219 ], [ -59.595995043236599, 13.282135322387219 ], [ -59.595659145553071, 13.282186998331284 ], [ -59.595400764034054, 13.282238674275433 ], [ -59.595039028828069, 13.282135322387219 ], [ -59.594470588047244, 13.281721910337922 ], [ -59.592971971279411, 13.281876939069463 ], [ -59.590594855368266, 13.282807115056272 ], [ -59.586331549961074, 13.286837877366153 ], [ -59.58405778683732, 13.288129788558848 ], [ -59.582610846913013, 13.288543198809592 ], [ -59.582119919598568, 13.288284817290474 ], [ -59.581603155661071, 13.288129788558848 ], [ -59.581241421354463, 13.28807811081623 ], [ -59.580905523671021, 13.287819729297027 ], [ -59.580440435677474, 13.287768053352963 ], [ -59.579846157374277, 13.287819729297027 ], [ -59.578192511874903, 13.289266669221348 ], [ -59.577985806299949, 13.289266669221348 ], [ -59.577882452613096, 13.289163316433857 ], [ -59.576487188632825, 13.288853258071413 ], [ -59.570673591413112, 13.289059962747103 ], [ -59.568965223892945, 13.289671855206379 ], [ -59.56895911399991, 13.289658921000054 ], [ -59.549794074999852, 13.249172268000024 ], [ -59.545809625024305, 13.243798180211911 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1991", "OBJECTID_1": 1772, "diss_me": 1991, "adm1_cod_1": "BRB-1991", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint George", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.GE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 8, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "GE", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 12, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB03", "fips_alt": null, "woe_id": 2344732, "woe_label": "Saint George, BB, Barbados", "woe_name": "Saint George", "latitude": 13.148899999999999, "longitude": -59.547899999999998, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373572, "gn_name": "Saint George", "gns_id": -1393749, "gns_name": "Saint George", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.03", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB03", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.50871354809172, 13.145761217206342 ], [ -59.513106044708223, 13.129431464190674 ], [ -59.570466884938782, 13.108192449721741 ], [ -59.587106696316965, 13.161315822966827 ], [ -59.5635164052579, 13.170410875461513 ], [ -59.561501023653278, 13.17159943296744 ], [ -59.554292161554002, 13.180074367837776 ], [ -59.540882127707988, 13.182451483748906 ], [ -59.540210334139573, 13.182503159693056 ], [ -59.51922970208912, 13.163589586090481 ], [ -59.517240159805482, 13.161419175754403 ], [ -59.50871354809172, 13.145761217206342 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1992", "OBJECTID_1": 1773, "diss_me": 1992, "adm1_cod_1": "BRB-1992", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint James", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.JM", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 1, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "JM", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 11, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB04", "fips_alt": null, "woe_id": 2344733, "woe_label": "Saint James, BB, Barbados", "woe_name": "Saint James", "latitude": 13.192, "longitude": -59.625900000000001, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373570, "gn_name": "Saint James", "gns_id": -1393751, "gns_name": "Saint James", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.04", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB04", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.606046109240538, 13.242086086203926 ], [ -59.601033494999797, 13.216351223230305 ], [ -59.606433681968866, 13.20927155234024 ], [ -59.607906460314894, 13.207876288360069 ], [ -59.608061489046435, 13.207979641147546 ], [ -59.608268194621473, 13.208031317990887 ], [ -59.608371548308241, 13.207979641147546 ], [ -59.608578253883309, 13.207772935572493 ], [ -59.608836636301703, 13.207566229997525 ], [ -59.608991665033329, 13.207514553154098 ], [ -59.609301724295051, 13.207566229997525 ], [ -59.609456753026706, 13.207566229997525 ], [ -59.6097151354451, 13.207617905941675 ], [ -59.61007686975168, 13.207617905941675 ], [ -59.610309413748467, 13.207566229997525 ], [ -59.610541957745141, 13.207411200366622 ], [ -59.611213752212933, 13.206997789216587 ], [ -59.611368780944474, 13.20689443642911 ], [ -59.61170467772871, 13.206739406798192 ], [ -59.611859707359628, 13.206687729954766 ], [ -59.61201473699046, 13.206687729954766 ], [ -59.613099941708896, 13.205757554867233 ], [ -59.613461676914767, 13.205550849292266 ], [ -59.613694220911555, 13.205447496504789 ], [ -59.613875088064788, 13.205447496504789 ], [ -59.614030116796414, 13.205344142817935 ], [ -59.614417691323382, 13.205344142817935 ], [ -59.614624395999073, 13.205344142817935 ], [ -59.614805264051711, 13.205292466873871 ], [ -59.615270352045059, 13.204982408511341 ], [ -59.6171307031195, 13.204310614043635 ], [ -59.617724982322045, 13.20255361575677 ], [ -59.620360479752293, 13.191288153825198 ], [ -59.621755743732564, 13.187980861927258 ], [ -59.622789273406227, 13.186017157166049 ], [ -59.62382280128125, 13.185707098803604 ], [ -59.624184535587858, 13.185448717284487 ], [ -59.624442918905515, 13.185086982078516 ], [ -59.6248046541115, 13.184156806091707 ], [ -59.625011358787162, 13.183640042154195 ], [ -59.625295579627277, 13.183433336579228 ], [ -59.6248046541115, 13.182916571742439 ], [ -59.623512742918706, 13.182193101330512 ], [ -59.616898159122712, 13.174855048022053 ], [ -59.611084561003651, 13.150257065711031 ], [ -59.621704067788414, 13.142195542890008 ], [ -59.622582566931897, 13.141265366903184 ], [ -59.624391242062188, 13.139921779766354 ], [ -59.629326341037796, 13.137803046273618 ], [ -59.631367560164762, 13.136614487868314 ], [ -59.631419237008203, 13.136407782293347 ], [ -59.632659471357442, 13.137131251805826 ], [ -59.637775438385688, 13.141833808583399 ], [ -59.640540127025218, 13.141627102109069 ], [ -59.640607164375211, 13.141620899459824 ], [ -59.646066860999952, 13.160386460000069 ], [ -59.650805768532564, 13.238839071368332 ], [ -59.650772061081682, 13.238830471149313 ], [ -59.644493374069953, 13.237228502493451 ], [ -59.627724372381834, 13.244928290108504 ], [ -59.606046109240538, 13.242086086203926 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1993", "OBJECTID_1": 1774, "diss_me": 1993, "adm1_cod_1": "BRB-1993", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint John", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.JN", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 10, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "JN", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB05", "fips_alt": null, "woe_id": 2344734, "woe_label": "Saint John, BB, Barbados", "woe_name": "Saint John", "latitude": 13.179500000000001, "longitude": -59.503900000000002, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373569, "gn_name": "Saint John", "gns_id": -1393752, "gns_name": "Saint John", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.05", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB05", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.467680062408562, 13.186537661309842 ], [ -59.46768246087683, 13.186533922002837 ], [ -59.469206916066298, 13.184156806091707 ], [ -59.480162319635326, 13.171134344973993 ], [ -59.481454229928744, 13.169894111524002 ], [ -59.488198004933935, 13.165759996426729 ], [ -59.495355191089118, 13.162969469365578 ], [ -59.50871354809172, 13.145761217206342 ], [ -59.517240159805482, 13.161419175754403 ], [ -59.51922970208912, 13.163589586090481 ], [ -59.540210334139573, 13.182503159693056 ], [ -59.539280158152764, 13.198161119140295 ], [ -59.539047614156061, 13.199556383120566 ], [ -59.538556687740908, 13.201416734194908 ], [ -59.537678188597511, 13.201416734194908 ], [ -59.53726477744749, 13.201468411038334 ], [ -59.536825527875749, 13.201571763825811 ], [ -59.520418259594948, 13.216506251961931 ], [ -59.518052540737528, 13.217512941442251 ], [ -59.491810675999972, 13.19794342700007 ], [ -59.476673956999974, 13.189398505000057 ], [ -59.467680062408562, 13.186537661309842 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1994", "OBJECTID_1": 1775, "diss_me": 1994, "adm1_cod_1": "BRB-1994", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint Joseph", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.JS", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 9, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "JS", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 12, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB06", "fips_alt": null, "woe_id": 2344735, "woe_label": "Saint Joseph, BB, Barbados", "woe_name": "Saint Joseph", "latitude": 13.2118, "longitude": -59.549500000000002, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373580, "gn_name": "Saint Andrew", "gns_id": -1393753, "gns_name": "Saint Joseph", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.02", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB06", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.518052540737528, 13.217512941442251 ], [ -59.520418259594948, 13.216506251961931 ], [ -59.536825527875749, 13.201571763825811 ], [ -59.53726477744749, 13.201468411038334 ], [ -59.537678188597511, 13.201416734194908 ], [ -59.538556687740908, 13.201416734194908 ], [ -59.539047614156061, 13.199556383120566 ], [ -59.539280158152764, 13.198161119140295 ], [ -59.540210334139573, 13.182503159693056 ], [ -59.540882127707988, 13.182451483748906 ], [ -59.554292161554002, 13.180074367837776 ], [ -59.562792934846044, 13.196817532003465 ], [ -59.565480109119733, 13.199969794270586 ], [ -59.566875373100004, 13.201210029519217 ], [ -59.580983038936068, 13.209839993121179 ], [ -59.570673591413112, 13.233301092971047 ], [ -59.567547166668419, 13.238210354424325 ], [ -59.566978725887481, 13.238365383155951 ], [ -59.566565313838169, 13.238417059999293 ], [ -59.566203578632212, 13.238365383155951 ], [ -59.565945197113081, 13.238210354424325 ], [ -59.565686814694686, 13.238003647949981 ], [ -59.565350917910536, 13.237486884012469 ], [ -59.565066697969712, 13.237228502493451 ], [ -59.563826462721067, 13.236660060813151 ], [ -59.560803391663143, 13.237435208068419 ], [ -59.548168504173105, 13.243274643709853 ], [ -59.545843065105402, 13.243791409446004 ], [ -59.545809625024305, 13.243798180211911 ], [ -59.536610480999911, 13.231390692000033 ], [ -59.518055792999888, 13.217515367000132 ], [ -59.518052540737528, 13.217512941442251 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1995", "OBJECTID_1": 1776, "diss_me": 1995, "adm1_cod_1": "BRB-1995", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint Lucy", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.LU", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 2, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "LU", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 10, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB07", "fips_alt": null, "woe_id": 2344736, "woe_label": "Saint Lucy, BB, Barbados", "woe_name": "Saint Lucy", "latitude": 13.3177, "longitude": -59.615000000000002, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373565, "gn_name": "Saint Lucy", "gns_id": -1393756, "gns_name": "Saint Lucy", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.07", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB07", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.57591905892474, 13.304392828110423 ], [ -59.576823086316352, 13.30383942305096 ], [ -59.630489061021365, 13.286786200522727 ], [ -59.648989224373196, 13.274693915391907 ], [ -59.652890793675141, 13.273867092192489 ], [ -59.652921250952033, 13.273860882377605 ], [ -59.654204881999874, 13.295111395000077 ], [ -59.652211066999939, 13.310614325000088 ], [ -59.645130988999881, 13.32371653900006 ], [ -59.630930141999954, 13.337958075000074 ], [ -59.612863735999952, 13.344549872000044 ], [ -59.594471808999913, 13.334784247000101 ], [ -59.580718553999901, 13.314520575000088 ], [ -59.57591905892474, 13.304392828110423 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1996", "OBJECTID_1": 1777, "diss_me": 1996, "adm1_cod_1": "BRB-1996", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint Michael", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.MI", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 3, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "MI", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 13, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB08", "fips_alt": null, "woe_id": 2344737, "woe_label": "Saint Michael, BB, Barbados", "woe_name": "Saint Michael", "latitude": 13.118, "longitude": -59.604700000000001, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373557, "gn_name": "Saint Michael", "gns_id": -1393764, "gns_name": "Saint Michael", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.08", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB08", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.570466884938782, 13.108192449721741 ], [ -59.568968268171034, 13.101577866825139 ], [ -59.568839076961837, 13.100234279688294 ], [ -59.569278327432841, 13.100182602844868 ], [ -59.600242749014484, 13.084132710601452 ], [ -59.600249803999873, 13.0841332050001 ], [ -59.608143683999941, 13.084662177000084 ], [ -59.621571417999945, 13.093980210000041 ], [ -59.63312740799995, 13.115912177000055 ], [ -59.640607164375211, 13.141620899459824 ], [ -59.640540127025218, 13.141627102109069 ], [ -59.637775438385688, 13.141833808583399 ], [ -59.632659471357442, 13.137131251805826 ], [ -59.631419237008203, 13.136407782293347 ], [ -59.631367560164762, 13.136614487868314 ], [ -59.629326341037796, 13.137803046273618 ], [ -59.624391242062188, 13.139921779766354 ], [ -59.622582566931897, 13.141265366903184 ], [ -59.621704067788414, 13.142195542890008 ], [ -59.611084561003651, 13.150257065711031 ], [ -59.595064867249789, 13.153461004821494 ], [ -59.593643764847826, 13.154081122445845 ], [ -59.587106696316965, 13.161315822966827 ], [ -59.570466884938782, 13.108192449721741 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1997", "OBJECTID_1": 1778, "diss_me": 1997, "adm1_cod_1": "BRB-1997", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint Peter", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.PE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 6, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "PE", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 11, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB09", "fips_alt": null, "woe_id": 2344738, "woe_label": "Saint Peter, BB, Barbados", "woe_name": "Saint Peter", "latitude": 13.267899999999999, "longitude": -59.610900000000001, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373554, "gn_name": "Saint Peter", "gns_id": -1393767, "gns_name": "Saint Peter", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.09", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB09", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.568965223892945, 13.289671855206379 ], [ -59.570673591413112, 13.289059962747103 ], [ -59.576487188632825, 13.288853258071413 ], [ -59.577882452613096, 13.289163316433857 ], [ -59.577985806299949, 13.289266669221348 ], [ -59.578192511874903, 13.289266669221348 ], [ -59.579846157374277, 13.287819729297027 ], [ -59.580440435677474, 13.287768053352963 ], [ -59.580905523671021, 13.287819729297027 ], [ -59.581241421354463, 13.28807811081623 ], [ -59.581603155661071, 13.288129788558848 ], [ -59.582119919598568, 13.288284817290474 ], [ -59.582610846913013, 13.288543198809592 ], [ -59.58405778683732, 13.288129788558848 ], [ -59.586331549961074, 13.286837877366153 ], [ -59.590594855368266, 13.282807115056272 ], [ -59.592971971279411, 13.281876939069463 ], [ -59.594470588047244, 13.281721910337922 ], [ -59.595039028828069, 13.282135322387219 ], [ -59.595400764034054, 13.282238674275433 ], [ -59.595659145553071, 13.282186998331284 ], [ -59.595995043236599, 13.282135322387219 ], [ -59.596279263177422, 13.282135322387219 ], [ -59.597054408634051, 13.282238674275433 ], [ -59.597519496627427, 13.282186998331284 ], [ -59.597932908676825, 13.282083645543793 ], [ -59.598449672614237, 13.281928615912889 ], [ -59.59894059902939, 13.281928615912889 ], [ -59.599767422228723, 13.282186998331284 ], [ -59.600465054218859, 13.282445379850401 ], [ -59.601085170943861, 13.282755439112222 ], [ -59.601395230205668, 13.283065497474666 ], [ -59.601705287668835, 13.283168850262243 ], [ -59.60196367008723, 13.283272203049719 ], [ -59.60224789092743, 13.283168850262243 ], [ -59.602583787711609, 13.282962143787898 ], [ -59.603178066914239, 13.282755439112222 ], [ -59.604134081322769, 13.278414618439882 ], [ -59.605451830037907, 13.275830796953699 ], [ -59.606046109240538, 13.242086086203926 ], [ -59.627724372381834, 13.244928290108504 ], [ -59.644493374069953, 13.237228502493451 ], [ -59.650772061081682, 13.238830471149313 ], [ -59.650805768532564, 13.238839071368332 ], [ -59.652921250952033, 13.273860882377605 ], [ -59.652890793675141, 13.273867092192489 ], [ -59.648989224373196, 13.274693915391907 ], [ -59.630489061021365, 13.286786200522727 ], [ -59.576823086316352, 13.30383942305096 ], [ -59.57591905892474, 13.304392828110423 ], [ -59.57591712099989, 13.304388739000046 ], [ -59.568965223892945, 13.289671855206379 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1998", "OBJECTID_1": 1779, "diss_me": 1998, "adm1_cod_1": "BRB-1998", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint Philip", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.PH", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 4, "gadm_level": 1, "check_me": 0, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "PH", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 12, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB10", "fips_alt": null, "woe_id": 2344739, "woe_label": "Saint Philip, BB, Barbados", "woe_name": "Saint Philip", "latitude": 13.136799999999999, "longitude": -59.469999999999999, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373553, "gn_name": "Saint Philip", "gns_id": -1393768, "gns_name": "Saint Philip", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.10", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB10", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.426909959999875, 13.160386460000069 ], [ -59.430043097999942, 13.125921942000048 ], [ -59.45571855399993, 13.100043036000031 ], [ -59.475775786237307, 13.086495250179993 ], [ -59.480653246050423, 13.093102931954718 ], [ -59.483211229114886, 13.094343167203348 ], [ -59.488921475345762, 13.096513577539611 ], [ -59.490600959266771, 13.097030341477108 ], [ -59.49155697277601, 13.097753810989587 ], [ -59.491531135253666, 13.098167223038899 ], [ -59.492797207125363, 13.100957750100051 ], [ -59.498662482087894, 13.110776272107302 ], [ -59.498946702927981, 13.111551419362485 ], [ -59.500574510005578, 13.1224551460881 ], [ -59.502279833247741, 13.125142320361775 ], [ -59.50375261069442, 13.126589260286096 ], [ -59.513106044708223, 13.129431464190674 ], [ -59.50871354809172, 13.145761217206342 ], [ -59.495355191089118, 13.162969469365578 ], [ -59.488198004933935, 13.165759996426729 ], [ -59.481454229928744, 13.169894111524002 ], [ -59.480162319635326, 13.171134344973993 ], [ -59.469206916066298, 13.184156806091707 ], [ -59.46768246087683, 13.186533922002837 ], [ -59.467680062408562, 13.186537661309842 ], [ -59.457102016999897, 13.183172919000086 ], [ -59.438628709999875, 13.174872137000108 ], [ -59.426909959999875, 13.160386460000069 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRB-1999", "OBJECTID_1": 1780, "diss_me": 1999, "adm1_cod_1": "BRB-1999", "iso_3166_2": "BB-", "wikipedia": null, "iso_a2": "BB", "adm0_sr": 1, "name": "Saint Thomas", "name_alt": null, "name_local": null, "type": "Parish", "type_en": "Parish", "code_local": null, "code_hasc": "BB.TH", "note": null, "hasc_maybe": "BB.JM", "region": null, "region_cod": null, "provnum_ne": 7, "gadm_level": 1, "check_me": 10, "scalerank": 10, "datarank": 8, "abbrev": null, "postal": "TH", "area_sqkm": 0, "sameascity": -99, "labelrank": 10, "featurecla": "Admin-1 scale rank", "name_len": 12, "mapcolor9": 5, "mapcolor13": 3, "fips": "BB11", "fips_alt": "BB04", "woe_id": 2344740, "woe_label": "Saint Thomas, BB, Barbados", "woe_name": "Saint Thomas", "latitude": 13.1877, "longitude": -59.589799999999997, "sov_a3": "BRB", "adm0_a3": "BRB", "adm0_label": 6, "admin": "Barbados", "geonunit": "Barbados", "gu_a3": "BRB", "gn_id": 3373551, "gn_name": "Saint Thomas", "gns_id": -1393770, "gns_name": "Saint Thomas", "gn_level": 1, "gn_region": null, "gn_a1_code": "BB.11", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "fra", "gns_adm1": "BB11", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -59.580983038936068, 13.209839993121179 ], [ -59.566875373100004, 13.201210029519217 ], [ -59.565480109119733, 13.199969794270586 ], [ -59.562792934846044, 13.196817532003465 ], [ -59.554292161554002, 13.180074367837776 ], [ -59.561501023653278, 13.17159943296744 ], [ -59.5635164052579, 13.170410875461513 ], [ -59.587106696316965, 13.161315822966827 ], [ -59.593643764847826, 13.154081122445845 ], [ -59.595064867249789, 13.153461004821494 ], [ -59.611084561003651, 13.150257065711031 ], [ -59.616898159122712, 13.174855048022053 ], [ -59.623512742918706, 13.182193101330512 ], [ -59.6248046541115, 13.182916571742439 ], [ -59.625295579627277, 13.183433336579228 ], [ -59.625011358787162, 13.183640042154195 ], [ -59.6248046541115, 13.184156806091707 ], [ -59.624442918905515, 13.185086982078516 ], [ -59.624184535587858, 13.185448717284487 ], [ -59.62382280128125, 13.185707098803604 ], [ -59.622789273406227, 13.186017157166049 ], [ -59.621755743732564, 13.187980861927258 ], [ -59.620360479752293, 13.191288153825198 ], [ -59.617724982322045, 13.20255361575677 ], [ -59.6171307031195, 13.204310614043635 ], [ -59.615270352045059, 13.204982408511341 ], [ -59.614805264051711, 13.205292466873871 ], [ -59.614624395999073, 13.205344142817935 ], [ -59.614417691323382, 13.205344142817935 ], [ -59.614030116796414, 13.205344142817935 ], [ -59.613875088064788, 13.205447496504789 ], [ -59.613694220911555, 13.205447496504789 ], [ -59.613461676914767, 13.205550849292266 ], [ -59.613099941708896, 13.205757554867233 ], [ -59.61201473699046, 13.206687729954766 ], [ -59.611859707359628, 13.206687729954766 ], [ -59.61170467772871, 13.206739406798192 ], [ -59.611368780944474, 13.20689443642911 ], [ -59.611213752212933, 13.206997789216587 ], [ -59.610541957745141, 13.207411200366622 ], [ -59.610309413748467, 13.207566229997525 ], [ -59.61007686975168, 13.207617905941675 ], [ -59.6097151354451, 13.207617905941675 ], [ -59.609456753026706, 13.207566229997525 ], [ -59.609301724295051, 13.207566229997525 ], [ -59.608991665033329, 13.207514553154098 ], [ -59.608836636301703, 13.207566229997525 ], [ -59.608578253883309, 13.207772935572493 ], [ -59.608371548308241, 13.207979641147546 ], [ -59.608268194621473, 13.208031317990887 ], [ -59.608061489046435, 13.207979641147546 ], [ -59.607906460314894, 13.207876288360069 ], [ -59.606433681968866, 13.20927155234024 ], [ -59.601033494999797, 13.216351223230305 ], [ -59.589122077022239, 13.21702301679872 ], [ -59.585556402705805, 13.215731106505402 ], [ -59.580983038936068, 13.209839993121179 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
1
chartjs/plugins/maps/brb.topo.json
Normal file
1
chartjs/plugins/maps/brb.topo.json
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{"type":"Topology","objects":{"brb":{"type":"GeometryCollection","geometries":[{"type":"Polygon","properties":{"name":"Christ Church"},"id":"BB.CC","arcs":[[0,1,2,3]]},{"type":"Polygon","properties":{"name":"Saint Andrew"},"id":"BB.AN","arcs":[[4,5,6,7,8]]},{"type":"Polygon","properties":{"name":"Saint George"},"id":"BB.GE","arcs":[[9,-3,10,11,12,13]]},{"type":"Polygon","properties":{"name":"Saint James"},"id":"BB.JM","arcs":[[-7,14,15,16,17]]},{"type":"Polygon","properties":{"name":"Saint John"},"id":"BB.JN","arcs":[[18,-14,19,20]]},{"type":"Polygon","properties":{"name":"Saint Joseph"},"id":"BB.JS","arcs":[[-20,-13,21,-5,22]]},{"type":"Polygon","properties":{"name":"Saint Lucy"},"id":"BB.LU","arcs":[[23,24]]},{"type":"Polygon","properties":{"name":"Saint Michael"},"id":"BB.MI","arcs":[[-2,25,-16,26,-11]]},{"type":"Polygon","properties":{"name":"Saint Peter"},"id":"BB.PE","arcs":[[-8,-18,27,-24,28]]},{"type":"Polygon","properties":{"name":"Saint Philip"},"id":"BB.PH","arcs":[[-4,-10,-19,29]]},{"type":"Polygon","properties":{"name":"Saint Thomas"},"id":"BB.TH","arcs":[[-22,-12,-27,-15,-6]]}]}},"arcs":[[[7849,1204],[-517,-271],[-938,-724],[-346,-31],[-281,2],[-272,-36],[-300,-144],[-434,563],[-812,352],[-988,176],[-587,32]],[[2374,1123],[1362,547],[19,2],[-5,46],[-66,225]],[[3684,1943],[2523,724]],[[6207,2667],[412,-97],[64,-49],[75,-92],[72,-371],[13,-27],[258,-334],[55,-95],[-1,-14],[42,-25],[74,-18],[251,-74],[113,-42],[214,-225]],[[4768,6565],[-1,0],[-102,-18],[-556,-199],[-133,-26],[-55,19],[-12,9],[-15,18],[-11,7],[-12,5],[-16,2],[-18,-2],[-25,-5],[-137,-168],[-454,-799]],[[3221,5408],[-201,201],[-157,44],[-524,-23]],[[2339,5630],[-220,877]],[[2119,6507],[26,1150],[58,88],[42,148],[26,7],[15,7],[12,4],[12,-4],[13,-4],[14,-10],[27,-11],[31,-8],[36,-9],[22,0],[22,5],[19,4],[20,1],[34,-3],[13,0],[15,2],[11,1],[16,-3],[25,-14],[66,5],[104,32],[188,137],[100,44],[64,14],[21,-9],[23,-5],[16,-2],[15,-9],[20,-1],[26,1],[73,50],[9,0],[5,-4],[61,-10],[256,7],[75,21]],[[3750,8129],[0,-1],[843,-1380],[175,-183]],[[6400,3224],[-193,-557]],[[3684,1943],[-732,1811]],[[2952,3754],[1038,310],[88,40],[317,289]],[[4395,4393],[590,81],[30,2]],[[5015,4476],[923,-645],[87,-74],[375,-533]],[[2339,5630],[-237,-242],[-65,-47],[-7,3],[-9,2],[-5,-2],[-9,-7],[-11,-7],[-7,-2],[-14,2],[-6,0],[-12,2],[-16,0],[-10,-2],[-10,-5],[-30,-14],[-7,-4],[-14,-5],[-7,-2],[-7,0],[-48,-31],[-16,-7],[-10,-4],[-8,0],[-7,-3],[-17,0],[-9,0],[-8,-2],[-20,-11],[-82,-23],[-26,-60],[-116,-384],[-62,-112],[-45,-67],[-45,-11],[-16,-9],[-12,-12],[-16,-32],[-9,-17],[-12,-7],[21,-18],[57,-25],[291,-250],[256,-838]],[[1897,3377],[-467,-275],[-39,-31],[-79,-46],[-218,-72],[-89,-41],[-3,-7],[-54,25],[-225,160],[-122,-7],[-3,0]],[[598,3083],[-240,639],[-208,2674]],[[150,6396],[1,0],[276,-55],[738,263],[954,-97]],[[8205,4614],[0,-1],[-67,-81],[-482,-443],[-56,-43],[-297,-141],[-315,-95],[-588,-586]],[[5015,4476],[41,534],[10,47],[22,64],[38,0],[18,1],[20,4],[721,509],[105,34]],[[5990,5669],[1154,-667],[666,-291],[395,-97]],[[4395,4393],[-374,571],[-118,107],[-61,43],[-621,294]],[[4768,6565],[405,-423],[816,-473],[1,0]],[[3444,8630],[-40,-19],[-2361,-581],[-814,-412],[-171,-28],[-2,0]],[[56,7590],[-56,724],[88,528],[311,447],[625,485],[795,225],[809,-333],[605,-690],[211,-346]],[[2374,1123],[-348,18],[-590,318],[-509,747],[-329,877]],[[1897,3377],[705,109],[62,21],[288,247]],[[150,6396],[-94,1194]],[[3444,8630],[306,-501]],[[8205,4614],[466,-115],[812,-283],[516,-494],[-138,-1174],[-1129,-882],[-883,-462]]],"transform":{"scale":[0.000022731765376537518,0.00002934049914991551],"translate":[-59.654204881999874,13.05117422100004]}}
|
||||||
10
chartjs/plugins/maps/brn.json
Normal file
10
chartjs/plugins/maps/brn.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type": "FeatureCollection",
|
||||||
|
|
||||||
|
"features": [
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRN-1181", "OBJECTID_1": 1096, "diss_me": 1181, "adm1_cod_1": "BRN-1181", "iso_3166_2": "BN-", "wikipedia": null, "iso_a2": "BN", "adm0_sr": 1, "name": "Belait", "name_alt": null, "name_local": null, "type": "Daerah-Daerah", "type_en": "District", "code_local": null, "code_hasc": "BN.BE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 3, "gadm_level": 1, "check_me": 0, "scalerank": 9, "datarank": 8, "abbrev": null, "postal": "BE", "area_sqkm": 0, "sameascity": -99, "labelrank": 9, "featurecla": "Admin-1 scale rank", "name_len": 6, "mapcolor9": 6, "mapcolor13": 12, "fips": "BX01", "fips_alt": null, "woe_id": 20069849, "woe_label": "Belait, BN, Brunei", "woe_name": "Belait", "latitude": 4.4555499999999997, "longitude": 114.408, "sov_a3": "BRN", "adm0_a3": "BRN", "adm0_label": 2, "admin": "Brunei", "geonunit": "Brunei", "gu_a3": "BRN", "gn_id": 1820869, "gn_name": "Belait District", "gns_id": -1337213, "gns_name": "Belait District", "gn_level": 1, "gn_region": null, "gn_a1_code": "BN.01", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "eng", "gns_adm1": "BX01", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 114.794163249867211, 4.300239527866097 ], [ 114.787856079000107, 4.294157613000053 ], [ 114.781964966000089, 4.284933370000132 ], [ 114.782585084000061, 4.26441782600007 ], [ 114.813797649000151, 4.277104391000108 ], [ 114.817208293000078, 4.259663595000077 ], [ 114.809973592, 4.241292623000078 ], [ 114.787132609000082, 4.207212016000113 ], [ 114.780104615000084, 4.187755839000133 ], [ 114.774523560000091, 4.146466370000027 ], [ 114.766875448000121, 4.131816101000126 ], [ 114.674891398, 4.044069519000089 ], [ 114.627762492000102, 4.016681010000056 ], [ 114.586628052000037, 4.021435242000052 ], [ 114.581667115000073, 4.029341736000092 ], [ 114.574225708000142, 4.054146423000134 ], [ 114.569368124000164, 4.064404195000122 ], [ 114.561409953000066, 4.072026469000093 ], [ 114.540222616000108, 4.086935120000135 ], [ 114.477384075000032, 4.144967753000103 ], [ 114.463121379000142, 4.164139709000025 ], [ 114.453302857000097, 4.183699239000134 ], [ 114.432528931000149, 4.246925354000112 ], [ 114.419919882000045, 4.260128683000104 ], [ 114.401419719000103, 4.261213887000096 ], [ 114.360491985000067, 4.253875834000098 ], [ 114.316773722000107, 4.262505799000053 ], [ 114.282667277000144, 4.2649087530001 ], [ 114.278016398000148, 4.27405548100009 ], [ 114.276259400000129, 4.289015808000059 ], [ 114.279463338000085, 4.294881084000053 ], [ 114.293415975000073, 4.307050883000059 ], [ 114.296723267000061, 4.316662700000066 ], [ 114.289901978000103, 4.361311137000087 ], [ 114.276259400000129, 4.381852519000077 ], [ 114.276259400000129, 4.409731954000051 ], [ 114.268507935, 4.437740581000057 ], [ 114.262616821000108, 4.448721823000142 ], [ 114.25207483000014, 4.460349020000095 ], [ 114.248767538000038, 4.466886088000081 ], [ 114.247837362000098, 4.474766744000121 ], [ 114.24556359900015, 4.481433004000039 ], [ 114.238328898000077, 4.484223532000087 ], [ 114.222929322000027, 4.484636943000098 ], [ 114.216728149000062, 4.487660014000113 ], [ 114.209080038000081, 4.508149719000087 ], [ 114.197297811000055, 4.515823670000074 ], [ 114.172699830000056, 4.52522878000012 ], [ 114.140040324000097, 4.550653585000134 ], [ 114.118956340000068, 4.56163482700012 ], [ 114.064179322000086, 4.5700322470001 ], [ 113.998789910000085, 4.601141669000071 ], [ 114.251719597000033, 4.592678127000042 ], [ 114.326670769000089, 4.60687897300005 ], [ 114.39576256600003, 4.645738023000149 ], [ 114.494443853234657, 4.68124864301744 ], [ 114.502913038705742, 4.657209581357165 ], [ 114.512783237556334, 4.634316921388844 ], [ 114.528131137741752, 4.618658961941605 ], [ 114.541050246071904, 4.60181244498834 ], [ 114.559447055737053, 4.599409491554781 ], [ 114.582494745336191, 4.598040065996315 ], [ 114.595517205554529, 4.577731228413469 ], [ 114.590814650575567, 4.547319647983358 ], [ 114.596809116747295, 4.522334092944021 ], [ 114.627970005111592, 4.503032944814578 ], [ 114.650966017867404, 4.480166124167269 ], [ 114.672515089799504, 4.453087673157626 ], [ 114.69675133690464, 4.429600734886037 ], [ 114.7160266457131, 4.405803738251905 ], [ 114.731684605160353, 4.376606553749525 ], [ 114.739487745563054, 4.346065782110117 ], [ 114.758142937646426, 4.320020859874774 ], [ 114.791577590033739, 4.301649889530793 ], [ 114.793851353157379, 4.300409654282163 ], [ 114.794163249867211, 4.300239527866097 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRN-1182", "OBJECTID_1": 1097, "diss_me": 1182, "adm1_cod_1": "BRN-1182", "iso_3166_2": "BN-", "wikipedia": null, "iso_a2": "BN", "adm0_sr": 1, "name": "Brunei and Muara", "name_alt": null, "name_local": null, "type": "Daerah-Daerah", "type_en": "District", "code_local": null, "code_hasc": "BN.BM", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 2, "gadm_level": 1, "check_me": 0, "scalerank": 9, "datarank": 8, "abbrev": null, "postal": "BM", "area_sqkm": 0, "sameascity": -99, "labelrank": 9, "featurecla": "Admin-1 scale rank", "name_len": 16, "mapcolor9": 6, "mapcolor13": 12, "fips": "BX02", "fips_alt": null, "woe_id": 20069846, "woe_label": "Brunei-Muara, BN, Brunei", "woe_name": "Brunei and Muara", "latitude": 4.9021400000000002, "longitude": 114.92, "sov_a3": "BRN", "adm0_a3": "BRN", "adm0_label": 2, "admin": "Brunei", "geonunit": "Brunei", "gu_a3": "BRN", "gn_id": 1820818, "gn_name": "Brunei and Muara District", "gns_id": -1337264, "gns_name": "Brunei and Muara District", "gn_level": 1, "gn_region": null, "gn_a1_code": "BN.02", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "eng", "gns_adm1": "BX02", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 114.981700066000087, 4.889064846000053 ], [ 114.958905070000071, 4.866293234000096 ], [ 114.955701131000126, 4.850919495000113 ], [ 114.954874309000104, 4.834202169000079 ], [ 114.948363078000114, 4.818931783000039 ], [ 114.932446737000078, 4.809139099000078 ], [ 114.914876750000133, 4.808725688000067 ], [ 114.89647994000012, 4.811826274000097 ], [ 114.878186483000036, 4.812808126000064 ], [ 114.855758911000066, 4.806658630000101 ], [ 114.837672160000068, 4.795315654000106 ], [ 114.805426067000155, 4.764568177000058 ], [ 114.78847619700008, 4.753896993000069 ], [ 114.751785930000096, 4.738523255000089 ], [ 114.743192034092601, 4.730585207870604 ], [ 114.743053419879402, 4.730926012125721 ], [ 114.736180454564305, 4.747824205023051 ], [ 114.743725214347194, 4.780044460583355 ], [ 114.747032505345885, 4.802032782087196 ], [ 114.755765821735281, 4.822186590938401 ], [ 114.759641555313465, 4.847766425180396 ], [ 114.761760288806272, 4.875180772074913 ], [ 114.760210357652454, 4.898765564504444 ], [ 114.928396030000044, 5.000555731000048 ], [ 115.057790561000104, 5.054103908000059 ], [ 115.082855665000011, 5.057196356000134 ], [ 115.101735873000052, 5.049872137000122 ], [ 115.103200717000107, 5.036851304000052 ], [ 115.088633660000085, 5.026597398000106 ], [ 115.057383660000085, 5.012640692000048 ], [ 115.049082879000025, 4.999172268000066 ], [ 115.03248131600003, 4.959418036000059 ], [ 115.029551629000025, 4.947455145000035 ], [ 115.022797071000014, 4.9337425800001 ], [ 114.991709832000083, 4.90497467700007 ], [ 114.981700066000087, 4.889064846000053 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRN-1183", "OBJECTID_1": 1095, "diss_me": 1183, "adm1_cod_1": "BRN-1183", "iso_3166_2": "BN-", "wikipedia": null, "iso_a2": "BN", "adm0_sr": 1, "name": "Temburong", "name_alt": null, "name_local": null, "type": "Daerah-Daerah", "type_en": "District", "code_local": null, "code_hasc": "BN.TE", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 4, "gadm_level": 1, "check_me": 0, "scalerank": 9, "datarank": 8, "abbrev": null, "postal": "TE", "area_sqkm": 0, "sameascity": -99, "labelrank": 9, "featurecla": "Admin-1 scale rank", "name_len": 9, "mapcolor9": 6, "mapcolor13": 12, "fips": "BX03", "fips_alt": null, "woe_id": 20069847, "woe_label": "Temburong, BN, Brunei", "woe_name": "Temburong", "latitude": 4.6024900000000004, "longitude": 115.191, "sov_a3": "BRN", "adm0_a3": "BRN", "adm0_label": 2, "admin": "Brunei", "geonunit": "Brunei", "gu_a3": "BRN", "gn_id": 1820106, "gn_name": "Temburong District", "gns_id": -1337976, "gns_name": "Temburong District", "gn_level": 1, "gn_region": null, "gn_a1_code": "BN.03", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "eng", "gns_adm1": "BX03", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 115.14616946700005, 4.908514716000141 ], [ 115.146800578000068, 4.885620219000145 ], [ 115.155998983000018, 4.876292623000026 ], [ 115.169331502000148, 4.869988098000107 ], [ 115.182250611000143, 4.861228943000114 ], [ 115.207365357000072, 4.825598043000142 ], [ 115.272684367000068, 4.636772359000133 ], [ 115.277025188000096, 4.613052877000086 ], [ 115.275474894000013, 4.595741272000083 ], [ 115.267413371000089, 4.556208802000143 ], [ 115.266896606000046, 4.516857198000153 ], [ 115.272477662000085, 4.474663391000092 ], [ 115.285603475000073, 4.435363465000108 ], [ 115.308651164000025, 4.404693502000086 ], [ 115.343791138000086, 4.3716722610001 ], [ 115.358260539000071, 4.350278219000089 ], [ 115.360741008000161, 4.329555970000072 ], [ 115.346271607000119, 4.313768820000078 ], [ 115.324360800000079, 4.3145956420001 ], [ 115.301209758000084, 4.324698385000133 ], [ 115.283123007000142, 4.336764832000114 ], [ 115.27433801300009, 4.3400204470001 ], [ 115.255114381000055, 4.339245300000101 ], [ 115.244675741000037, 4.343663635000098 ], [ 115.229069458000083, 4.356763611000062 ], [ 115.220697876000088, 4.359760844000078 ], [ 115.19082889800012, 4.356763611000062 ], [ 115.16995162, 4.361259460000085 ], [ 115.113004192000062, 4.382369284000106 ], [ 115.099775025000156, 4.391231791000124 ], [ 115.091816854000115, 4.405416972000083 ], [ 115.07982792200005, 4.503963928000147 ], [ 115.068149048000066, 4.543367208000063 ], [ 115.035489543000097, 4.621243592000027 ], [ 115.026807902000144, 4.660026754000057 ], [ 115.022777141000063, 4.741365458000061 ], [ 115.029778352000164, 4.820641508000108 ], [ 115.029795769000089, 4.820624091000084 ], [ 115.04810631600003, 4.801825262000122 ], [ 115.066416863000086, 4.813544012000122 ], [ 115.086192254000025, 4.835638739000018 ], [ 115.108571811000047, 4.847479559000064 ], [ 115.130218946000014, 4.852036851000108 ], [ 115.130869988000086, 4.863714911000017 ], [ 115.122325066000087, 4.879380601000079 ], [ 115.11646569100003, 4.896063544000114 ], [ 115.118662957000083, 4.90375397300005 ], [ 115.125173373000109, 4.90766022300005 ], [ 115.134532097000033, 4.908840236000074 ], [ 115.145843946000014, 4.908514716000042 ], [ 115.14616946700005, 4.908514716000141 ] ] ] } },
|
||||||
|
{ "type": "Feature", "properties": { "adm1_code": "BRN-1184", "OBJECTID_1": 1098, "diss_me": 1184, "adm1_cod_1": "BRN-1184", "iso_3166_2": "BN-", "wikipedia": null, "iso_a2": "BN", "adm0_sr": 1, "name": "Tutong", "name_alt": null, "name_local": null, "type": "Daerah-Daerah", "type_en": "District", "code_local": null, "code_hasc": "BN.TU", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 1, "gadm_level": 1, "check_me": 0, "scalerank": 9, "datarank": 8, "abbrev": null, "postal": "TU", "area_sqkm": 0, "sameascity": -99, "labelrank": 9, "featurecla": "Admin-1 scale rank", "name_len": 6, "mapcolor9": 6, "mapcolor13": 12, "fips": "BX04", "fips_alt": null, "woe_id": 20069848, "woe_label": "Tutong, BN, Brunei", "woe_name": "Tutong", "latitude": 4.6449600000000002, "longitude": 114.67100000000001, "sov_a3": "BRN", "adm0_a3": "BRN", "adm0_label": 2, "admin": "Brunei", "geonunit": "Brunei", "gu_a3": "BRN", "gn_id": 1820068, "gn_name": "Tutong District", "gns_id": -1338014, "gns_name": "Tutong District", "gn_level": 1, "gn_region": null, "gn_a1_code": "BN.04", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "eng", "gns_adm1": "BX04", "gns_region": null }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 114.743192034092601, 4.730585207870604 ], [ 114.74196740800005, 4.729454040000121 ], [ 114.741347290000078, 4.712943420000045 ], [ 114.748788697, 4.69439158100009 ], [ 114.768115683000076, 4.657494609000068 ], [ 114.773903442, 4.63682403600005 ], [ 114.777314087000036, 4.614654847000125 ], [ 114.782171672000061, 4.497788595000074 ], [ 114.788166138000065, 4.461201680000045 ], [ 114.806046183000035, 4.43332224600006 ], [ 114.82568322700007, 4.426190898000115 ], [ 114.840462688, 4.42861969100008 ], [ 114.847904094000057, 4.423736268000141 ], [ 114.845630331000109, 4.395107524000082 ], [ 114.836431925000113, 4.357228699000089 ], [ 114.828990519000058, 4.340485535000127 ], [ 114.818241821000072, 4.323458151000111 ], [ 114.794163249867211, 4.300239527866097 ], [ 114.793851353157379, 4.300409654282163 ], [ 114.791577590033739, 4.301649889530793 ], [ 114.758142937646426, 4.320020859874774 ], [ 114.739487745563054, 4.346065782110117 ], [ 114.731684605160353, 4.376606553749525 ], [ 114.7160266457131, 4.405803738251905 ], [ 114.69675133690464, 4.429600734886037 ], [ 114.672515089799504, 4.453087673157626 ], [ 114.650966017867404, 4.480166124167269 ], [ 114.627970005111592, 4.503032944814578 ], [ 114.596809116747295, 4.522334092944021 ], [ 114.590814650575567, 4.547319647983358 ], [ 114.595517205554529, 4.577731228413469 ], [ 114.582494745336191, 4.598040065996315 ], [ 114.559447055737053, 4.599409491554781 ], [ 114.541050246071904, 4.60181244498834 ], [ 114.528131137741752, 4.618658961941605 ], [ 114.512783237556334, 4.634316921388844 ], [ 114.502913038705742, 4.657209581357165 ], [ 114.494443853234657, 4.68124864301744 ], [ 114.494476759000065, 4.681260484000035 ], [ 114.529307488000086, 4.693793036000045 ], [ 114.55030358200014, 4.714422919000057 ], [ 114.565684441000087, 4.743353583000072 ], [ 114.601817254000025, 4.779974677000084 ], [ 114.722666863000143, 4.876044012000065 ], [ 114.760183139000162, 4.898749091000099 ], [ 114.760210357652454, 4.898765564504444 ], [ 114.761760288806272, 4.875180772074913 ], [ 114.759641555313465, 4.847766425180396 ], [ 114.755765821735281, 4.822186590938401 ], [ 114.747032505345885, 4.802032782087196 ], [ 114.743725214347194, 4.780044460583355 ], [ 114.736180454564305, 4.747824205023051 ], [ 114.743053419879402, 4.730926012125721 ], [ 114.743192034092601, 4.730585207870604 ] ] ] } }
|
||||||
|
]
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user