mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 23:04:35 +00:00
svx *ref validity checking stuff now working fine
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
|
||||
|
||||
<h3>Wallets and Surveyscans</h3>
|
||||
<p>Run dos2unix to convert any uploaded Windows text files to the format expected by our software. e.g.
|
||||
<pre><code>cd expofiles/surveyscans
|
||||
find . -not -type d -exec file "{}" ";" | grep CRLF >crlf.txt
|
||||
`awk -F: '// {print "dos2unix \"" $1 "\""}' crlf.txt`
|
||||
</code></pre>
|
||||
<p>Also a good idea to run on all of expofiles once every few years as many GPX
|
||||
|
||||
<h3>Tunnel files (Drawings)</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user