Dane Springmeyer
|
9a27a68f4a
|
avoid unused parameter compiler warnings
|
2011-04-03 04:28:44 +00:00 |
|
Dane Springmeyer
|
0a720f056a
|
agg: remove tabs, avoid compiler warnings
|
2011-04-01 23:32:31 +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
|
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
|
d8dc53bcf4
|
new build system
|
2006-01-31 23:09:52 +00:00 |
|