Skip to content

Commit

Permalink
Merge pull request #15 from geostreams/14-Fix-layers-of-SR-and-NDVI-o…
Browse files Browse the repository at this point in the history
…n-geodashboard

14-Fix-layers-of-SR-and-NDVI-on-geodashboard
  • Loading branch information
jonglee1 committed Mar 8, 2022
2 parents 067fa7f + 207b66b commit 32e2e47
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 25 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "ISC",
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@geostreams/core": "3.8.0",
"@geostreams/geostreaming": "3.8.0",
"@geostreams/core": "3.9.2",
"@geostreams/geostreaming": "3.9.2",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "~4.0.0-alpha.57",
Expand Down
26 changes: 12 additions & 14 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,28 @@ export default {
],
'Satellite Multispectral Image SR':[
{
title: 'SR 09-30-2020',
id: 'manual:SatelliteImage.Reifsteck.2020.09.30.SR',
type: 'wms',
legend: 'wms?request=GetLegendGraphic&layer=manual:research-region&format=image%2Fpng'
title: 'SR 09-20-2020',
id: '601d8c3fe4b0affc633634ad:SatelliteImage.Reifsteck.2020.09.20.SR.tif_601d8d40e4b0affc6336376e',
type: 'wms'
},
{
title: 'SR 09-01-2020',
id: 'manual:SatelliteImage.Reifsteck.2020.09.01.SR',
type: 'wms',
legend: 'wms?request=GetLegendGraphic&layer=manual:research-region&format=image%2Fpng'
title: 'SR 08-22-2020',
id: '601d8c3fe4b0affc633634ad:SatelliteImage.Reifsteck.2020.08.22.SR.tif_601d8d40e4b0affc6336375a',
type: 'wms'
}
],
'Satellite Multispectral Image NDVI': [
{
title: 'NDVI 09-30-2020',
id: 'manual:SatelliteImage.Reifsteck.2020.09.30.NDVI',
title: 'NDVI 09-20-2020',
id: '601d8dcde4b0affc633642ac:SatelliteImage.Reifsteck.2020.09.20.NDVI.tif_601d8e4de4b0affc63364784',
type: 'wms',
legend: 'wms?request=GetLegendGraphic&layer=manual:research-region&format=image%2Fpng'
legend: 'wms?request=GetLegendGraphic&layer=601d8dcde4b0affc633642ac:SatelliteImage.Reifsteck.2020.09.20.NDVI.tif_601d8e4de4b0affc63364784&format=image%2Fpng'
},
{
title: 'NDVI 09-01-2020',
id: 'manual:SatelliteImage.Reifsteck.2020.09.01.NDVI',
title: 'NDVI 08-22-2020',
id: '601d8dcde4b0affc633642ac:SatelliteImage.Reifsteck.2020.08.22.NDVI.tif_601d8e4de4b0affc63364706',
type: 'wms',
legend: 'wms?request=GetLegendGraphic&layer=manual:research-region&format=image%2Fpng'
legend: 'wms?request=GetLegendGraphic&layer=601d8dcde4b0affc633642ac:SatelliteImage.Reifsteck.2020.08.22.NDVI.tif_601d8e4de4b0affc63364706&format=image%2Fpng'
}
],
'Cation Exchange Capacity (meg/100g)':[
Expand Down
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = webpackMerge.merge(commonConfig, {
new Webpack.DefinePlugin({
'process.env.NODE_ENV': '"development"',
'process.env.GEOSERVER_URL': JSON.stringify(process.env.GEOSERVER_URL || 'https://smartfarm.ncsa.illinois.edu/geoserver'),
'process.env.GEOSTREAMS_URL': JSON.stringify(process.env.GEOSTREAMS_URL || 'http://localhost:9000/geostreams')
'process.env.GEOSTREAMS_URL': JSON.stringify(process.env.GEOSTREAMS_URL || 'https://smartfarm.ncsa.illinois.edu/geostreams')
})
]
});
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1027,10 +1027,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@geostreams/core@3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@geostreams/core/-/core-3.8.0.tgz#e79b79bb31f9aea667773575f51e8a6fc6481c48"
integrity sha512-Pu+mrxVnWx086m9bmfwn9GuahDISt16nk820StctAGqKAEyku+dyQu7FzSl/pJK0UiYp+TW73vxTObk8EwWOuw==
"@geostreams/core@3.9.2":
version "3.9.2"
resolved "https://registry.yarnpkg.com/@geostreams/core/-/core-3.9.2.tgz#f1d508ab968534eef6565b4fc3517cc691cc9398"
integrity sha512-Tknraw9pTjcoYLD9lV8XGt66hdq8nTALAyvEwhva1nd8qQfqCXtjOb7Coi2SVeUKW09bW1MAD082nCzl0FApCA==
dependencies:
clsx "^1.1.1"
d3 "~5.16.0"
Expand Down Expand Up @@ -1060,10 +1060,10 @@
dependencies:
"@babel/eslint-parser" "^7.13.14"

"@geostreams/geostreaming@3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@geostreams/geostreaming/-/geostreaming-3.8.0.tgz#bd320ee17573f8ab1203145496859093bcc368ce"
integrity sha512-5Teh5imrT4ftk07eMek+cI0Jq3+ZXvZC7S5NryDKQP58dEhdW2hdshFEHSQj7O3je21a+Xjd9Z4TKLNynLO3mA==
"@geostreams/geostreaming@3.9.2":
version "3.9.2"
resolved "https://registry.yarnpkg.com/@geostreams/geostreaming/-/geostreaming-3.9.2.tgz#004b647cc130dd45520f0ba02ef8b49d57e9cc67"
integrity sha512-khWJlrEm6i+BzHaV97q5BoM14XodqtgIs/PqLSg/7nW0Gsa2gFevv+CRrJoB+HIujs4JZIR/UEx/6UrHmUSDsw==
dependencies:
"@date-io/date-fns" "1.3.13"
"@geostreams/core" "^3.6.0"
Expand Down

0 comments on commit 32e2e47

Please sign in to comment.