Changes between Version 20 and Version 21 of BluePrint/GIS/Printing


Ignore:
Timestamp:
05/30/14 12:14:42 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/Printing

    v20 v21  
    22We want to be able to Print maps.
    33
    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.
     4This 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.
    55
    6 e.g. via PhantomJS:
    7 * https://github.com/ariya/phantomjs/wiki/Screen-Capture
     6e.g.
     7* http://phantomjs.org (!WebKit-based)
     8* http://www.slimerjs.org (Gecko-based)
     9
     10We have a solution in trunk based on using PhantomJS via Selenium:
     11* UserGuidelines/Admin/MapPrinting
    812
    913Older thoughts:
    1014 * PakistanDevelopers#Printing
    1115
    12 Currently we use Java:
     16Another option is using Java:
    1317 * [http://www.mapfish.org/doc/print/ MapFish Printing Module]
    1418  * [wiki:InstallationGuidelinesGISDataLinux#Printing InstallationGuidelines]