Skip to content

Commit

Permalink
Fix polygons going over other geometries
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo-Duke committed Apr 8, 2024
1 parent 51148b4 commit bc17e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/map/geometry-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export const GeometryItem = ({
line.map<[number, number]>(([lat, lng]) => [lng, lat]),
)}
pathOptions={options.style as GeoJSONOptions}
pane="tilePane"
>
<MetaData properties={properties} layer={layer} />
</Polygon>
Expand Down

0 comments on commit bc17e89

Please sign in to comment.