fix(map): allow selecting features under overlays
This commit is contained in:
@@ -184,6 +184,7 @@ const LocationResults: React.FC<Props> = ({ result }) => {
|
||||
properties: {
|
||||
name: "爆管定位高亮",
|
||||
value: "burst_location_highlight",
|
||||
queryable: false,
|
||||
},
|
||||
});
|
||||
map.addLayer(layer);
|
||||
|
||||
@@ -118,6 +118,7 @@ const SchemeQuery: React.FC<Props> = ({
|
||||
properties: {
|
||||
name: "爆管定位模拟管段高亮",
|
||||
value: "burst_location_simulation_pipe_highlight",
|
||||
queryable: false,
|
||||
},
|
||||
});
|
||||
map.addLayer(layer);
|
||||
|
||||
Reference in New Issue
Block a user