36
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Jun 04, 2025 — Jun 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed scale_denominator More... over 19 years ago
fixed scale_denomitator More... over 19 years ago
updated to latest mapnik More... over 19 years ago
export symbols for win32 dlls More... over 19 years ago
added missing agg headers More... over 19 years ago
1.upgrade to latest agg2.4 2.added default PointSymbolizer in load_map.cpp More... over 19 years ago
1. fixed vertical alignement (??) 2. initialize overlap_ in ctor More... over 19 years ago
Patch from Toby: adds a maximum angle delta for text placement (if the angle changes too much between characters it finds an alternate placement), this is specified in the max_char_angle_delta property in radians (feel free to change it to degrees). More... over 19 years ago
1. patch from Toby that allows repeated labels to be placed on a line geometry (such as roads) 2. restored text labels for point geometry. 3. process 'spacing' attribute in load_map.cpp More... over 19 years ago
- Change default ogcserver.conf to reflect new projection support. More... over 19 years ago
resolved multiple #defines More... over 19 years ago
resolved multiple #defines More... over 19 years ago
1. applied text-wrap patch from Robert Coup. Thanks! 2. by default use tinyxml as a property_tree parser 3. modified load_map.cpp to allow to test new features More... over 19 years ago
dont need those More... over 19 years ago
added tinyxml source More... over 19 years ago
added extra check to compile on x86_64 Gentoo. More... over 19 years ago
support for ShieldSymbolizer and LinePatternSymbolizer tags More... over 19 years ago
removed extra qualifier (GCC >= 4.1 reports as an error). More... over 19 years ago
added missing projection transformation for label placement. TODO: move to geometry class to always return transformed label position More... over 19 years ago
Added face_name parameter to text and shield symbolizers, which specifies the font face to be used for rendering. New constructor is: text_symbolizer(name, face_name, size, ...) More... over 19 years ago
* trim leading and trailing whitespace from all strings before rendering them as labels when using the text or shield symbolisers (blame my horrible datasets) * correctly recognise the Postgis "text" data type (it was in postgisfs.cpp just not postgis.cpp) - my initial workaround to the above was "SELECT trim(from label) AS label ..." which failed miserably because it returned a text data type. More... over 19 years ago
call FT_Done_Glyph(image) in character_dimensions More... over 19 years ago
- Add projection support to the WMS server and edit ogcserver readme accordingly. More... over 19 years ago
Fix typo src -> srs property. More... over 19 years ago
ellipsoid More... over 19 years ago
added scale_denominator calc + great-circle distance (needs checking with different projections) More... over 19 years ago
ignore .sconsign More... over 19 years ago
ignore .sconsign More... over 19 years ago
changed boost::progress_timer to output to std::clog (which defaults to std::cerr) More... over 19 years ago
treat oid=25 (TEXT) types as string More... over 19 years ago