Skip to content

Commit

Permalink
opentopo small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Nov 24, 2014
1 parent 0e8469a commit 35e8cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opentopo/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<body>
<h2>OpenTopo Apps</h2>

<p>Various web apps to demonstrate and use <a href="http://www.opentopo.nl">OpenTopo</a> map results.</p>
<p>Various web apps to demonstrate and use <a href="http://www.opentopo.nl">OpenTopo</a> map results. See also some <a href="../3d">3D demos</a></p>

<h3>Mobile</h3>

Expand Down
2 changes: 1 addition & 1 deletion opentopo/bin/topotrans.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dst_dir=$2
for src_tif in `ls -1 $src_dir/*.tif`
do
# Doel file
dst_tif=$dst_dir/p`basename $src_tif|cut -d'.' -f1`.tif
dst_tif=$dst_dir/`basename $src_tif|cut -d'.' -f1`.tif

echo "START CONVERT $src_tif to $dst_tif"
# Builds a VRT. A VRT is basically just a XML file saying what all the source tif files are.
Expand Down

0 comments on commit 35e8cb7

Please sign in to comment.