mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
Testing form to edit cave.survex_file value online
This commit is contained in:
parent
d487eed060
commit
f387045815
23
Makefile
23
Makefile
@ -72,23 +72,24 @@ qmlists: 1623/204/qm.html 1623/204/atoz.html 1623/234/qm.html 1623/258/qm.html
|
||||
cd 1623/204; perl make-glossary.pl glossary.csv
|
||||
|
||||
###########
|
||||
#3d files are now outo built in troggle for all caves-1623/
|
||||
|
||||
3dfiles: noinfo/1623-and-1626.3d 1623/204/204.3d 1623/234/234.3d 1623/76/76.3d noinfo/alltracks.3d
|
||||
# 3dfiles: noinfo/1623-and-1626.3d 1623/204/204.3d 1623/234/234.3d 1623/76/76.3d noinfo/alltracks.3d
|
||||
|
||||
noinfo/1623-and-1626.3d: $(shell $(svxtrace_cmd) $(dataset_path)/1623-and-1626)
|
||||
cavern $(cavern_flags) $(dataset_path)/1623-and-1626 -o noinfo/1623-and-1626.3d
|
||||
# noinfo/1623-and-1626.3d: $(shell $(svxtrace_cmd) $(dataset_path)/1623-and-1626)
|
||||
# cavern $(cavern_flags) $(dataset_path)/1623-and-1626 -o noinfo/1623-and-1626.3d
|
||||
|
||||
1623/204/204.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves-1623/204/204)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves-1623/204/204 -o 1623/204/204.3d
|
||||
# 1623/204/204.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves-1623/204/204)
|
||||
# cavern $(cavern_flags) $(dataset_path)/caves-1623/204/204 -o 1623/204/204.3d
|
||||
|
||||
1623/234/234.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves-1623/234/234)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves-1623/234/234 -o 1623/234/234.3d
|
||||
# 1623/234/234.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves-1623/234/234)
|
||||
# cavern $(cavern_flags) $(dataset_path)/caves-1623/234/234 -o 1623/234/234.3d
|
||||
|
||||
1623/76/76.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves-1623/76/76)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves-1623/76/76 -o 1623/76/76.3d
|
||||
# 1623/76/76.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves-1623/76/76)
|
||||
# cavern $(cavern_flags) $(dataset_path)/caves-1623/76/76 -o 1623/76/76.3d
|
||||
|
||||
noinfo/alltracks.3d: $(shell $(svxtrace_cmd) $(dataset_path)/fixedpts/gps/tracks/alltracks)
|
||||
cavern $(cavern_flags) $(dataset_path)/fixedpts/gps/tracks/alltracks.svx -o noinfo/alltracks.3d
|
||||
# noinfo/alltracks.3d: $(shell $(svxtrace_cmd) $(dataset_path)/fixedpts/gps/tracks/alltracks)
|
||||
# cavern $(cavern_flags) $(dataset_path)/fixedpts/gps/tracks/alltracks.svx -o noinfo/alltracks.3d
|
||||
|
||||
###########
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- This file is generated using the form documented at /handbook/survey/caveentry.html -->
|
||||
<!-- Only put one cave in this file -->
|
||||
<!-- If you edit this file, make sure you update the websites database -->
|
||||
<!-- If you edit this file by hand, make sure you update the database by doing a full data import -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
@ -31,7 +32,7 @@
|
||||
<length>26m</length>
|
||||
<depth>8m</depth>
|
||||
<extent>18m</extent>
|
||||
<survex_file>2012-ns-10.svx</survex_file>
|
||||
<survex_file>caves-1623/2012-ns-10/2012-ns-10.svx</survex_file>
|
||||
<description_file>2012-ns-10</description_file>
|
||||
<url>1623/2012-ns-10</url>
|
||||
</cave>
|
||||
|
Loading…
Reference in New Issue
Block a user