.. |
agg
|
add needed include for evaluating expressions to prepare for moving feature_style_processor to cpp file
|
2011-09-01 00:43:46 +00:00 |
grid
|
add needed include for evaluating expressions to prepare for moving feature_style_processor to cpp file
|
2011-09-01 00:43:46 +00:00 |
svg
|
tabs -> spaces
|
2011-05-04 15:53:36 +00:00 |
wkt
|
+ fix include paths
|
2011-02-24 15:54:59 +00:00 |
arrow.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
box2d.cpp
|
box2d: when copying actually copy exactly rather than using init to enforce validity - closes #749
|
2011-04-14 19:26:49 +00:00 |
build.py
|
move feature_style_processor to cpp
|
2011-09-01 00:44:27 +00:00 |
cairo_renderer.cpp
|
#759 is fixed, revert r3008
|
2011-07-16 00:25:30 +00:00 |
color.cpp
|
don't suppress exception in mapnik::color constructor when init from a string
|
2011-07-05 23:01:51 +00:00 |
datasource_cache.cpp
|
add code comment about ltdl global advise usage in relation to #790
|
2011-07-05 23:50:30 +00:00 |
distance.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
expression_string.cpp
|
make the requirement of boost_regex unicode support optional by detecting if boost_regex was itself built with ICU support
|
2011-02-28 20:00:56 +00:00 |
feature_style_processor.cpp
|
move feature_style_processor to cpp
|
2011-09-01 00:44:27 +00:00 |
feature_type_style.cpp
|
avoid -pedantic warnings
|
2011-04-01 07:20:41 +00:00 |
filter_factory.cpp
|
update comments
|
2011-04-19 00:20:04 +00:00 |
font_engine_freetype.cpp
|
expose the name2file mapping of font family/style and font file publically so apps can ask mapnik where a given font face was found on the filesystem
|
2011-07-29 18:03:45 +00:00 |
font_set.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
glyph_symbolizer.cpp
|
avoid clang++ -pedantic compiler warnings
|
2011-04-01 06:24:57 +00:00 |
gradient.cpp
|
avoid clang++ -pedantic compiler warnings
|
2011-04-01 06:24:57 +00:00 |
graphics.cpp
|
avoid unused parameter compiler warnings
|
2011-04-04 04:35:28 +00:00 |
image_reader.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
image_util.cpp
|
add support for fixed color palettes when encoding to png
|
2011-08-31 02:28:14 +00:00 |
jpeg_reader.cpp
|
jpeg reader: make to sure call jpeg_finish_decompress if scanlines have been read
|
2011-04-04 04:03:03 +00:00 |
layer.cpp
|
use std::string
|
2011-06-24 00:53:00 +00:00 |
libxml2_loader.cpp
|
add missed commits to complete the support for map 'base'
|
2011-05-25 23:51:40 +00:00 |
line_pattern_symbolizer.cpp
|
Add symbolizer_base constructor to all symbolizers.
|
2010-08-10 12:43:21 +00:00 |
load_map.cpp
|
fix typo
|
2011-08-31 00:25:03 +00:00 |
map.cpp
|
allow compile against ICU 4.0 - needed to be able to link against osx provided libicucore.dylib
|
2011-08-11 21:13:55 +00:00 |
mapped_memory_cache.cpp
|
don't warn if mmap's file is missing (shapefile does not have an index)
|
2011-04-13 20:09:52 +00:00 |
marker_cache.cpp
|
revert unintended change
|
2011-02-25 21:02:33 +00:00 |
markers_symbolizer.cpp
|
correctly initalize markers_symbolizer default values - avoid segfaul in carto-parser
|
2011-08-28 16:49:02 +00:00 |
memory.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
memory_datasource.cpp
|
+ move feature_factory.hpp include to impl file
|
2011-05-09 13:52:06 +00:00 |
metawriter.cpp
|
fix intialization order warning
|
2011-08-04 19:05:28 +00:00 |
metawriter_factory.cpp
|
typo
|
2011-07-16 15:45:40 +00:00 |
metawriter_inmem.cpp
|
Optionally output JSON data with pixel coordinates.
|
2011-07-16 12:24:52 +00:00 |
palette.cpp
|
add support for fixed color palettes when encoding to png
|
2011-08-31 02:28:14 +00:00 |
parse_path.cpp
|
+ add implementation files
|
2010-06-18 15:39:57 +00:00 |
placement_finder.cpp
|
Prepare for merging "text_placement_info" and "placement".
|
2011-05-30 01:16:21 +00:00 |
plugin.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
png_reader.cpp
|
handle return of fread
|
2011-04-01 23:54:58 +00:00 |
point_symbolizer.cpp
|
remove uneeded includes
|
2011-04-29 17:40:15 +00:00 |
polygon_pattern_symbolizer.cpp
|
add gamma to polygon-pattern-symbolizer, useful for avoiding AA affects at tile edges so that global patterns can have seamless alignment
|
2011-06-28 22:37:35 +00:00 |
proj_transform.cpp
|
add alternative bbox forward/inverse functions
|
2011-05-31 22:38:15 +00:00 |
projection.cpp
|
add Projection.expanded() function to ask proj4 what its internal, normalized definition looks like (useful only for debugging)
|
2011-05-17 19:05:15 +00:00 |
raster_colorizer.cpp
|
remove uneeded semicolon
|
2011-07-05 23:39:50 +00:00 |
save_map.cpp
|
apply patch from Peter Körner adding AlsoFilter functionality - closes #820
|
2011-08-30 17:38:27 +00:00 |
scale_denominator.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
shield_symbolizer.cpp
|
+ add explicit support for shield displacement
|
2010-06-28 21:32:30 +00:00 |
stroke.cpp
|
avoid -pedantic warnings
|
2011-04-01 07:20:41 +00:00 |
svg_parser.cpp
|
use namespace to avoid potential clash
|
2011-07-09 00:28:41 +00:00 |
svg_path_parser.cpp
|
+ specialise svg parsers to expect const char* input
|
2010-06-14 13:18:17 +00:00 |
svg_points_parser.cpp
|
+ specialise svg parsers to expect const char* input
|
2010-06-14 13:18:17 +00:00 |
svg_transform_parser.cpp
|
+ specialise svg parsers to expect const char* input
|
2010-06-14 13:18:17 +00:00 |
symbolizer.cpp
|
Added metawriter helper function.
|
2011-07-28 22:59:05 +00:00 |
text_placements.cpp
|
Add alignment to text_placement_info.
|
2011-05-29 22:33:41 +00:00 |
text_symbolizer.cpp
|
Add alignment to text_placement_info.
|
2011-05-29 22:33:41 +00:00 |
tiff_reader.cpp
|
+ throw image_reader_exception if we can't read tiff file
|
2011-04-11 21:17:10 +00:00 |
unicode.cpp
|
+ add optional length parameter to allow
|
2011-03-16 13:31:56 +00:00 |
wkb.cpp
|
+ add missing geometry types
|
2011-02-24 15:47:36 +00:00 |