Artem Pavlenko
|
b8ed785d7d
|
use static_cast
|
2011-10-21 20:02:34 +01:00 |
|
Artem Pavlenko
|
ba0bdbd07e
|
Merge pull request #922 from xificurk/ctrans-cleanup
code cleanup
|
2011-10-21 09:55:23 -07:00 |
|
Dane Springmeyer
|
5e25e7cd6c
|
sqlite: use boost::trim for dequoting of std::string
|
2011-10-21 03:41:20 -07:00 |
|
Dane Springmeyer
|
39e1588f12
|
sqlite: restore original sqlite dequoting function as the previous simplification did not work
|
2011-10-21 01:55:07 -07:00 |
|
Artem Pavlenko
|
c87c05911b
|
revert back bool logic
update urls -> https://github.com/mapnik/mapnik/issues/794
|
2011-10-20 14:38:04 +01:00 |
|
Dane Springmeyer
|
c5a90023ae
|
reduce verbosity of configure output
|
2011-10-19 21:40:49 -07:00 |
|
Dane Springmeyer
|
6d1cd0aad9
|
as a followup to fa7efc9390 , remove unneeded operator-= from box2d
|
2011-10-19 21:39:48 -07:00 |
|
Petr Morávek [Xificurk]
|
7f57119dbd
|
code cleanup
|
2011-10-19 23:45:24 +02:00 |
|
Artem Pavlenko
|
64bc1ed36e
|
ignore -Wparenthes , -Wchar-subscripts warnings
(helpful with clang++)
|
2011-10-19 17:34:44 +01:00 |
|
Artem Pavlenko
|
298b7fa253
|
use make_shared
|
2011-10-19 17:34:09 +01:00 |
|
Artem Pavlenko
|
1e70af3c5a
|
use M_PI from <mapnik/global.hpp>
|
2011-10-19 15:32:25 +01:00 |
|
Artem Pavlenko
|
9088d7bbc8
|
+ various win32 fixes, mainly adding extra namespace qualifiers
for vc++10, MAPNIK_DECL ...
|
2011-10-19 15:29:24 +01:00 |
|
Artem Pavlenko
|
49cb8c7368
|
qualify attribute -> mapnik::attribute (vc10)
|
2011-10-19 15:19:55 +01:00 |
|
Artem Pavlenko
|
d40f5d7d59
|
add round() and M_PI support for windows builds
|
2011-10-19 15:17:48 +01:00 |
|
Artem Pavlenko
|
9a37fee17d
|
remove operator-= from box2d
|
2011-10-19 15:14:01 +01:00 |
|
Artem Pavlenko
|
c9d1e0bf08
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2011-10-19 14:47:24 +01:00 |
|
Artem Pavlenko
|
b0bd5b769d
|
ignore emacs generated tmp files (*~)
|
2011-10-19 14:45:17 +01:00 |
|
kunitoki
|
02fb7740c5
|
- added initial support for 25D geometries in WKB (dropping Z)
- works ok for spatialite XYZ geometries 3D
|
2011-10-19 13:25:42 +02:00 |
|
kunitoki
|
f9c65b8a91
|
- avoid using temporary pointer in sqlite blob/text resultsets
|
2011-10-19 13:25:08 +02:00 |
|
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 |
|
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 |
|