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
Artem Pavlenko
007398725f
fixed rounding error
2005-09-19 22:15:43 +00:00
Artem Pavlenko
17c368af52
removed to_string()
2005-09-19 22:14:32 +00:00
Artem Pavlenko
70f79a3e19
fixed path portability issue
2005-09-09 09:38:37 +00:00
Artem Pavlenko
6750307a46
injected __repr__ into color
2005-09-09 09:37:44 +00:00
Artem Pavlenko
23d329a6ff
changed color method to be property
2005-09-08 20:59:47 +00:00
Artem Pavlenko
e9fff475be
try to dlopen any file in datasources dir
2005-09-08 13:52:42 +00:00
Artem Pavlenko
2a4f25706b
changed optimization flags
2005-09-08 13:21:39 +00:00
Artem Pavlenko
f5dda2f207
1. more pythonic feel:)
...
2. added CSS color string parser and color factory
3. added docs dir
2005-09-08 13:20:37 +00:00
Artem Pavlenko
820b6bb23a
return ref_ptr<Feature> from datasource next() method
...
should play better with python
2005-09-08 13:09:04 +00:00
Artem Pavlenko
03467ac96e
removed unused color.cpp
2005-09-08 13:05:39 +00:00
Artem Pavlenko
c946127bba
removed unused color.cpp
2005-09-08 13:04:36 +00:00
Artem Pavlenko
56f7281986
added info about the project
2005-09-08 13:03:19 +00:00
Artem Pavlenko
83fb81f7be
small correction
2005-09-01 19:36:13 +00:00
Artem Pavlenko
9f32454ae9
1.changed python mapnik.python module name to _mapnik
...
2.more 'pythonic' module tree
3.moved datasource init into __init__.py
(no more 'ugly' setdlflags) - needs testing
4.datasources dir is now set by the build process (require 2.4)
5.methods (e.g __repr__) can be 'injected' from python (see mapnik/__init__.py)
2005-09-01 19:20:37 +00:00
Artem Pavlenko
e01a831850
1.removed debug printing from filter_parser
...
2.to_string method in Envelope
3.filter_factory - static method
4.mapnik_envelope.cpp - more bindings
TODO - fix __str__ , .def(str(self)) - doesn't compile at the moment
2005-08-31 19:43:37 +00:00
Artem Pavlenko
eb7890cfe8
added alpha() method
2005-08-31 19:36:08 +00:00
Artem Pavlenko
04f86c3dc7
unused class clean-up
2005-08-31 19:34:51 +00:00
Artem Pavlenko
71d2bda91e
clean up - LIBS
2005-08-31 19:33:20 +00:00
Artem Pavlenko
b20007b440
gcc4.0.1 doesn't like volatile locals?
2005-08-31 19:30:54 +00:00
Artem Pavlenko
c10aab1e94
small clean-up
2005-08-31 19:26:44 +00:00
Artem Pavlenko
cde487ba33
anon enums warnings
2005-08-02 10:37:25 +00:00
Artem Pavlenko
c4308a84e4
fixed email address
2005-08-02 10:36:55 +00:00
Artem Pavlenko
48775a5cd9
1.renamed null_filter -> all_filter
...
2.added none_filter
3.fixed some warnings in shapeindex util
2005-07-06 20:52:06 +00:00
Artem Pavlenko
c7f9d1e568
1.polygon_symbolizer + using agg rasterrizer
...
2.render.cpp - exit rules loop (mastermap styles-?? not sure)
3.pre-allocate space for attributes
2005-06-24 08:39:47 +00:00
Artem Pavlenko
e123495ed0
remove hello.py
2005-06-17 16:17:05 +00:00
Artem Pavlenko
995da7b0e4
added missing SConscript in shapeindex
2005-06-17 13:27:45 +00:00
Artem Pavlenko
32c76d5a5f
1.added copyright notice to SConstruct/SConscript files
...
2.fixed include/libs in datasources
3.revived shapeindex utility (+ boost::program_options)
2005-06-17 12:40:51 +00:00
Artem Pavlenko
84bd684f87
revived shape support + removed unsed header from postgis.cpp
2005-06-16 20:56:31 +00:00
Artem Pavlenko
41d8341547
some useful macros
2005-06-15 22:17:12 +00:00
Artem Pavlenko
ae86b29d7f
1. added installation instructions
...
2. support for more types in postgis datasource
2005-06-15 20:50:02 +00:00
Artem Pavlenko
ec999cf543
moving mapnik-scons to trunk
2005-06-14 18:46:40 +00:00
Artem Pavlenko
cb9059326e
removed : Jamfiles,config.hpp
2005-06-14 18:43:31 +00:00
Artem Pavlenko
5dfa4e8366
move mapnik-scons tree to branches dir
2005-06-14 15:16:48 +00:00
Artem Pavlenko
159b9438d2
move branches to mapnik-scons
2005-06-14 15:12:43 +00:00
Artem Pavlenko
a8ec856a15
initial import
2005-06-14 15:06:59 +00:00
Artem Pavlenko
73c7e8e84f
branches dir
2005-06-14 14:32:49 +00:00
Artem Pavlenko
fcc9638f46
pre-scons update
2005-05-03 18:28:16 +00:00
Artem Pavlenko
ed620ce6b2
renamed FeaturePtr to feature_ptr
2005-04-22 18:53:54 +00:00
Artem Pavlenko
3c9ffdd989
only two datasource types for now-(
2005-04-22 18:52:47 +00:00