Changes between Version 20 and Version 21 of BluePrint/GIS/Printing
- Timestamp:
- 05/30/14 12:14:42 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/Printing
v20 v21 2 2 We want to be able to Print maps. 3 3 4 This will require access to the same view as the user is seeing, so will require using their Authentication & saving all their settings (!Viewport/Active !Layers/Filter Status) & passing to !WebKit.4 This will require access to the same view as the user is seeing, so will require using their Authentication & saving all their settings (!Viewport/Active !Layers/Filter Status) & passing to a Browser. 5 5 6 e.g. via PhantomJS: 7 * https://github.com/ariya/phantomjs/wiki/Screen-Capture 6 e.g. 7 * http://phantomjs.org (!WebKit-based) 8 * http://www.slimerjs.org (Gecko-based) 9 10 We have a solution in trunk based on using PhantomJS via Selenium: 11 * UserGuidelines/Admin/MapPrinting 8 12 9 13 Older thoughts: 10 14 * PakistanDevelopers#Printing 11 15 12 Currently we useJava:16 Another option is using Java: 13 17 * [http://www.mapfish.org/doc/print/ MapFish Printing Module] 14 18 * [wiki:InstallationGuidelinesGISDataLinux#Printing InstallationGuidelines]