Skip to content

Commit

Permalink
fix(landcoverexplorer): no longer need to include Microsoft in attrib…
Browse files Browse the repository at this point in the history
…ution of Landcover Service
  • Loading branch information
vannizhang committed Apr 3, 2024
1 parent f7057af commit 0117c20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"title": "Esri | Sentinel-2 Land Cover Explorer",
"webmapId": "f8770e0adc5c41038026494b871ceb99",
"description": "This application displays the land use/land cover (LULC) timeseries layer derived from ESA Sentinel-2 imagery at 10m resolution. ",
"animationMetadataSources": "Esri, Impact Observatory, Microsoft",
"animationMetadataSources": "Esri, Impact Observatory",
"pathname": "/landcoverexplorer",
"entrypoint": "/src/landcover-explorer/index.tsx"
},
Expand Down
8 changes: 4 additions & 4 deletions src/landcover-explorer/components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ const AboutLandcoverExplorer = () => {
ArcGIS Living Atlas of the World
</a>{' '}
provides a detailed, accurate, and timely LULC map of
the world. The data is the result of a three-way
collaboration among Esri, Impact Observatory, and
Microsoft. For more information about the data, see{' '}
the world. The data is the result of a collaboration
between Esri and Impact Observatory. For more
information about the data, see{' '}
<a
className="underline"
href="https://www.arcgis.com/home/item.html?id=cfcb7609de5f478eb7666240902d4d3d"
Expand Down Expand Up @@ -140,7 +140,7 @@ const AboutLandcoverExplorer = () => {
<span className="font-bold">
Sentinel-2 10m Land Use/Land Cover{' '}
</span>{' '}
– Esri, Impact Observatory, and Microsoft
– Esri and Impact Observatory
</p>
<p>
This work is licensed under a Creative Commons by
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const MapViewContainer = () => {

<ReferenceLayers />

<CustomMapArrtribution atrribution="Sentinel-2 10m Land Use/Land Cover data by Impact Observatory, Microsoft, and Esri" />
<CustomMapArrtribution atrribution="Sentinel-2 10m Land Use/Land Cover data by Esri and Impact Observatory" />

<AnimationPanel />

Expand Down

0 comments on commit 0117c20

Please sign in to comment.