Skip to content

Commit 4707876

Browse files
authored
Update run_countries.ts
1 parent 8524b97 commit 4707876

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
@@ -3430,6 +3430,21 @@ export const chinaGeojson: FeatureCollection<RPGeometry> = {
34303430
],
34313431
],
34323432
},
3433+
},
3434+
{
3435+
type: 'Feature',
3436+
properties: {
3437+
name: '巴勒斯坦',
3438+
},
3439+
geometry: {
3440+
type: 'MultiPolygon',
3441+
coordinates: [
3442+
[
3443+
[
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], ],
3445+
],
3446+
],
3447+
},
34333448
},
34343449
{
34353450
type: 'Feature',

0 commit comments

Comments
 (0)