diff --git a/.env.sample b/.env.sample index 2708a65..b8227c1 100644 --- a/.env.sample +++ b/.env.sample @@ -1,5 +1,4 @@ VITE_SWODLR_API_BASE_URI = https://www.example.com VITE_BASE_REDIRECT_URI = http://localhost:3000/ VITE_EDL_CLIENT_ID = example_client_id -VITE_EDL_BASE_URI = http://thisisa.test/ -VITE_MAPBOX_ACCESS_TOKEN = pk.example_key \ No newline at end of file +VITE_EDL_BASE_URI = http://thisisa.test/ \ No newline at end of file diff --git a/cmr/ops_swodlr_cmr_umm_t.json b/cmr/ops_swodlr_cmr_umm_t.json index e6968fa..3ca11da 100644 --- a/cmr/ops_swodlr_cmr_umm_t.json +++ b/cmr/ops_swodlr_cmr_umm_t.json @@ -46,7 +46,7 @@ "URL": { "URLContentType": "DistributionURL", "Type": "GOTO WEB TOOL", - "URLValue": "http://swodlr.podaac.earthdatacloud.nasa.gov/" + "URLValue": "http://swodlr.podaac.earthdatacloud.nasa.gov" }, "MetadataSpecification": { "URL": "https://cdn.earthdata.nasa.gov/umm/tool/v1.2.0", diff --git a/cmr/sit_swodlr_cmr_umm_t.json b/cmr/sit_swodlr_cmr_umm_t.json index 1011ff4..7fdeebc 100644 --- a/cmr/sit_swodlr_cmr_umm_t.json +++ b/cmr/sit_swodlr_cmr_umm_t.json @@ -7,7 +7,7 @@ "URL": { "URLContentType": "DistributionURL", "Type": "GOTO WEB TOOL", - "URLValue": "http://swodlr.podaac.sit.earthdatacloud.nasa.gov/" + "URLValue": "http://swodlr.podaac.sit.earthdatacloud.nasa.gov" }, "Description": "SWODLR (swaa·dler) is an open-source software system developed to generate custom Level 2 raster data products for the SWOT mission. It provides an Application Programming Interface (API) and Graphical User Interface (GUI) that allows end-users to provide custom configurations to generate on-demand raster data products from underlying standard data products (PIXC, PIXCVec).", "ToolKeywords" : [ diff --git a/cmr/uat_swodlr_cmr_umm_t.json b/cmr/uat_swodlr_cmr_umm_t.json index dd3762c..64e2a26 100644 --- a/cmr/uat_swodlr_cmr_umm_t.json +++ b/cmr/uat_swodlr_cmr_umm_t.json @@ -46,7 +46,7 @@ "URL": { "URLContentType": "DistributionURL", "Type": "GOTO WEB TOOL", - "URLValue": "http://swodlr.podaac.uat.earthdatacloud.nasa.gov/" + "URLValue": "http://swodlr.podaac.uat.earthdatacloud.nasa.gov" }, "MetadataSpecification": { "URL": "https://cdn.earthdata.nasa.gov/umm/tool/v1.2.0", diff --git a/src/components/map/WorldMap.tsx b/src/components/map/WorldMap.tsx index 4d9fcfb..fc59d10 100644 --- a/src/components/map/WorldMap.tsx +++ b/src/components/map/WorldMap.tsx @@ -16,8 +16,6 @@ import { useLocation, useSearchParams } from 'react-router-dom'; import { useEffect } from 'react'; import { getGranules, getSpatialSearchGranuleVariables } from '../../constants/graphqlQueries'; -const MAPBOX_ACCESS_TOKEN = import.meta.env.VITE_MAPBOX_ACCESS_TOKEN; - let DefaultIcon = L.icon({ iconUrl: icon, shadowUrl: iconShadow @@ -242,8 +240,8 @@ const WorldMap = () => { }