+
+
+
+
+
+
+
+
+
+
+
+
+
+ diff --git a/config/config.js b/config/config.js index 5efe4d3..01d456f 100644 --- a/config/config.js +++ b/config/config.js @@ -4,8 +4,8 @@ * and open the template in the editor. */ -var GISCLIENT_URL = '/gisclient3'; -var MAPPROXY_URL = 'http://172.16.5.72/'; +var GISCLIENT_URL = '/gisclient'; +var MAPPROXY_URL = 'http://test.gisclient.net/'; var POPUP_TIMEOUT = 2000; // **** Numero massimo di oggetti per layer in interrogazione @@ -14,3 +14,5 @@ var MAX_LAYER_FEATURES = 100; var MAX_QUERY_FEATURES = 500; +PRINT_TEMPLATE_HTML = ''; +PRINT_TEMPLATE_PDF = ''; diff --git a/jquery/mappa.html b/jquery/mappa.html new file mode 100755 index 0000000..6d0a90d --- /dev/null +++ b/jquery/mappa.html @@ -0,0 +1,376 @@ + + +
+ + + +| '+property.header+' | ';
+
+ switch(property.searchType) {
+ case 1:
+ case 2: //testo
+ form += '';
+ break;
+ case 3: //lista di valori
+ form += '';
+ break;
+ case 4: //numero
+ form += ' '+
+ ''+
+ ''+
+ ' ';
+ break;
+ case 5: //data
+ form += '';
+ break;
+ case 6: //lista di valori non wfs
+ form += '';
+ break;
+ }
+
+ //form += '';
+ form += ' |
| ID | '; + self.selectedCols.push('gc_objid'); + for(i = 0; i < len; i++) { + property = reportDef.properties[i]; + title = property.header || property.name; + table += ''+title+' | '; + self.selectedCols.push(property.name); + } + table += '
|---|
| '+title+' | '; + cols.push(property.name); + } + table += '
|---|
| '+value+' | '; + } + table += '