Commit graph

1370 commits

Author SHA1 Message Date
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
Dane Springmeyer
cf4c94a44b update rundemo.py to show rendering without pycairo and using jpeg quality options 2010-01-11 02:16:01 +00:00
Dane Springmeyer
79d939cb46 remove another autotools piece and mark failing tests as TODO for next release 2010-01-11 01:47:38 +00:00
Dane Springmeyer
0ac3fc46b6 remove last autotools parts from 0.7 branch 2010-01-11 01:42:14 +00:00
Dane Springmeyer
42249704d7 increment abi versions to 0.7.0 2010-01-11 01:28:42 +00:00
Dane Springmeyer
53a4d1a954 update python api docs 2010-01-11 01:17:21 +00:00
Dane Springmeyer
0370ecec90 reflect new TextSymbolizer options in python bindings and add to pickling tests 2010-01-11 01:16:17 +00:00
Dane Springmeyer
33908e616c update python api docs 2010-01-11 00:15:30 +00:00
Dane Springmeyer
0110f3bb3d remove unmaintained autotools from 0.7 branch 2010-01-11 00:05:54 +00:00
Dane Springmeyer
a381672ed7 add missing PostGIS options in python docstrings 2010-01-11 00:04:56 +00:00
Dane Springmeyer
b4a0e89a9f expose ability to write to cairo formats from python without pycairo - closes #381 2010-01-10 23:38:27 +00:00
Dane Springmeyer
a3c1f9090b revert r1348 by enforcing map clipping by layer bounds, re-opens #420, closes #486, see also http://trac.mapnik.org/wiki/BoundsClipping 2010-01-10 21:42:44 +00:00
Dane Springmeyer
17945c57ec make sure mapfileis invalid so that test passes 2010-01-10 21:41:20 +00:00
Dane Springmeyer
93c0d8cae1 undercase file ext of testing shapefile 2010-01-09 22:52:46 +00:00
Artem Pavlenko
7f103c1218 + apply #485 logic for default vertical
alignment :
   dy = 0       vertical_alignment="middle"
   dy > 0       vertical_alignment="bottom"
   dy < 0       vertical_alignment="top"
2010-01-09 15:06:48 +00:00
Artem Pavlenko
6a74155bf2 + upgrade version to 700 2010-01-09 14:47:45 +00:00
Artem Pavlenko
230f96b3cf + make it compile on win32 2010-01-09 14:46:38 +00:00
Artem Pavlenko
9a9042ce84 + avoid GCC specific features on win32 (range case in switch stmt) 2010-01-09 14:45:58 +00:00
Artem Pavlenko
29b95ac598 + removed empty virtual dtor - not needed 2010-01-08 16:44:08 +00:00
Artem Pavlenko
4b93e0f58d + fix compiler warning 2010-01-08 15:44:34 +00:00
Artem Pavlenko
7093074706 + revert mapnik2 syntax 2010-01-08 15:44:05 +00:00
Artem Pavlenko
6b96ba1a1a + remove mapnik2 syntax
+ fix compiler warnings
2010-01-08 15:43:28 +00:00
Dane Springmeyer
2484e818b8 scons: support py3k in python configuration detection 2010-01-07 17:14:39 +00:00
Dane Springmeyer
f844e13afb fix default values for vertical_alignment in the TextSymbolizer and ShieldSymbolizer - closes #468 2010-01-06 17:48:30 +00:00
Dane Springmeyer
b64fb713f3 scons: make sure help is displayed if -h or --help is supplied even if we are not able to configure successfully and add more user friendly output for dependencies that are not found 2010-01-05 23:27:13 +00:00
Dane Springmeyer
a3b3d7dde6 remove unneeded header 2010-01-05 21:30:24 +00:00