mapnik/src
Artem Pavlenko aed5516197 1. new feature model - based on boost::property_map concept
f = feature(id);
       f["name"] = "what is my name?";
       boost.put(f,"area",123123.4325);
       
2. simplified and corrected value class and operators
3. updated input plug-ins to work with new features
4. add text_symbolizer (getting there:)
5. template version of agg_renderer 
6. attribute_collector how accepts rules 
	(to collect attribute names for text labels)
2006-02-10 17:13:02 +00:00
..
agg_renderer.cpp 1. new feature model - based on boost::property_map concept 2006-02-10 17:13:02 +00:00
datasource_cache.cpp 1. fixed shape datasource bug - attributes were ignored for point/pointz/pointm types 2005-12-23 12:31:54 +00:00
envelope.cpp initial import 2005-06-14 15:06:59 +00:00
graphics.cpp added alpha blending for image copying 2006-01-01 17:41:55 +00:00
image_reader.cpp 1.polygon_symbolizer + using agg rasterrizer 2005-06-24 08:39:47 +00:00
image_util.cpp switched on optimization in png writing code 2006-01-26 16:44:46 +00:00
layer.cpp 1.added serialization support 2005-12-14 17:01:09 +00:00
line_aa.cpp initial import 2005-06-14 15:06:59 +00:00
line_pattern_symbolizer.cpp 1. new style/feature processor abstraction allowing plugable backends. 2006-02-07 14:41:41 +00:00
line_symbolizer.cpp added check for num_points in line/polygon symbolizers: 2006-01-31 17:35:18 +00:00
map.cpp 1. new style/feature processor abstraction allowing plugable backends. 2006-02-07 14:41:41 +00:00
mapnik.cpp 1.symbolizers refactored - split into hpp/cpp 2006-01-23 13:24:41 +00:00
memory.cpp initial import 2005-06-14 15:06:59 +00:00
params.cpp 1.added serialization support 2005-12-14 17:01:09 +00:00
plugin.cpp initial import 2005-06-14 15:06:59 +00:00
png_reader.cpp 1.polygon_symbolizer + using agg rasterrizer 2005-06-24 08:39:47 +00:00
point_symbolizer.cpp 1. new style/feature processor abstraction allowing plugable backends. 2006-02-07 14:41:41 +00:00
polygon_pattern_symbolizer.cpp 1. new style/feature processor abstraction allowing plugable backends. 2006-02-07 14:41:41 +00:00
polygon_symbolizer.cpp added check for num_points in line/polygon symbolizers: 2006-01-31 17:35:18 +00:00
render.cpp 1. new style/feature processor abstraction allowing plugable backends. 2006-02-07 14:41:41 +00:00
scanline.cpp initial import 2005-06-14 15:06:59 +00:00
scanline_aa.cpp 1.added serialization support 2005-12-14 17:01:09 +00:00
SConscript 1. new style/feature processor abstraction allowing plugable backends. 2006-02-07 14:41:41 +00:00
text.cpp initial import 2005-06-14 15:06:59 +00:00
tiff_reader.cpp initial import 2005-06-14 15:06:59 +00:00
wkb.cpp initial import 2005-06-14 15:06:59 +00:00