Skip to content

Commit

Permalink
Fix public map url layer
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalcengio authored and micheal-w-wells committed Dec 29, 2023
1 parent abcd478 commit 5374184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appv2/src/UI/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as L from 'leaflet';
import OfflineLayers from './OfflineLayers';
import { useSelector } from 'util/use_selector';
import { RecordSetLayersRenderer } from './RecordSetLayersRenderer';
//import { VectorOverviewLayer } from './VectorOverviewLayer';
import { VectorOverviewLayer } from './VectorOverviewLayer';


const Map = (props: any) => {
Expand Down Expand Up @@ -35,7 +35,7 @@ const Map = (props: any) => {
<RecordSetLayersRenderer />
{props.children}
<OfflineLayers />
{/*{!isAuth && <VectorOverviewLayer />}*/}
<VectorOverviewLayer />
</MapContainer>
) : (
<></>
Expand Down

0 comments on commit 5374184

Please sign in to comment.