Skip to content

Commit

Permalink
changed latlngchecker to warning
Browse files Browse the repository at this point in the history
until i can figure out how exactly it works
  • Loading branch information
MikeTrizna committed Dec 15, 2015
1 parent 5d1ce18 commit 8524170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/si_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<rule type="checkInXMLFields" column="monthCollected" list="month" level="error"/>
<rule type="checkInXMLFields" column="dayCollected" list="day" level="error"/>
<rule type="checkInXMLFields" column="countryOrOcean" list="country" level="error"/>
<rule type='latLngChecker' decimalLatitude='decimalLatitude' decimalLongitude='decimalLongitude' level='error'/>
<rule type='latLngChecker' decimalLatitude='decimalLatitude' decimalLongitude='decimalLongitude' level='warning'/>
</worksheet>
<lists>
<list alias="country">
Expand Down

0 comments on commit 8524170

Please sign in to comment.