Commit graph

12068 commits

Author SHA1 Message Date
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
Artem Pavlenko
fe8933749c removed shp_index from include dir 2005-04-19 19:21:00 +00:00
Artem Pavlenko
a5237d5db5 added operator<< to attribute 2005-04-13 20:21:56 +00:00
Artem Pavlenko
e3ef6b3384 return const& from attribute_by_name 2005-04-13 20:20:46 +00:00
Artem Pavlenko
8e1d34f46e moved all headers into include dir 2005-04-10 20:39:53 +00:00
Artem Pavlenko
9bfb674ef2 moved typedef typename geometry_base::template path_iterator<NO_SHIFT> path_iterator 2005-04-10 09:59:42 +00:00
Artem Pavlenko
3a59d6f0b7 new rendering based on (incomplete yet) sld/filter 2005-04-07 17:09:38 +00:00
Artem Pavlenko
74e2e5a47c adding more sld things 2005-04-05 14:32:18 +00:00
Artem Pavlenko
0135ce9351 removed vector_feature.{hh,cc} 2005-04-04 13:32:16 +00:00
Artem Pavlenko
fa6d2af40e added features(const query&) to postgis datasource 2005-04-04 13:27:23 +00:00
Artem Pavlenko
4825baa5b6 started refactoring and added sld 2005-04-04 13:01:03 +00:00
Artem Pavlenko
e9d5d65864 replace $(prefix) with "${prefix} 2005-04-04 10:36:03 +00:00
Artem Pavlenko
f3aa00c096 added <cassert> 2005-04-03 22:02:44 +00:00
Artem Pavlenko
5c90bb1521 moved AC_SUBST to the end of configure.ac 2005-04-03 20:24:03 +00:00
Artem Pavlenko
55067772f6 use .template construct to stop gcc3.3.3 getting confused with '<' 2005-04-01 14:30:11 +00:00
Artem Pavlenko
ac34eeae47 public typedef to keep gcc3.3.3 happy 2005-04-01 14:29:00 +00:00
Artem Pavlenko
4806dfdf2f fixed Makefile.am\'s 2005-03-30 21:45:40 +00:00
Artem Pavlenko
e124e75441 portable i/o (almost) 2005-03-29 19:18:59 +00:00
Artem Pavlenko
6fe5294257 added checks for libpng and libjpeg 2005-03-29 19:17:18 +00:00
Artem Pavlenko
032876dbcf quick fix to keep linker happy 2005-03-23 22:07:17 +00:00
Artem Pavlenko
bb7dada9e8 removed #include unistd.h 2005-03-22 22:16:34 +00:00