Changeset 725 for trunk/src/shield_symbolizer.cpp
- Timestamp:
- 07/29/08 19:21:39 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/shield_symbolizer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shield_symbolizer.cpp
r546 r725 47 47 { 48 48 } 49 50 shield_symbolizer::shield_symbolizer( 51 std::string const& name, 52 unsigned size, 53 Color const& fill, 54 std::string const& file, 55 std::string const& type, 56 unsigned width,unsigned height) 57 : text_symbolizer(name, size, fill), 58 symbolizer_with_image( file, type, width, height ) 59 { 60 } 49 61 } 50 62
