171 | | So far we have investigated this approach: |
172 | | * [wiki:BluePrintGISPrinting Print to PDF via Java Applet] |
173 | | * [http://trac.mapfish.org/trac/mapfish/ticket/161 print to Image file by converting PDF to Image] |
174 | | However this will only be able to see Feature Layers exposed as web services (KML/GeoRSS) & it is hard to get detailed control of the output. |
175 | | |
176 | | We've also considered trying to integrate a screen capture tool into the browser, e.g. using Flash or Java, but haven't found anything suitable yet. |
177 | | |
178 | | Perhaps we're better off looking at using a print.css to allow the browser's print functionality to work: |
179 | | * [wiki:BluePrintCSS#PrintView] |
180 | | * We want the Legend inside the Ext window - ideally able to hover & be moved to a place where it doesn't obstruct anything key |
| 171 | We have a basic [wiki:BluePrintCSS#PrintView print.css] which means that the normal browser Print functionality gives a reasonable print. |
185 | | We could also really use a 'Zoom to Area' feature which allows selecting a location (i.e. Tehsil in this case) & zooming to that Bounds. |
| 176 | We want the Legend inside the Ext window - ideally able to hover & be moved to a place where it doesn't obstruct anything key |
| 177 | |
| 178 | We could also really use a 'Zoom to Area' feature: |
| 179 | * Autocomplete box to search our internal Locations (filter out level='XX', as-usual) |
| 180 | * Upon selection it zooms to the Bounds (if Polygon) or just the Center with zoom+2 (if Point) |
| 181 | * This could initially replace the Geonames searchCombo, but later it would be ideal if the search 1st checked our internal features &, if that fails, then search Geonames/Google/Yahoo geocoders |