2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

Added THREEDTOPOS setting for survexs 3dtopos program

This commit is contained in:
Martin Green 2011-07-10 23:53:32 +01:00
parent 44f86a7d6f
commit 53352e7987
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with
SURVEX_DATA = '/home/expo/loser/' SURVEX_DATA = '/home/expo/loser/'
CAVERN = 'cavern' CAVERN = 'cavern'
THREEDTOPOS = '3dtopos'
EXPOWEB = '/home/expo/expoweb/' EXPOWEB = '/home/expo/expoweb/'
SURVEYS = '/home/expo/' SURVEYS = '/home/expo/'
SURVEY_SCANS = '/home/expo/expoimages/' SURVEY_SCANS = '/home/expo/expoimages/'

View File

@ -16,6 +16,7 @@ EXPOWEB_URL = 'http://expo.survex.com/'
PUBLIC_SITE = False PUBLIC_SITE = False
CAVERN = 'cavern' CAVERN = 'cavern'
THREEDTOPOS = '3dtopos'
EXPOWEB = '/home/goatchurch/expoweb/' EXPOWEB = '/home/goatchurch/expoweb/'
SURVEYS_URL = '' SURVEYS_URL = ''

View File

@ -7,6 +7,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with
SURVEX_DATA = 'c:\\Expo\\loser\\' SURVEX_DATA = 'c:\\Expo\\loser\\'
CAVERN = 'cavern' CAVERN = 'cavern'
THREEDTOPOS = '3dtopos'
EXPOWEB = 'C:\\Expo\\expoweb\\' EXPOWEB = 'C:\\Expo\\expoweb\\'
SURVEYS = 'E:\\surveys\\' SURVEYS = 'E:\\surveys\\'
SURVEY_SCANS = 'E:\\surveys\\surveyscans' SURVEY_SCANS = 'E:\\surveys\\surveyscans'