maptalks / issues

Repo of issues for webgl layers
3 stars 0 forks source link

使用PolygonLayer中,MutiPolygon类型的图形hide方法无效 #707

Closed huangh99 closed 1 month ago

huangh99 commented 2 months ago

使用PolygonLayer中,MutiPolygon类型的图形hide方法无效 image

huangh99 commented 2 months ago

{ "features": [ { "geometry": { "coordinates": [ [ [ [122.81760999999995, 39.340298000000018], [122.82188499999995, 39.338189], [122.82270100000005, 39.33901800000001], [122.81834600000002, 39.341160000000002], [122.81760999999995, 39.340298000000018] ] ], [ [ [122.81604000000004, 39.337869000000012], [122.81872099999998, 39.336565000000007], [122.81947400000001, 39.337417000000016], [122.816913, 39.338630000000023], [122.81604000000004, 39.337869000000012] ] ], [ [ [122.81576700000005, 39.339540999999997], [122.81697899999995, 39.338826999999981], [122.81782799999996, 39.339810999999997], [122.81662700000004, 39.340471999999977], [122.81576700000005, 39.339540999999997] ] ], [ [ [122.81561899999997, 39.336546999999996], [122.81721000000005, 39.335788999999977], [122.81785000000002, 39.336533999999972], [122.81612800000005, 39.337356999999997], [122.81561899999997, 39.336546999999996] ] ] ], "type": "MultiPolygon" }, "id": 0, "type": "Feature" }, { "geometry": { "coordinates": [ [ [122.79921042050171, 39.34352554309456], [122.79551970089722, 39.333833694799836], [122.80757891262817, 39.335626124177594], [122.80792223538208, 39.34173331625519], [122.79921042050171, 39.34352554309456] ] ], "type": "Polygon" }, "id": 1, "type": "Feature" } ], "type": "FeatureCollection" }

测试数据