diff --git a/app/src/frontend/map/map.tsx b/app/src/frontend/map/map.tsx index 56a51e97..aa65d35b 100644 --- a/app/src/frontend/map/map.tsx +++ b/app/src/frontend/map/map.tsx @@ -30,7 +30,7 @@ import mapboxgl from "mapbox-gl"; import { Building } from "../models/building"; -/*import { CityMap } from './layers/city-base-map-layer';*/ +import { CityMap } from "./layers/city-base-map-layer"; import { CityBoundaryLayer } from "./layers/city-boundary-layer"; import { BoroughBoundaryLayer } from "./layers/borough-boundary-layer"; import { BoroughLabelLayer } from "./layers/borough-label-layer";