Skip to content

Commit f6b2012

Browse files
authored
Update run_countries.ts
1 parent fb5e69d commit f6b2012

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
@@ -3429,6 +3429,20 @@ export const chinaGeojson: FeatureCollection<RPGeometry> = {
34293429
],
34303430
},
34313431
},
3432+
{
3433+
type: 'Feature',
3434+
properties: {
3435+
name: '瑞士',
3436+
},
3437+
geometry: {
3438+
type: 'Polygon',
3439+
coordinates: [
3440+
[
3441+
[9.524023,47.524219],[8.572656,47.775635],[8.454004,47.596191],[7.615625,47.592725],[6.968359,47.453223],[5.97002,46.214697],[6.758105,46.415771],[7.021094,45.925781],[7.787891,45.921826],[8.422559,46.446045],[9.02373,45.845703],[9.260156,46.475195],[10.12832,46.238232],[10.452832,46.864941],[9.580273,47.057373],[9.487695,47.062256],[9.527539,47.270752],[9.524023,47.524219],
3442+
],
3443+
],
3444+
},
3445+
},
34323446
{
34333447
type: 'Feature',
34343448
properties: {

0 commit comments

Comments
 (0)