diff --git a/app/src/frontend/map/layers/city-base-map-layer.tsx b/app/src/frontend/map/layers/city-base-map-layer.tsx index 8f2cd68f..b1aff8a4 100644 --- a/app/src/frontend/map/layers/city-base-map-layer.tsx +++ b/app/src/frontend/map/layers/city-base-map-layer.tsx @@ -1,12 +1,13 @@ -import React, { useEffect } from 'react'; +/*import React, { useEffect } from 'react'; import mapboxgl from 'mapbox-gl'; // Set your Mapbox access token mapboxgl.accessToken = 'pk.eyJ1IjoiYWxpLWFkbGkiLCJhIjoiY2xuM2JtYjV1MGE5djJrb2d5OGp1ZWNyNiJ9.gENyP4xX6ElLAeZFlE0aDg'; -/** - * Component to display a Mapbox map. +/* + Component to display a Mapbox map. */ +/* export function CityMap() { const remote_css = fetch("https://api.tiles.mapbox.com/mapbox-gl-js/v0.53.0/mapbox-gl.css"); @@ -30,3 +31,5 @@ export function CityMap() { } export default CityMap; + +*/