From 27f9df3af5c95a0595cebe5baeb091a974fb5af6 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Thu, 5 Jan 2023 17:11:07 +0000 Subject: [PATCH] More robust checking of HTTP success codes --- plugins/tiddlywiki/geospatial/demo/traveltime.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tiddlywiki/geospatial/demo/traveltime.tid b/plugins/tiddlywiki/geospatial/demo/traveltime.tid index 6b20858b7..6e147d13f 100644 --- a/plugins/tiddlywiki/geospatial/demo/traveltime.tid +++ b/plugins/tiddlywiki/geospatial/demo/traveltime.tid @@ -9,7 +9,7 @@ tags: $:/tags/GeospatialDemo <$action-setfield $tiddler="$:/temp/_Error" text=<>/> <$action-setfield $tiddler="$:/temp/_Result" text=<>/> <$action-setfield $tiddler="$:/temp/_Headers" text=<>/> -<$list filter="[match[200]]" variable="ignore"> +<$list filter="[compare:number:gteq[200]compare:number:lteq[299]]" variable="ignore"> <$action-setfield $tiddler="$:/temp/_IsochroneLayer" text={{{ [] }}} tags="$:/tags/GeoLayer"/> \end