Skip to content

Commit

Permalink
EP-3439 have to use multiply due to geotrellis bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Jun 19, 2020
1 parent a4c5ec8 commit 20ef640
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions layercatalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,7 @@
"result": false
},
"subtract1": {
"comment" : "have to use add here instead of subtract: https://github.com/locationtech/geotrellis/issues/3257",
"process_id": "add",
"arguments": {
"x": {
Expand All @@ -871,12 +872,13 @@
}
},
"divide1": {
"process_id": "divide",
"comment" : "have to use multiply here: https://github.com/locationtech/geotrellis/issues/3257",
"process_id": "multiply",
"arguments": {
"x": {
"from_node": "subtract1"
},
"y": 10
"y": 0.1
}

},
Expand Down

0 comments on commit 20ef640

Please sign in to comment.