Skip to content

Commit

Permalink
Merge pull request #63 from Vizzuality/develop
Browse files Browse the repository at this point in the history
Update main
  • Loading branch information
barbara-chaves authored Jun 28, 2024
2 parents 8a28ac6 + 5126032 commit 4be420a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions client/src/containers/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ const DEFAULT_PROPS: CustomMapProps = {
maxZoom: 14,
};

const FOG = {
range: [0.5, 8],
'horizon-blend': 0.125,
color: '#2a6981',
'high-color': '#0a2839',
'space-color': '#0a2839',
'star-intensity': 0.25,
};

export default function MapContainer() {
const { id, initialViewState, minZoom, maxZoom } = DEFAULT_PROPS;

Expand Down Expand Up @@ -201,7 +192,6 @@ export default function MapContainer() {
minZoom={minZoom}
maxZoom={maxZoom}
mapStyle={MAPBOX_STYLES.default}
fog={FOG}
interactiveLayerIds={layersInteractiveIds}
// onClick={handleMapClick}
onMouseMove={handleMouseMove}
Expand Down

0 comments on commit 4be420a

Please sign in to comment.