Commit graph

2832 commits

Author SHA1 Message Date
Dane Springmeyer
56d8f7a3f9 now working on mapnik 2.0.2-pre 2012-04-09 14:29:01 -07:00
Dane Springmeyer
57347e9106 update CHANGELOG 2012-04-09 14:22:48 -07:00
Dane Springmeyer
5cd3cb2efd setting up for mapnik 2.0.1 release 2012-04-09 14:21:48 -07:00
Dane Springmeyer
862bd54799 shuffle CHANGELOG 2012-04-09 14:15:53 -07:00
Dane Springmeyer
1f49c52be4 add hello world plugin to gitignores 2012-04-09 14:12:17 -07:00
Dane Springmeyer
bd8446d875 forward compatibility with mapnik >= 2.1.x header name 2012-04-09 14:07:18 -07:00
Dane Springmeyer
af6cd78ab9 embed version in the epydoc output 2012-04-09 13:52:54 -07:00
Dane Springmeyer
b93c760b33 backport markers_symbolizer fixes from master to 2.0.x - closes #1163 2012-04-04 11:19:40 -07:00
Dane Springmeyer
c9a610df92 add missing set_color_to_alpha impl - TODO - add advanced algo that supports tolerance - refs #1018 2012-04-04 10:22:02 -07:00
Dane Springmeyer
50abe356d8 remove #1072 from changelog as it was ultimately reverted from 2.0.x branch 2012-03-24 08:02:20 -07:00
Dane Springmeyer
0be7d66549 Revert "avoid mutex locks on pj_transform for proj 4.7 and above - closes #1072"
This reverts commit 150c9f819a.
2012-03-24 08:01:13 -07:00
Dane Springmeyer
19f43c9d2f add 0f5ab18ed backport to changelog 2012-03-15 19:10:04 -07:00
Artem Pavlenko
49f0df0f7f avoid creating default initialised values if key doesn't exist 2012-03-15 19:01:17 -07:00
Dane Springmeyer
896bcbd211 since mapnik::layer is public api, add forward compatibility with >= mapnik 2.1.x 2012-03-15 12:42:02 -07:00
Dane Springmeyer
a6891f2459 Merge branch '2.0.x' of github.com:mapnik/mapnik into 2.0.x 2012-03-14 22:10:06 -07:00
Dane Springmeyer
e66d724841 remove id 2012-03-14 22:09:40 -07:00
Dane Springmeyer
cacc90962c add deprecated python module alias for backward compatibility 2012-03-15 02:19:48 +00:00
Dane Springmeyer
91ad01b11b properly format abi versions in a few more placesa 2012-03-15 02:04:10 +00:00
Dane Springmeyer
8229b22ed7 fix linux soname formatting 2012-03-14 18:31:54 -07:00
Dane Springmeyer
1912362b46 make available MAPNIK_VERSION_STRING in c++ header (not just in python) and add MAPNIK_VERSION_IS_RELEASE define that indicates if the code is released 2012-03-14 17:26:50 -07:00
Dane Springmeyer
9ddef6463f backport 'switch naming back from libmapnik2 -> libmapnik (also python)' and remove svn traces (refs #941) 2012-03-14 15:44:48 -07:00
Dane Springmeyer
e7f62675a9 remove ogcserver - now at https://github.com/mapnik/OGCServer 2012-03-14 15:29:49 -07:00
Dane Springmeyer
34ddc65e30 backport to 2.0.x series the sqlite3_open_v2 usage from master - refs #854 2012-03-14 15:08:39 -07:00
Dane Springmeyer
7a10befa11 update CHANGELOG 2012-03-14 14:40:41 -07:00
Dane Springmeyer
4292cf1687 add emacs temporaries to gitignores 2012-03-14 14:40:06 -07:00
Dane Springmeyer
b0c6378eb8 postgis: remove last usage of deprecated functions - fully supporting postgis 2.0 - closes #1083 2012-02-23 16:15:34 -08:00
Dane Springmeyer
21af038fd3 support as low as geos v3.1.0 - closes #1031 2012-02-23 16:14:03 -08:00
Dane Springmeyer
3a086b8dfc sync changelog 2012-02-23 16:11:41 -08:00
Dane Springmeyer
150c9f819a avoid mutex locks on pj_transform for proj 4.7 and above - closes #1072 2012-02-23 16:09:56 -08:00
Matt Amos
90fccfe710 Still need to increment pos counter in shapeindex even when the geometry is null, otherwise reads are possible beyond the end of file. 2012-02-23 16:08:54 -08:00
Dane Springmeyer
ee8a150e38 backport hextree sorting fix to 2.0.x series - refs #1087 2012-02-23 16:01:09 -08:00
Dane Springmeyer
53e171c1f1 yet another -fpermissive - refs #1082, #950 and #1001 2012-02-15 10:24:28 -08:00
Dane Springmeyer
01d6567007 add permissive flag to ogr and shape plugins to work around boost interprocess compile bug - closes #1082 - refs #950 and #1001 2012-02-15 10:24:16 -08:00
Dane Springmeyer
496b393623 backport to 2.0.2 fix for ubuntu compile error with boost 1.42 - refs #950 and #1001 2012-01-17 00:23:41 -05:00
kunitoki
babe1b6fd0 - fix mapnik-config --version
- closes #903
2011-11-29 12:15:53 -08:00
Dane Springmeyer
58c29c052b remove unintended plugin line that snuck in from master merge 2011-11-29 12:14:33 -08:00
Dane Springmeyer
c4edd2bd59 backport postgis 2.x fix to mapnik 2.0.x series branch - refs #956 2011-11-20 14:43:22 -08:00
Robert Coup
5c76218070 [fixes #904] Python2.5 compatibility. 2011-10-31 10:54:10 +13:00
Robert Coup
7eef4af143 Do a proper check for BOOST_PYTHON_LIB in scons, and change it to be only the library name. re: mapnik-packaging:#3 2011-10-21 16:40:45 -07:00
Dane Springmeyer
86a1d9626b update changelog - #908 2011-10-17 14:13:43 -07:00
Dane Springmeyer
f04bbb0b10 update changelog - #908 2011-10-17 14:12:32 -07:00
Dane Springmeyer
1fe029c6e9 Merge pull request #908 from MapQuest/shield-placement-bug
Fixed bug in shield line placement
2011-10-17 14:08:50 -07:00
Dane Springmeyer
98c9e455fa fix spelling 2011-10-13 14:24:50 -07:00
Dane Springmeyer
78636d335a add PATH_REMOVE option to scons to completely strip a given path from linking and compile commands - useful for binary building 2011-10-13 14:19:21 -07:00
Dane Springmeyer
e617e340c8 fix formatting of code guidelines 2011-10-12 16:03:04 -07:00
Dane Springmeyer
cd6a649a16 add note about boost::make_shared to coding conventions 2011-10-12 15:56:27 -07:00
Dane Springmeyer
55f572bacb add an initial draft of a contributors guide 2011-10-12 15:55:22 -07:00
Dane Springmeyer
52470c0f60 now that docs/ is wide-open, start out with a design manifesto 2011-10-12 15:14:42 -07:00
Dane Springmeyer
7616cd45db move epydoc stuff out of docs/ folder and into utils 2011-10-12 12:17:26 -07:00
Dane Springmeyer
fb5eefd383 fix spelling 2011-10-12 12:16:35 -07:00