diff --git a/app/src/frontend/map/map.tsx b/app/src/frontend/map/map.tsx index 1a1e9286..90ef0ee2 100644 --- a/app/src/frontend/map/map.tsx +++ b/app/src/frontend/map/map.tsx @@ -9,7 +9,7 @@ import { initialMapViewport, mapBackgroundColor, MapTheme, LayerEnablementState import { Building } from '../models/building'; -import { CityBaseMapLayer } 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';