Skip to content

Commit bb9530c

Browse files
authored
Update run_countries.ts
1 parent 2ec7433 commit bb9530c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/static/run_countries.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -3258,7 +3258,7 @@ export const chinaGeojson: FeatureCollection<RPGeometry> = {
32583258
name: '澳大利亚',
32593259
},
32603260
geometry: {
3261-
type: 'Polygon',
3261+
type: 'MultiPolygon',
32623262
coordinates: [
32633263
[
32643264
[
@@ -3437,11 +3437,11 @@ export const chinaGeojson: FeatureCollection<RPGeometry> = {
34373437
name: '巴勒斯坦',
34383438
},
34393439
geometry: {
3440-
type: 'Polygon',
3440+
type: 'MultiPolygon',
34413441
coordinates: [
34423442
[
34433443
[
3444-
[34.477344,31.584863],[34.198145,31.322607],[34.245313,31.208301],[34.477344,31.584863]]],[,[,[35.551465,32.395508],[35.065039,32.460449],[34.953809,31.84126],[35.203711,31.75],[34.872754,31.396875],[35.450586,31.479297],[35.551465,32.395508], ],
3444+
[34.477344,31.584863],[34.198145,31.322607],[34.245313,31.208301],[34.477344,31.584863],],],[[[35.551465,32.395508],[35.065039,32.460449],[34.953809,31.84126],[35.203711,31.75],[34.872754,31.396875],[35.450586,31.479297],[35.551465,32.395508], ],
34453445
],
34463446
],
34473447
],

0 commit comments

Comments
 (0)