Commit graph

3032 commits

Author SHA1 Message Date
kunitoki
fa69cf1312 - improved linux project file (added bindings too) 2011-10-19 13:24:32 +02:00
kunitoki
0de5fdf622 - cleaned up readability of occi featureset by using named const variables 2011-10-19 13:23:22 +02:00
Dane Springmeyer
1b1822a65a remove duplicate entry for csv plugin in build list 2011-10-18 20:50:54 -07:00
Dane Springmeyer
90154e0a1a csv plugin: also detect lat/lon/long field names as likely geometry columns 2011-10-18 19:27:23 -07:00
Dane Springmeyer
14c29379bf make csv plugin compile by default so we can start using easily for testing mapnik more broadly (avoiding ogr dependency for json reading) 2011-10-18 18:22:02 -07:00
Dane Springmeyer
0cd3048e60 csv plugin: fix newlines detectio, fix first feature detection, and work around spirit number parsing issues 2011-10-18 18:21:19 -07:00
Dane Springmeyer
016527549c add a big group of csv test cases 2011-10-18 18:19:32 -07:00
Dane Springmeyer
a1e73ad1c6 Add 0.7.2 changelog to master changelog 2011-10-18 18:19:02 -07:00
kunitoki
e02835db74 - added csv plugin to linux project file 2011-10-19 00:56:16 +02:00
kunitoki
3e60fa2d5a - favour speed for already specified keys 2011-10-19 00:44:20 +02:00
kunitoki
8383603703 - fixed nose tests on attachdb (still this code seems a bit messy?) 2011-10-19 00:42:49 +02:00
kunitoki
31f42bd5c1 - added --git-revision to mapnik-config
- related to #903
2011-10-19 00:22:47 +02:00
kunitoki
8ed3b4aa0d - fix mapnik-config --version
- closes #903
2011-10-19 00:13:38 +02:00
kunitoki
41c17cc5b5 - keep the linux project file clean 2011-10-19 00:12:29 +02:00
kunitoki
ba6e6d9c31 - 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
5d72d50f74 - 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
8b9d05db0a - fixed a problem in automatic sqlite wkb format determination code
- other cosmetics in sqlite datasource
2011-10-18 22:53:47 +02:00
kunitoki
b23697e1b3 - 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
517fc59f77 Added Python test for multi-tile raster policy. 2011-10-18 14:34:58 +01:00
Matt Amos
49e872049c Merge branch 'master' into multi-tile-policy 2011-10-18 13:40:35 +01:00
Dane Springmeyer
a6522fde77 Merge branch 'master' of github.com:mapnik/mapnik 2011-10-17 16:42:06 -07:00
Dane Springmeyer
3bd19a30b4 use boost:make_shared more widely - refs #909 2011-10-17 16:41:12 -07:00
Dane Springmeyer
c1c314ae96 Merge pull request #912 from mapnik/csv_plugin
New CSV datasource plugin
2011-10-17 16:28:04 -07:00
Dane Springmeyer
c4fd7fec8a add new csv plugin to 2.1.x changelog entry 2011-10-17 16:12:39 -07:00
Dane Springmeyer
243b9e5cb7 Merge branch 'master' into csv_plugin 2011-10-17 16:08:41 -07:00
Dane Springmeyer
77f5aae916 update changelog - #908 2011-10-17 14:12:32 -07:00
Dane Springmeyer
b7a4906978 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