|
@@ -34,6 +34,7 @@
|
|
#% description: Layer where to join
|
|
#% description: Layer where to join
|
|
#% answer: 1
|
|
#% answer: 1
|
|
#% required : no
|
|
#% required : no
|
|
|
|
+#% gisprompt: old_layer,layer,layer
|
|
#%end
|
|
#%end
|
|
|
|
|
|
#%option
|
|
#%option
|
|
@@ -41,6 +42,7 @@
|
|
#% type: string
|
|
#% type: string
|
|
#% description: Join column in map table
|
|
#% description: Join column in map table
|
|
#% required : yes
|
|
#% required : yes
|
|
|
|
+#% gisprompt: old_dbcolumn,dbcolumn,dbcolumn
|
|
#%end
|
|
#%end
|
|
|
|
|
|
#%option
|
|
#%option
|
|
@@ -48,6 +50,7 @@
|
|
#% type: string
|
|
#% type: string
|
|
#% description: Other table name
|
|
#% description: Other table name
|
|
#% required : yes
|
|
#% required : yes
|
|
|
|
+#% gisprompt: old_dbtable,dbtable,dbtable
|
|
#%end
|
|
#%end
|
|
|
|
|
|
#%option
|
|
#%option
|
|
@@ -55,6 +58,7 @@
|
|
#% type: string
|
|
#% type: string
|
|
#% description: Join column in other table
|
|
#% description: Join column in other table
|
|
#% required : yes
|
|
#% required : yes
|
|
|
|
+#% gisprompt: old_dbcolumn,dbcolumn,dbcolumn
|
|
#%end
|
|
#%end
|
|
|
|
|
|
import sys
|
|
import sys
|