Skip to content

Commit

Permalink
Merge pull request #110 from davdelaf/master
Browse files Browse the repository at this point in the history
Fixing matching of regular expression with url of images in Call3rdPartyWebService.
  • Loading branch information
rajsite authored May 28, 2020
2 parents 22f37a8 + 7700ea2 commit 83e4714
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<FrontPanelUnplacedItems Id="11" Left="[float]0" MinHeight="[float]0" MinWidth="[float]0" PanelSizeMode="Fixed" Top="[float]0" />
<BlockDiagram Id="12">
<Literal Bounds="800 -95 505 15" DataType="String" Id="15" xmlns="http://www.ni.com/MocCommon">
<p.Data>https://earthquake.usgs.gov/realtime/product/losspager/%s/us/[0-9]+/exposure.png</p.Data>
<p.Data>https://earthquake.usgs.gov/archive/product/losspager/%s/us/[0-9]+/exposure.png</p.Data>
<StringBehavior TextDisplayMode="Default" />
</Literal>
<DataAccessor Bounds="1185 -65 40 15" DataItem="22" Id="23" Label="26" xmlns="http://www.ni.com/MocCommon">
Expand Down

0 comments on commit 83e4714

Please sign in to comment.