Comment city-bas-map-layer

This commit is contained in:
Alireza Adli 2023-10-27 13:53:51 -04:00
parent c080b0762a
commit a99d257c4e

View File

@ -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;
*/