Skip to content

Commit

Permalink
Move layers and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Mar 12, 2024
1 parent 40c0728 commit 8e5aa01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/map/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useEffect, useState } from "react";
import { createRoot } from "react-dom/client";
import { Map, MapProvider } from "react-map-gl";

import DataTileLayer from "./DataTileLayer.tsx";
import DataTileLayer from "../layers/datatile-layer.tsx";
import { useMenuStore } from "./Store.tsx";
import { MenuState, SearchView } from "../types.tsx";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { scaleQuantize } from "d3-scale";
import { interpolateYlOrRd } from "d3-scale-chromatic";
import { CompositeLayer, CompositeLayerProps, Viewport } from "@deck.gl/core";

import DelaunayLayer from "./DelaunayLayer";
import DelaunayLayer from "./delaunay-layer.tsx";
import { ViewTile, Reload, DataLayerState, DataTileMap } from "../types.tsx";

const defaultProps = {
Expand Down
File renamed without changes.

0 comments on commit 8e5aa01

Please sign in to comment.