Artem Pavlenko
8cd052a215
+ fix logic in rel_to_abs:
...
if last command is 'z' use previous vertex
(if exists) to obtain abs coordinates
2010-06-10 14:11:33 +00:00
Dane Springmeyer
74599581ec
apply patch from Herm for fixing compilation on linux - closes #557
2010-05-30 02:16:49 +00:00
Artem Pavlenko
946fa51f4f
Patch to cure recursion by aborting if the co-ordinates are to big to handle (jburgess)
2009-03-31 19:50:55 +00:00
Andreas Volz
887518fc57
- install plugins in lib/mapnik/input
...
- Fix: no sqlite3 for kismet
- python files compile and install
2009-03-25 23:11:49 +00:00
Artem Pavlenko
3f9127b5d0
reverting back to 700
2008-06-29 10:58:29 +00:00
Artem Pavlenko
3275cf9ce6
applied font fallbacj patch from Beau Gunderson
2008-06-29 10:40:08 +00:00
Andreas Volz
49e6d1d7bf
- added option to build included libagg as static library
2007-09-23 22:20:21 +00:00
Artem Pavlenko
8e071f84c7
1. Changed internal geometry representation (explicit support for multi geometries)
...
(FIXME : label_spacing is still, too slow!!)
2. Re-use some agg objects.
3. placement_finder cleanups!
4. Added support for 'building_symbolizer' - extruded polygons
2007-09-16 11:23:51 +00:00
Artem Pavlenko
623a750ba4
fixed indefinite loop conditions when len=1
...
- while(abs(sx - lp.x1) + abs(sy - lp.y1) > lp2.len)
+ while(abs(sx - lp.x1) + abs(sy - lp.y1) > 1 + lp2.len)
{
sx = (lp.x1 + sx) >> 1;
sy = (lp.y1 + sy) >> 1;
}
2006-12-01 10:00:04 +00:00
Artem Pavlenko
ab7691c1d0
added missing agg headers
2006-11-09 23:48:09 +00:00
Artem Pavlenko
bf297ec3ca
1.upgrade to latest agg2.4
...
2.added default PointSymbolizer in load_map.cpp
2006-11-09 23:44:34 +00:00
Artem Pavlenko
e3c1365043
some line rendering fixes and optimizations
2006-02-11 00:39:50 +00:00
Artem Pavlenko
f4a64526c3
updated agg-2.4
2006-02-10 17:07:15 +00:00
Artem Pavlenko
95d26be572
updated agg-2.4
2006-02-04 21:30:08 +00:00
Artem Pavlenko
d8dc53bcf4
new build system
2006-01-31 23:09:52 +00:00