Jean-Francois Doyon
00f43b348d
Use the current python interpreter as default for building python bindings.
...
Make the DEBUG option work more consistently, like all other build options.
2006-02-05 21:01:54 +00:00
Artem Pavlenko
2d4ea20560
added set_capacity method to geometry classes.
...
(now we can use std::vector<boost::tuple<value_type,value_type,char> >
as an alternative vertex storage).
2006-02-05 12:31:24 +00:00
Artem Pavlenko
2a858bcd19
1.removed named_style_cache
...
2.styles moved to Map object
2006-02-05 09:45:51 +00:00
Artem Pavlenko
95d26be572
updated agg-2.4
2006-02-04 21:30:08 +00:00
Jean-Francois Doyon
6b42c9fa4c
dded myself to the AUTHORS list, as a test to see if I can finally commit :)
2006-02-01 15:08:33 +00:00
Artem Pavlenko
ae2e89ef54
removed python dir (now in bindings)
2006-02-01 09:31:03 +00:00
Artem Pavlenko
6ebc93b7a1
new build system
2006-01-31 23:20:23 +00:00
Artem Pavlenko
e7119730a3
new build system
2006-01-31 23:18:24 +00:00
Artem Pavlenko
96981eb3a9
new build system
2006-01-31 23:12:49 +00:00
Artem Pavlenko
d8dc53bcf4
new build system
2006-01-31 23:09:52 +00:00
Artem Pavlenko
c97fb0bf57
added check for num_points in line/polygon symbolizers:
...
1. don't bother with line_symbolizer unless at least 2 points
2. at least 3 points for polygon_symbolizer
2006-01-31 17:35:18 +00:00
Artem Pavlenko
6b7d874ff3
1.corrected set_rectangle and set_rectangle_alpha to use envelope intersection for proper clipping
...
2. clean up render.cpp
2006-01-28 16:05:51 +00:00
Artem Pavlenko
27a880fe99
midpoint calc for line strings
2006-01-26 23:52:22 +00:00
Artem Pavlenko
0875208c5b
some minor changes (+fast line rendering needs fixing clipping)
2006-01-26 16:46:56 +00:00
Artem Pavlenko
db433452b6
switched on optimization in png writing code
2006-01-26 16:44:46 +00:00
Artem Pavlenko
b89195f9e6
added label_position method for geometry objects (todo line_string)
2006-01-26 16:43:10 +00:00
Artem Pavlenko
4ed7158908
better interface for clip_line
2006-01-26 16:41:15 +00:00
Artem Pavlenko
a6f96ea5c1
changed symbolizer interface to accept 'feature' and CoordTransform, instead of
...
geometry (feature centric OGC model:).
2006-01-23 22:33:37 +00:00
Artem Pavlenko
245be985e2
1.symbolizers refactored - split into hpp/cpp
...
(all AGG is private to libmapnik and not exposed to client code)
2.removed unused files (more todo)
3.added line pattern symbolizer to python bindings
2006-01-23 13:24:41 +00:00
Artem Pavlenko
390b9c4655
1.added line pattern symbolizer
...
2.added layer envelope check in main rendering loop
2006-01-23 10:33:32 +00:00
Artem Pavlenko
a7c154f223
fixed to_string() method for filter expressions
2006-01-23 10:31:10 +00:00
Artem Pavlenko
150f9dc99a
fixed to_string() method for filter expressions
2006-01-23 10:29:28 +00:00
Artem Pavlenko
0ea95e8b11
fixed pattern fill symbolizer
2006-01-23 10:26:43 +00:00
Artem Pavlenko
55ae073ba2
added alternative vertex storage impl
2006-01-23 10:25:38 +00:00
Artem Pavlenko
6a0cc48b0a
added missing header for boost_1_32_0 serialization lib
2006-01-19 16:40:24 +00:00
Artem Pavlenko
119c352fe7
added alpha blending for image copying
2006-01-01 17:41:55 +00:00
Artem Pavlenko
b3330fc49b
corrected return value
2006-01-01 17:40:26 +00:00
Artem Pavlenko
fa2045d998
revert back to scale calc
2005-12-23 12:45:25 +00:00
Artem Pavlenko
36e5e7238e
1. removed #include <iostream>
2005-12-23 12:34:09 +00:00
Artem Pavlenko
955ff4c4f5
1. fixed shape datasource bug - attributes were ignored for point/pointz/pointm types
...
2. use boost::thread for mutex/lock
3 use boost::noncopyable
4 build agg as a shared lib for now
5. corrected panning code in map.cpp
6. improved coord_transform
2005-12-23 12:31:54 +00:00
Artem Pavlenko
81ace03173
1. use boost::noncopyable
...
2. use boost:🧵 :mutex
2005-12-23 12:24:24 +00:00
Artem Pavlenko
5e2aa3fc60
use boost::noncopyable
2005-12-23 12:23:15 +00:00
Artem Pavlenko
30c713d639
moved vertex_vector to classes that needed it
2005-12-23 12:22:09 +00:00
Artem Pavlenko
ec9b301364
removed unused headers
2005-12-16 16:08:41 +00:00
Artem Pavlenko
3814396eea
removed erroneous break statement (was added to render OS MasterMap)
2005-12-14 20:33:14 +00:00
Artem Pavlenko
6f9528c2e3
1.added serialization support
...
2.some class names changes
2005-12-14 17:01:09 +00:00
Artem Pavlenko
a6191fade0
1. corrected LIBS in SConsctipt files
...
2. use boost::shared_ptr instead of ref_ptr
2005-12-12 13:15:33 +00:00
Artem Pavlenko
92803f1807
generic settings
2005-12-03 09:41:50 +00:00
Artem Pavlenko
2d08614042
return object in envelope()
2005-12-01 10:06:40 +00:00
Artem Pavlenko
2012783592
moved #include <boost/python.hpp> to the top to fix
...
"_POSIX_C_SOURCE" redefined warning.
2005-12-01 10:04:17 +00:00
Artem Pavlenko
bbd82b7950
extra option EXTENSIONS (defaults to none)
2005-11-30 00:25:45 +00:00
Artem Pavlenko
aaba4d08cf
check datasource in envelope method
2005-11-30 00:24:08 +00:00
Artem Pavlenko
7f4df91371
check for valid datasource in the main loop
2005-11-30 00:21:07 +00:00
Artem Pavlenko
64427961d7
added qualifier
2005-11-30 00:19:33 +00:00
Artem Pavlenko
a9fdacbf7e
fixed extra qualifier
2005-11-29 23:31:22 +00:00
Artem Pavlenko
01f9df9b43
added feature factory
2005-11-24 15:51:29 +00:00
Artem Pavlenko
fc015c3a10
fixed test for eof in featuresets
2005-10-26 21:37:13 +00:00
Artem Pavlenko
d9973561ad
use delete instead of destroy_ds for now
2005-10-17 19:39:41 +00:00
Artem Pavlenko
d4c2fbf718
raster plugin resurrection
2005-09-21 20:27:37 +00:00
Artem Pavlenko
50d9b88356
more python
2005-09-19 22:18:19 +00:00