Skip to content

Commit

Permalink
Update srv_tiler.sh (#188)
Browse files Browse the repository at this point in the history
See #187 for details. 
With #174 a typo was made when editting this file. The variable $REG  was replaced by $IREG which doesn't exist. I changed back to $REG.
  • Loading branch information
Esteban82 authored Mar 18, 2023
1 parent e5d2f9c commit 82cdf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/srv_tiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ while read RES UNIT DST_TILE_SIZE CHUNK MASTER ; do
MSG="${TITLE} at ${RES}x${RES} arc ${UNAME} reduced by Gaussian ${DST_MODE} filtering (${FILTER_WIDTH} km fullwidth)"
fi
printf "/server/%s/%s/\t%s_%s_%s/\t%s\t%s\t%s\t%s\t%4s\t%s\t%s\t-\t-\t%s\t%s [%s]\n" \
${DST_PLANET} ${DST_PREFIX} ${DST_PREFIX} ${TAG} ${IREG} ${TAG} ${REG} ${DST_SCALE} ${DST_OFFSET} ${SIZE} ${DST_TILE_SIZE} ${creation_date} ${DST_CPT} "${MSG}" "${CITE}" >> ${DST_PREFIX}_server.txt
${DST_PLANET} ${DST_PREFIX} ${DST_PREFIX} ${TAG} ${RES} ${TAG} ${REG} ${DST_SCALE} ${DST_OFFSET} ${SIZE} ${DST_TILE_SIZE} ${creation_date} ${DST_CPT} "${MSG}" "${CITE}" >> ${DST_PREFIX}_server.txt

# Move the tiled grid away from this tree
mkdir -p ${TOPDIR}/staging/tiled
Expand Down

0 comments on commit 82cdf5b

Please sign in to comment.