Skip to content

Commit

Permalink
Merge pull request OpenGeoscience#1364 from OpenGeoscience/update-rai…
Browse files Browse the repository at this point in the history
…nfall-demo

docs: Update the rainfall example
  • Loading branch information
manthey authored Feb 6, 2025
2 parents 40f9e69 + 03b0f17 commit 90ae5d5
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/rainfall/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"tests": [
"iso instanceof geo.isolineFeature",
"layer.children().filter(function (c) { return c instanceof geo.layer; })[0].features()[0] instanceof geo.textFeature",
"iso.data().length === 25944",
"contour.data().length === 25944",
"point.data().length === 25944"
"iso.data().length === 30706",
"contour.data().length === 30706",
"point.data().length === 30706"
]
}]
}
2 changes: 1 addition & 1 deletion scripts/datastore.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var registry = {
'hurricanes.json': '0c44cca72c76ead45a2d8084acb3597db4827a880637e5957f1d986f7c2b57986d2bada824756a87e1de730e4078af0a0b6462539bb9d4f764271596a4965773',
'land_polygons.json': '30a828392d58678599130e0dca6d7f27e7e07e4e5b5d7f7a37871eb395d53d97b76134c0a07e805fbdfac0f42e6d3ca6e287c9727815a9dc711d541b1c8f68a1',
'land_shallow_topo_2048.png': '8a8330dba5bacdb511038ad0f6ee5a764a40aa7a8868a445749f653ae5d85d8317684ac706e7a9f049590170df6bc3fefc2912d52124d1b3b17aa43c529ff2a8',
'noaa_prcp.json': '07b4e12f0a31c0f48ca42545e61324941be7df24bd521541250969dd3f14f4400a362601ea9ecb4220d9d3b731f01d75cf9a998682c43afbc63cc4a16c2cba2e',
'noaa_prcp.json': 'a03dd083292c6eac86f73dc4512e5f39b7c195402db960a85824d43a144c0af6f1f4ce86c0bb0b8d9c58e19eef6756d610c8c8e2e30d91989012e41457bb59dd',
'oahu-dense.json': '692a44ec4a18b16d1530403a9a2bf286ff2ef7d45fa58f555c278f91a0fa708b5626a3f38955e06a11cdc06a1009e859328687c1f32a2169e0c8ef1b518418c1',
'oahu.json': 'e44282c44fa95f0b40c2135ee94ff40a755771f3b4bf9acda0eef0048cd0fb29b3a71352e2eecdca6cfc35fafde96ffb1a9658c9fee2346071808a9123c26cb5',
'oahu-medium.json': '83375c5c2678b11d8de7f59fd8e2f9b889d3ec20f4a81279d996711bfc0942bd9dcdce149cbca995930459c26b3bf58be60569687085adf361ff805436b75aab',
Expand Down
Loading

0 comments on commit 90ae5d5

Please sign in to comment.