Commit graph

1395 commits

Author SHA1 Message Date
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
Artem Pavlenko
71acd6f48a Tagging 0.7.0 release 2010-01-14 00:45:21 +00:00
Artem Pavlenko
2c12762829 + add some stderr printing to assist debugging
dodgy shapefiles
2010-01-13 23:41:14 +00:00
Artem Pavlenko
07729249ac + fixed 'optional' measure in multipointz 2010-01-13 23:07:35 +00:00
Artem Pavlenko
2495257b86 + read z and m bounds from the header 2010-01-13 23:07:27 +00:00
Artem Pavlenko
090fdb3974 + take into account <base> when reading
width/height - fixed
2010-01-13 23:07:19 +00:00
Artem Pavlenko
4483564b5e + correct parameters order 2010-01-13 23:07:12 +00:00
Artem Pavlenko
8d7ad5b190 + implement missing support for :
multipoint
  multipointm
  multipointz
2010-01-13 17:18:01 +00:00
Artem Pavlenko
8a5e1ea736 + ident fix 2010-01-13 17:17:53 +00:00
Dane Springmeyer
b096852829 add 'gamma' attribute to PolygonSymbolizer, along with tests against simplified world borders shapefile - setting gamma to .5-.7 can remove gaps in processed_p.shp depending on background color - closes #428 2010-01-13 00:14:44 +00:00
Artem Pavlenko
17b8eda5aa + correct filter expression encoding 2010-01-12 11:42:22 +00:00
Dane Springmeyer
bbba1f73a6 update CHANGELOG for 0.7.0 release - closes #466 2010-01-12 07:06:27 +00:00
Artem Pavlenko
dbc2e45d57 + remove *.html doc files
+ update epydoc generation script
2010-01-11 23:51:01 +00:00
Dane Springmeyer
9a00128321 touchup 0.7 install doc 2010-01-11 19:41:18 +00:00
Dane Springmeyer
38514efa44 fix compiler warnings by using proper OR operator 2010-01-11 17:31:37 +00:00
Artem Pavlenko
8cd7645561 + make width,height and type optinal in following
symbolizers: 
    * point_symbolizer
    * shield_symbolizer
    * line_pattern_symbolizer
    * polygon_pattern_symbolizer
2010-01-11 13:27:38 +00:00