Show
Ignore:
Timestamp:
04/05/08 21:26:14 (9 months ago)
Author:
benmoores
Message:

Experimental pdf output using wxPdfDoc:

  • wxpdfdoc patches
  • mapnik patches
  • visual studio build instructions / project files

see /msvc/readme.txt for build instructions

The scons makefiles have not been updated, the new files are in /pdf, /include/pdf, /demo/pdf/, and /bindings/python

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/experimental-pdf/include/mapnik/attribute_collector.hpp

    r547 r689  
    4848            names_.insert(sym.get_name()); 
    4949        } 
     50#if ENABLE_PDF 
     51        void operator () (pdf_shield_symbolizer const &sym) 
     52        { 
     53            names_.insert(sym.get_name()); 
     54        } 
     55#endif //ENABLE_PDF 
    5056        void operator () (shield_symbolizer const& sym) 
    5157        {