Skip to content

Commit 02601f9

Browse files
authored
Update run_countries.ts
1 parent 779a8f6 commit 02601f9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/static/run_countries.ts

+15
Original file line numberDiff line numberDiff line change
@@ -3335,6 +3335,21 @@ export const chinaGeojson: FeatureCollection<RPGeometry> = {
33353335
],
33363336
],
33373337
},
3338+
},
3339+
{
3340+
type: 'Feature',
3341+
properties: {
3342+
name: '瑞典',
3343+
},
3344+
geometry: {
3345+
type: 'MultiPolygon',
3346+
coordinates: [
3347+
[
3348+
[
3349+
[19.076465,57.835938],[18.136523,57.556641],[18.146387,56.920508],[19.076465,57.835938],],],[[[11.388281,59.036523],[11.248242,58.369141],[12.883691,56.617725],[12.80166,56.263916],[12.471191,56.290527],[12.88584,55.411377],[14.17373,55.396631],[14.401953,55.976758],[15.82666,56.124951],[16.34873,56.709277],[16.923828,58.492578],[16.214258,58.63667],[18.285352,59.109375],[18.560254,59.394482],[17.964258,59.359375],[18.970508,59.757227],[17.955762,60.589795],[17.250977,60.700781],[17.410254,62.508398],[20.762695,63.867822],[21.519629,64.463086],[21.410352,65.317432],[22.400977,65.862109],[24.155469,65.805273],[23.638867,67.954395],[20.622168,69.036865],[20.116699,69.020898],[19.969824,68.356396],[18.303027,68.55542],[17.916699,67.964893],[17.324609,68.103809],[16.783594,67.89502],[15.483789,66.305957],[14.543262,66.129346],[14.479688,65.301465],[13.650293,64.581543],[14.141211,64.173535],[12.792773,64],[12.175195,63.595947],[12.155371,61.720752],[12.880762,61.352295],[12.294141,61.002686],[12.486133,60.106787],[11.680762,59.592285],[11.642773,58.926074],[11.388281,59.036523], ],
3350+
],
3351+
],
3352+
},
33383353
},
33393354
{
33403355
type: 'Feature',

0 commit comments

Comments
 (0)