Skip to content

Commit f957918

Browse files
authored
Update run_countries.ts
1 parent 4ef7de1 commit f957918

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/static/run_countries.ts

+16
Original file line numberDiff line numberDiff line change
@@ -3554,6 +3554,22 @@ export const chinaGeojson: FeatureCollection<RPGeometry> = {
35543554
],
35553555
},
35563556
},
3557+
{
3558+
type: 'Feature',
3559+
properties: {
3560+
name: '荷兰',
3561+
},
3562+
geometry: {
3563+
type: 'MultiPolygon',
3564+
coordinates: [
3565+
[
3566+
[
3567+
[5.993945,50.750439],[5.94873,51.802686],[6.800391,51.967383],[7.035156,52.380225],[6.710742,52.617871],[7.033008,52.651367],[7.197266,53.282275],[6.062207,53.40708],[4.76875,52.941309],[3.946875,51.810547],[4.274121,51.471631],[3.448926,51.540771],[4.226172,51.386475],[5.030957,51.469092],[5.796484,51.153076],[5.639453,50.843604],[5.993945,50.750439],],],[[[4.226172,51.386475],[3.350098,51.377686],[3.902051,51.207666],[4.226172,51.386475],
3568+
],
3569+
],
3570+
],
3571+
},
3572+
},
35573573
{
35583574
type: 'Feature',
35593575
properties: {

0 commit comments

Comments
 (0)