Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion new-radar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exb-new-radar",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is a simple widget to add a looping radar and controls to an existing map widget.",
"author": "Lucius Creamer",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions new-radar/src/runtime/widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export default function Widget (props: AllWidgetProps<IMConfig>) {
if (panZoomTimerRef.current) clearTimeout(panZoomTimerRef.current)
panZoomTimerRef.current = setTimeout(async () => {
if (prefetchInProgressRef.current) return
if (wmsRef.current && !wmsRef.current.visible) return
const key = getExtentKey(view)
if (!key || key === prevExtentKeyRef.current) return

Expand Down
Loading