Commit graph

13999 commits

Author SHA1 Message Date
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
Artem Pavlenko
1152551fd8 new method to access raw bytes directly 2005-03-22 14:14:38 +00:00
Artem Pavlenko
a31c22cba9 added $Id$ substitution 2005-03-22 14:12:33 +00:00
Artem Pavlenko
468340c457 inlined some shapefile methods
--This line, and those below, will be ignored--

M    shapefile.hh
M    shapefile.cc
2005-03-22 14:11:09 +00:00
Artem Pavlenko
c316e841f7 added support for XDR/NDR on different arch
'double' byte swapping is based on 'long long' type
which is not part of C++ yet but works with G++
2005-03-22 13:53:27 +00:00
Artem Pavlenko
6545c5e278 comment out optimization and png_set_filter (png_ptr, 0, PNG_FILTER_NONE) 2005-03-10 22:42:33 +00:00
Artem Pavlenko
6f19bed59a added $Id$ 2005-03-08 23:58:43 +00:00
Artem Pavlenko
01ad965dc3 added basic jpeg write support
todo: 
1. check for libjpeg properly in configure.ac
(at the moment it is part of TIFF check)
2. move all image writing stuff to the image_writer_factory
2005-02-28 21:03:55 +00:00
Artem Pavlenko
d9c4988b9e edge tiles seems to be padded with zeros
in correct order
2005-02-27 15:52:05 +00:00
Artem Pavlenko
4bffcae79d fixed: reading tiled and stripped TIFFs 2005-02-27 14:40:51 +00:00
Artem Pavlenko
df045e7104 removed raster_manager.hh 2005-02-27 14:38:42 +00:00
Artem Pavlenko
6e28c0634b wrap singleton<factory> objects in a func to avoid static data
exported multiple time across different translation units
(where singleton is not single anymore;-0)
2005-02-25 15:34:23 +00:00
Artem Pavlenko
345148937d changed MAPNIK_ROOT to MAPNIK_DIR 2005-02-25 15:26:42 +00:00
Artem Pavlenko
5c5a7ce942 symbolic links->files 2005-02-23 09:16:25 +00:00
Artem Pavlenko
7a584fbf4e replaced symbolic link with the real thing 2005-02-22 19:55:21 +00:00
Artem Pavlenko
1735454283 1. promote empty tree nodes 2005-02-22 19:13:54 +00:00
Artem Pavlenko
fb1084c69d added python subtree (requires bjam to build) 2005-02-21 11:57:16 +00:00
Artem Pavlenko
bd99fe8b4a 1. AP_CHECK_LIBTIFF macro fixed 2005-02-18 20:39:15 +00:00
Artem Pavlenko
9f6324dd6e initial import 2005-02-18 18:14:43 +00:00