Skip to content

Commit d04b15a

Browse files
committed
fix: remove overlay because of bug in layer selector
Ref: agrc/kitchen-sink#460
1 parent 385fdb7 commit d04b15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MapContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const MapContainer = ({ onClick }: { onClick?: __esri.ViewImmediateClickE
6060
'Topo',
6161
'Color IR',
6262
],
63-
referenceLayers: ['Address Points', 'Land Ownership', 'Overlay'],
63+
referenceLayers: ['Address Points', 'Land Ownership'],
6464
},
6565
};
6666

0 commit comments

Comments
 (0)