Commit graph

1510 commits

Author SHA1 Message Date
Dane Springmeyer
f187cb7a12 backport for #257, and r1984 2010-07-14 01:02:01 +00:00
Dane Springmeyer
28f0106126 place built python lib inside module directory to make local import easier 2010-07-13 23:53:52 +00:00
Dane Springmeyer
a6a9c19c81 place built plugin targets in input/ directory to make local registration easier 2010-07-13 23:22:54 +00:00
Dane Springmeyer
7360923338 fix typos 2010-07-13 22:04:57 +00:00
Dane Springmeyer
55f0c4da60 port fixes from trunk for gdal bilinear resampling quality (r1912,#563) 2010-07-10 11:53:40 +00:00
Dane Springmeyer
d14f8515ef create branch for a 0.7.2 release (http://trac.mapnik.org/milestone/0.7.2) 2010-07-10 11:45:41 +00:00
Marcin Rudowski
c0c86213eb handle case of empty octrees. #540 2010-03-24 17:36:59 +00:00
Marcin Rudowski
a129611c20 fixed color quantization in case of one color and transparency. #539 2010-03-24 17:20:11 +00:00
Dane Springmeyer
0f771249c6 bump abi compatibility version for osx 2010-03-21 23:19:00 +00:00
Dane Springmeyer
37f21f4289 scons: fixup logic for setting HAS_BOOST_SYSTEM SCons environment variable 2010-03-18 22:51:14 +00:00
Dane Springmeyer
4d460cc795 remove debug line 2010-03-17 22:19:19 +00:00
Dane Springmeyer
8477dcaf40 avoid potential zero division error (floating point exception) if image width and heigh == 0 (likely to happen when layer srs = 4326 and map srs = 900913) - see also #527 - avoid gdal crash on 'ERROR 1: The buffer into which the data should be read is null' 2010-03-17 22:00:00 +00:00
Dane Springmeyer
d6ef3014a3 postgis/oracle: use mapnik::boolean type for 'estimate_extent' rather than std::string, and strip double quotes as the estimated_extent function operates on single quotes - improves upon #393 2010-03-17 16:06:39 +00:00
Artem Pavlenko
e680c3c473 + remove unused *.hpp file 2010-03-17 13:46:02 +00:00
Marcin Rudowski
2384b70abe avoid introducing subpixel shift when upscaling using gdal 2010-03-17 08:34:05 +00:00
Artem Pavlenko
1ccc048a46 use rint() instead of int(round()) 2010-03-16 20:49:40 +00:00
Alberto Valverde
6dcf47530a backported r1699 from trunk 2010-03-16 18:45:53 +00:00
Marcin Rudowski
e92f75c8a1 use map instead of unavailable unordered_map, in case of boost 1.35 2010-03-15 09:18:29 +00:00
Dane Springmeyer
701bcc2144 fix syntax in rundemo for writing to png256 (also now == png8) 2010-03-12 18:28:20 +00:00
Dane Springmeyer
e387a3ba68 rollback unneeded, extra way of specifying color reduction 2010-03-12 17:00:57 +00:00
Marcin Rudowski
95b22e1292 added missing file from r1680 and updated CHANGELOG 2010-03-12 11:42:50 +00:00
Dane Springmeyer
b194c6cea4 apply mapnik-0.7.1.mr.hextree2.diff (slighly modified to accept format='png:key=val' as well as format='png256:key=val' while still maintaining default behavior of just format 'png' or 'png256' - also updated rundemo.py with a few examples 2010-03-11 23:16:17 +00:00
Dane Springmeyer
7841b9d39e properly serialize the map_buffer when saving map 2010-03-11 21:23:26 +00:00
Artem Pavlenko
8b3c390ebf + use rint(v) instead of int(round(v))
+ add rint implementation - msvc hasn't got one
+ minor cleanups
2010-03-11 15:20:04 +00:00
Artem Pavlenko
e62fb19c7c + lets postgis return geometry in native byte order
(wkb reader can handle both 'NDR' and 'XDR')
2010-03-08 12:04:41 +00:00
Artem Pavlenko
e0e3a0fefe + revert to a024c947499994e1e8aaaff2b8ea73a8eec489dd 2010-03-08 12:04:32 +00:00
Marcin Rudowski
656b520e61 png256 bugfix and improvements for r1661 2010-03-06 16:45:41 +00:00
Marcin Rudowski
e91d245228 fixed png256 for large images + improvements to palette generation: #522 2010-03-06 11:04:30 +00:00
Marcin Rudowski
61c1e2e4ed eliminate compiler warnings 2010-03-04 08:31:25 +00:00
Dane Springmeyer
49afe197c3 apply mapnik-0.7.1.mr.raster-position2.diff from mar_rud to close #475 2010-03-03 02:11:28 +00:00
Dane Springmeyer
231a273cba + calculate resolution using map's current extent 2010-03-01 01:11:32 +00:00
Dane Springmeyer
5c0beb0151 scons: add options to allow controlling link order (and include order) sent by SCons to the linker line, as predictably /usr/lib would come first and take preference over paths such as /usr/local/lib while compiles may have been against /usr/local/include - closes #484 2010-02-23 02:27:36 +00:00
Dane Springmeyer
eedd2f72a2 load_map: fix the behavior of PolygonPatternSymbolizer and LinePatternSymbolizerby truly making it optional to not supply the width, height, and type parameters and allow them to be read automatically - closes #508 2010-02-23 02:17:34 +00:00
Dane Springmeyer
0356a8399e scons: fix subtle bug in scons usage resulting in lost paths on mac os x 2010-02-22 23:50:16 +00:00
Dane Springmeyer
d093166b4a check for both 'debian' and 'Ubuntu' to figure out lib schema 2010-02-22 19:50:09 +00:00
Dane Springmeyer
cd2cd2ba51 don't install by default in lib64 on debian systems - closes #394 2010-02-22 16:46:28 +00:00
Dane Springmeyer
d78a100134 fix minor issues caught in debian packaging relating to executable status and spelling 2010-02-21 17:28:17 +00:00
Dane Springmeyer
25dd583d6e remove print statement 2010-02-21 01:00:36 +00:00
Dane Springmeyer
fedbc40541 ensure shapeindex links against boost system if available (boost >=1.35) to avoid potential problems in indirect linking on linux (essentially directly dynamically linking like we previously only did on os x) - closes #517 2010-02-21 00:33:41 +00:00
Dane Springmeyer
4b1a4d9497 assume byteorder arrives in native arch (from postgis), and therefore ensure byteswapping for wkb on big endian systems - closes #515 - TODO check breakage in other plugins as per #516 - thanks Brad Simpson for the report and fix 2010-02-19 21:08:30 +00:00
Dane Springmeyer
7ed73b3b69 apply modified patch from Mak Kolybabi fixing up postgres schema support in PostGIS plugin - closes #500 - extends #260 2010-02-19 21:00:35 +00:00
Dane Springmeyer
3a80dffb6e bump version to 0.7.1, merge r1596,r1604,r1605,r1625, and fix #512 and #504 2010-02-19 19:11:17 +00:00
Dane Springmeyer
2e957c9885 creating 0.7.1 developement branch for working towards 0.7.1 release 2010-02-19 17:44:33 +00:00
Dane Springmeyer
a0da946be9 add missed vertical_alignment change in default behavior 2010-02-03 17:37:37 +00:00
Dane Springmeyer
4bb000fa38 my first ever commit to a tag - fixup spelling of 0.7.0 release CHANGELOG 2010-01-22 03:32:13 +00:00
Artem Pavlenko
48be3fb795 + add 'packaged' revision 2010-01-16 17:18:31 +00:00
Artem Pavlenko
dc99a1e0e2 + port r1571 + r1573
Conflicts:

	plugins/input/shape/shape.cpp
2010-01-15 23:01:28 +00:00
Artem Pavlenko
b98bd4dd55 + better handling non-existing and/or wrongly defined image files 2010-01-15 22:28:34 +00:00
Artem Pavlenko
3e0dd76e1e + remove Jamroot from utils/pgsql2sqlite 2010-01-14 16:58:44 +00:00
Artem Pavlenko
9a7c73aab3 remove debug printing in shapefile driver 2010-01-14 10:23:06 +00:00