.. |
agg_renderer.cpp
|
cairo rendering for the glyph_symbolizer. Small refactoring in cairo_context::add_text to pass the paramaters which were picked up from the text_symbolizer param (size, fill, halo_radius and halo_fill) explicitly. This allows the glyph_symbolizer to piggy back on that functionality without specilizing add_text() for the glyph_symbolizer (which would have involved heavy amounts of copy+paste or a more elaborate refactoring strategy. Please ping me if this was not a good idea
|
2010-03-19 09:33:57 +00:00 |
arrow.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
box2d.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
cairo_renderer.cpp
|
cairo rendering for the glyph_symbolizer. Small refactoring in cairo_context::add_text to pass the paramaters which were picked up from the text_symbolizer param (size, fill, halo_radius and halo_fill) explicitly. This allows the glyph_symbolizer to piggy back on that functionality without specilizing add_text() for the glyph_symbolizer (which would have involved heavy amounts of copy+paste or a more elaborate refactoring strategy. Please ping me if this was not a good idea
|
2010-03-19 09:33:57 +00:00 |
color.cpp
|
fixed color's to_string method since alpha seems to no longer be parsed as a double. serializing a color to xml and deserializing it back did not work before
|
2010-03-19 11:20:00 +00:00 |
datasource_cache.cpp
|
better formatting of error when plugin lib can't be loaded
|
2009-07-07 23:44:12 +00:00 |
distance.cpp
|
+ use fully qualified names from stl
|
2009-01-15 23:12:56 +00:00 |
expression_string.cpp
|
fix formatting
|
2010-01-30 00:44:35 +00:00 |
filter_factory.cpp
|
+ sanitize header inclusion a bit
|
2010-03-24 18:01:53 +00:00 |
font_engine_freetype.cpp
|
allow multi/single threaded variants
|
2008-02-04 16:12:13 +00:00 |
font_set.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
glyph_symbolizer.cpp
|
+ directly ctor default mapnik::color to avoid css color parsing
|
2010-03-24 18:02:10 +00:00 |
graphics.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
image_cache.cpp
|
print warning if images are not found
|
2010-03-02 03:31:50 +00:00 |
image_reader.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
image_util.cpp
|
port r1680/r1683/r1690 from 0.7.1-dev branch to trunk
|
2010-03-12 18:23:06 +00:00 |
layer.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
libxml2_loader.cpp
|
fix memory leak in load_map when using libxml2 by freeing the libxml tree as per http://xmlsoft.org/xmlmem.html - closes #473 - thanks mishok13 for the detailed report and testing
|
2010-01-01 22:41:43 +00:00 |
line_pattern_symbolizer.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
load_map.cpp
|
added an angle_mode attribute to GlyphSymbolizer to define the way the angle expression should be interpreted: as an azimuth or as a trigonometric angle
|
2010-03-22 11:21:17 +00:00 |
Makefile.am
|
compile utils with autotools
|
2009-04-04 16:33:25 +00:00 |
map.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
memory.cpp
|
disable clog printing in release mode. Pass -DMAPNIK_DEBUG to enable.
|
2006-11-19 17:13:33 +00:00 |
memory_datasource.cpp
|
Created python binding to memory_datasource which can be added Features built programaticcaly. See tests for sample use until docs are done. #528 is almost closed.
|
2010-03-19 16:16:15 +00:00 |
params.cpp
|
1. move include to mapnik/include
|
2006-10-04 11:22:18 +00:00 |
placement_finder.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
plugin.cpp
|
- reversed header include order
|
2007-10-08 17:42:41 +00:00 |
png_reader.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
point_symbolizer.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
polygon_pattern_symbolizer.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
proj_transform.cpp
|
+add pickle support for proj_transform and view/coord_transform - see #345
|
2009-05-24 06:31:32 +00:00 |
projection.cpp
|
+ fix msvc-9.0 compiler warnings
|
2009-02-17 23:19:28 +00:00 |
save_map.cpp
|
added an angle_mode attribute to GlyphSymbolizer to define the way the angle expression should be interpreted: as an azimuth or as a trigonometric angle
|
2010-03-22 11:21:17 +00:00 |
scale_denominator.cpp
|
- reversed header include order
|
2007-10-08 17:42:41 +00:00 |
SConscript
|
initial skeleton of glyph_symbolizer (coarsely ported from arrow_symbolizer). Mapnik compiles but symbolizer does nothing useful yet and is going to be heavily modified to make use of expressions to be general enough to be usable for purposes other than rendering arrows representing vector direction/intensity
|
2010-03-18 20:04:35 +00:00 |
shield_symbolizer.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
stroke.cpp
|
+ (c++) renamed mapnik::Color to mapnik::color
|
2009-01-14 12:10:24 +00:00 |
symbolizer.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
text_symbolizer.cpp
|
don't pass expression_ptr as const
|
2010-02-03 18:36:01 +00:00 |
tiff_reader.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
unicode.cpp
|
+ merge mapnik2 to trunk
|
2009-12-16 20:02:06 +00:00 |
wkb.cpp
|
+ revert to a024c947499994e1e8aaaff2b8ea73a8eec489dd
|
2010-03-08 11:55:15 +00:00 |