Commit graph

2810 commits

Author SHA1 Message Date
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
Dane Springmeyer
d9e7f7d658 add test ignores 2011-10-11 20:24:26 -07:00
Dane Springmeyer
205fc6e196 agg directory now in deps/ 2011-10-11 20:23:22 -07:00
Dane Springmeyer
285591f370 move bundled agg sources into depedencies subdirectory (as we may bundle other deps there too to reduce clutter) and remove all traces of unused tinyxml (ptree now uses rapidxml header-only library internally) - refs #913 2011-10-11 20:22:49 -07:00
Dane Springmeyer
28ed3e5fdf remove tinyxml, no longer needed by boost ptree as it bundles rapidxml now 2011-10-11 20:02:50 -07:00
Dane Springmeyer
ed23abf554 remove ogcserver docs - they are now at https://github.com/mapnik/OGCServer 2011-10-11 19:27:42 -07:00
Dane Springmeyer
8014e0836d add to ignores 2011-10-11 19:19:42 -07:00
Dane Springmeyer
2b7fd14e84 remove osx packaging support files: moved to https://github.com/mapnik/mapnik-packaging 2011-10-11 19:18:50 -07:00
Dane Springmeyer
03ea9feb99 Add Matt Amos to authors to recognize upcoming and past contributions 2011-10-11 18:09:42 -07:00
Dane Springmeyer
5ca6e73d94 remove duplicate AUTHORS 2011-10-11 18:08:58 -07:00
Dane Springmeyer
bd21c5fc9d add art to the README.md 2011-10-11 17:53:50 -07:00
Dane Springmeyer
2010fc9530 touchup, alphabetize, and convert AUTHORS to markdown - what an awesome list of contributors so far 2011-10-11 17:53:15 -07:00
Dane Springmeyer
7432e1e55a removing my name from copyright as the intention/convention is for copyright to be help by project founder artem: contributions do not necessitate copyright - TODO: document this on community wiki 2011-10-11 17:52:15 -07:00
Dane Springmeyer
3c14ada217 enable contruction of a memory_featureset from a std::vector<feature_ptr> 2011-10-11 17:29:42 -07:00
Dane Springmeyer
e660781694 add to gitignore 2011-10-11 17:26:44 -07:00
Dane Springmeyer
f10eda69dd remove mercurial file as it is unlikely this will see any use now that we are using git 2011-10-11 17:26:17 -07:00
Matt Amos
3f47de0e81 Fixed bug in shield line placement when dx/dy are used to shift
the label relative to the placement point.
2011-10-12 01:02:28 +01:00
artem
8fba4b11da + update email address 2011-10-11 09:47:48 +01:00
Dane Springmeyer
b785d5ae7f fix perms on the python paths.py file 2011-10-10 17:56:56 -07:00
Dane Springmeyer
15f2dd1b12 test unicode attribute names using both hex and utf8 literals 2011-10-10 14:04:34 -07:00
Dane Springmeyer
f8e2a3ed1b fix compile on ppc (big endian) systems 2011-10-10 14:03:43 -07:00
Dane Springmeyer
1d87b2b61e touchup readme 2011-10-10 13:22:20 -07:00
Dane Springmeyer
00ed55de03 convert readme and install doc to markdown 2011-10-10 13:20:55 -07:00