Carlos López
|
fda7f66204
|
Added missing files from last commit.
|
2010-08-10 08:25:09 +00:00 |
|
Carlos López
|
e390715c58
|
Added support for processing multiple symbolizers to svg renderer.
|
2010-08-10 08:23:02 +00:00 |
|
Carlos López
|
eec4864f41
|
SVG renderer now outputs path tags for polygons, with a fixed stroke color and size.
|
2010-07-30 22:15:50 +00:00 |
|
Carlos López
|
6872d13968
|
Implemented svg_renderer::process_polygon_symbolier that uses the SVG path grammar, which outputs coords in map coords.
|
2010-07-28 06:50:25 +00:00 |
|
Carlos López
|
39a1038eb8
|
Added missing files: include/mapnik/svg/svg_generator.hpp and include/mapnik/svg/svg_generator_path_grammar.hpp.
|
2010-07-26 06:23:43 +00:00 |
|
Carlos López
|
f44333fa4e
|
Added dummy grammar to generate SVG paths from geometries, as well as an SVG generator component.
|
2010-07-26 04:25:09 +00:00 |
|
Carlos López
|
b5b94a868c
|
Changed template parameter type from stream to iterator and added a specialization for std::ostream_iterator.
|
2010-07-22 04:48:11 +00:00 |
|
Carlos López
|
f2a419bda7
|
Added template specialization svg_renderer<std::ofstream> to output SVG to file. Run tests/cpp_tests/svg_renderer_tests/file_output_test.cpp to generate one.
|
2010-07-21 07:43:13 +00:00 |
|
Carlos López
|
94e8ee3a9f
|
Generation of output is now done through a stream iterator instead of the stream directly, which improves performance. Also made more compact generator for xml header, root element and bgcolor.
|
2010-07-21 03:34:46 +00:00 |
|
Carlos López
|
07f329a538
|
Added generation of background color to svg_renderer.
|
2010-07-20 17:37:42 +00:00 |
|
Carlos López
|
bb44d76ee1
|
Added generation of SVG root element with width and height attributes. Also added test for testing the output generated by svg_renderer (combined_test.cpp).
|
2010-07-20 06:41:16 +00:00 |
|
Carlos López
|
789ff19824
|
Added generation of XML declaration and doctype definition to svg_renderer.
|
2010-07-20 01:35:01 +00:00 |
|
Carlos López
|
30e85c4d58
|
Added template parameter and data member to svg_renderer for holding the output stream.
|
2010-07-20 00:40:37 +00:00 |
|
Carlos López
|
d273101adc
|
Added empty svg_renderer class, with unimplemented methods.
|
2010-07-15 05:32:31 +00:00 |
|