Commit graph

2972 commits

Author SHA1 Message Date
kunitoki
9f227b2dd4 - fixed nose tests on attachdb (still this code seems a bit messy?) 2011-10-19 00:42:49 +02:00
kunitoki
90cc117fb2 - added --git-revision to mapnik-config
- related to #903
2011-10-19 00:22:47 +02:00
kunitoki
f28da245f3 - fix mapnik-config --version
- closes #903
2011-10-19 00:13:38 +02:00
kunitoki
85dbcf96ff - keep the linux project file clean 2011-10-19 00:12:29 +02:00
kunitoki
ee6a0d9dba - improved automatic determination of key_field from pragma table_info.
- avoid using rowid if we don't have a primary key
2011-10-18 23:51:01 +02:00
kunitoki
1aa96ace1c - added some comments to clear that using rowid as default key_field for sqlite is *EXTREMELY* dangerous (aka no primary key, unexpected results may appear)
- more cosmetics in sqlite plugin
- refactor unquote function to be lighter and simpler
2011-10-18 23:32:25 +02:00
kunitoki
020f870bb7 - fixed a problem in automatic sqlite wkb format determination code
- other cosmetics in sqlite datasource
2011-10-18 22:53:47 +02:00
kunitoki
2372a60ff7 - cosmetics changes to sqlite datasource plugin
- added initial wkbAuto to auto determine WKB type in sqlite
2011-10-18 22:19:03 +02:00
Matt Amos
20ca69c3ea Added Python test for multi-tile raster policy. 2011-10-18 14:34:58 +01:00
Matt Amos
ed0e7a50d6 Merge branch 'master' into multi-tile-policy 2011-10-18 13:40:35 +01:00
Dane Springmeyer
3708d43e99 Merge branch 'master' of github.com:mapnik/mapnik 2011-10-17 16:42:06 -07:00
Dane Springmeyer
8420e8a9c6 use boost:make_shared more widely - refs #909 2011-10-17 16:41:12 -07:00
Dane Springmeyer
c97c4c90bf Merge pull request #912 from mapnik/csv_plugin
New CSV datasource plugin
2011-10-17 16:28:04 -07:00
Dane Springmeyer
9e9cbb6c51 add new csv plugin to 2.1.x changelog entry 2011-10-17 16:12:39 -07:00
Dane Springmeyer
eaee480ced Merge branch 'master' into csv_plugin 2011-10-17 16:08:41 -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
f5b08ed821 clean up usage of boost::tokenizer 2011-10-17 11:18:44 -07:00
Dane Springmeyer
c15892ff04 skip blank lines earlier and implement a 20 MB filesize limit (at least until alternative, non-memory based featureset iterator is implemented) 2011-10-17 11:03:50 -07:00
Dane Springmeyer
d50b175fc3 Merge branch 'master' into csv_plugin 2011-10-14 20:31:36 -07:00
Dane Springmeyer
8f11ffd921 add boost::spirit for speed boost, add strict/quiet modes, expose quote/sep/escape chars, allow user supplied headers 2011-10-14 20:28:23 -07:00
Dane Springmeyer
417508b7bd remove unneeded datasource base 2011-10-14 20:11:09 -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
Matt Amos
a2b4f9db59 Use make_shared as suggested by coding guidelines. 2011-10-13 19:34:28 +01:00
Dane Springmeyer
9e6c572b0a Merge branch 'master' into csv_plugin 2011-10-12 16:34:39 -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
9c32da33f5 new csv plugin should not be compiled by default yet 2011-10-11 18:17:52 -07:00
Dane Springmeyer
105649d299 Merge branch 'master' into csv_plugin 2011-10-11 18:13:43 -07:00
Dane Springmeyer
cb3b509da3 add new csv datasource plugin 2011-10-11 18:11:59 -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
3f9092ac9d remove duplicate AUTHORS 2011-10-11 18:08:20 -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
Matt Amos
1717104654 Changed copyright notice in line with project convention. 2011-10-12 01:37:44 +01:00
Dane Springmeyer
3c14ada217 enable contruction of a memory_featureset from a std::vector<feature_ptr> 2011-10-11 17:29:42 -07:00