Skip to content

Commit 1580fa9

Browse files
authored
Update run_countries.ts
1 parent f6b2012 commit 1580fa9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/static/run_countries.ts

+14
Original file line numberDiff line numberDiff line change
@@ -3442,6 +3442,20 @@ export const chinaGeojson: FeatureCollection<RPGeometry> = {
34423442
],
34433443
],
34443444
},
3445+
},
3446+
{
3447+
type: 'Feature',
3448+
properties: {
3449+
name: '芬兰',
3450+
},
3451+
geometry: {
3452+
type: 'Polygon',
3453+
coordinates: [
3454+
[
3455+
[24.155469,65.805273],[24.628027,65.85918],[25.347852,65.479248],[25.288184,64.860352],[24.55791,64.801025],[21.143848,62.73999],[21.436035,60.596387],[22.584961,60.380566],[22.462695,60.029199],[22.911719,60.209717],[23.021289,59.816016],[25.758008,60.267529],[26.569336,60.624561],[26.534668,60.412891],[27.797656,60.536133],[31.533984,62.8854],[29.991504,63.735156],[30.51377,64.2],[29.604199,64.968408],[30.102734,65.72627],[29.066211,66.891748],[29.988086,67.668262],[28.685156,68.189795],[28.414062,68.90415],[28.96582,69.021973],[29.141602,69.671436],[27.747852,70.064844],[26.072461,69.691553],[24.941406,68.593262],[23.854004,68.805908],[22.410938,68.719873],[21.59375,69.273584],[20.622168,69.036865],[23.638867,67.954395],[24.155469,65.805273],
3456+
],
3457+
],
3458+
},
34453459
},
34463460
{
34473461
type: 'Feature',

0 commit comments

Comments
 (0)