Skip to content

Commit

Permalink
Fixup bad spelling (relif -> relief) in layer id
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Jun 26, 2023
1 parent e2e4fc5 commit e338f26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions qgreenland/config/cfg-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26123,7 +26123,7 @@
{
"layer_cfg": {
"description": "Blue Marble (August 2004, Shaded Relief and Bathymetry).\n\nThe MODIS Blue Marble, Next Generation layer with Shaded Relief and\nBathymetry is a cloud free, true color composite of MODIS imagery from\nAugust 2004 including shaded relief and bathymetry in the water bodies.\n\nThe MODIS Blue Marble, Next Generation is a static product created with data\nfrom 2004 from the MODIS instrument on board the Terra satellite. The image\nresolution is 500 m. It can be viewed in Worldview/Global Imagery Browse\nServices (GIBS). Images for January \u2013 December 2004 can be downloaded from\nNASA\u2019s Visible Earth.\n\nReferences: NASA Earth Observatory - Blue Marble\n[https://earthobservatory.nasa.gov/features/BlueMarble]; NASA Earth\nObservations - Blue Marble\n[https://neo.gsfc.nasa.gov/view.php?datasetId=BlueMarbleNG-TB]; NASA\nEarth Observations - Blue Marble: Next Generation+Topography and\nBathymetry\n[https://neo.gsfc.nasa.gov/view.php?datasetId=BlueMarbleNG-TB].",
"id": "blue_marble_shaded_relif_bathymetry",
"id": "blue_marble_shaded_relief_bathymetry",
"in_package": true,
"input": {
"asset": {
Expand All @@ -26141,7 +26141,7 @@
],
"title": "Blue Marble shaded relief and Bathymetry (500m)"
},
"name": "blue_marble_shaded_relif_bathymetry"
"name": "blue_marble_shaded_relief_bathymetry"
}
],
"name": "Internet-required data",
Expand All @@ -26152,7 +26152,7 @@
":image_mosaic_2015",
":sdfi_satellite_orthophotos",
":sdfi_topo_map",
":blue_marble_shaded_relif_bathymetry"
":blue_marble_shaded_relief_bathymetry"
],
"show": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
":image_mosaic_2015",
":sdfi_satellite_orthophotos",
":sdfi_topo_map",
":blue_marble_shaded_relif_bathymetry",
":blue_marble_shaded_relief_bathymetry",
],
)
2 changes: 1 addition & 1 deletion qgreenland/config/layers/Internet-required data/online.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from qgreenland.models.config.layer import Layer, LayerInput

blue_marble_layer = Layer(
id="blue_marble_shaded_relif_bathymetry",
id="blue_marble_shaded_relief_bathymetry",
title="Blue Marble shaded relief and Bathymetry (500m)",
description=(
"""Blue Marble (August 2004, Shaded Relief and Bathymetry).
Expand Down

0 comments on commit e338f26

Please sign in to comment.