Dane Springmeyer
|
626e0056fd
|
replace boost::trim with faster internal trim - refs #1633
|
2013-01-03 18:02:21 -08:00 |
|
artemp
|
f5dd9e53c4
|
+ calc int_parser/generator type from mapnik::value_integer
|
2012-12-18 18:05:45 +00:00 |
|
artemp
|
c4bae9d30a
|
Merge branch 'master' into bigint
Conflicts:
bindings/python/mapnik_feature.cpp
plugins/input/shape/dbfile.cpp
|
2012-12-14 10:01:21 +00:00 |
|
Dane Springmeyer
|
9575bb8786
|
return value_null for null integer stored in shapefile dbf - closes #1638 - refs #1642
|
2012-12-11 19:40:46 -08:00 |
|
artemp
|
8fa88a71b6
|
Merge branch 'master' into bigint
|
2012-12-03 13:14:31 +00:00 |
|
artemp
|
855aea95e0
|
+ mapnik::value and mapnik::parameters - initial support for 64-bit integers
|
2012-12-03 13:12:09 +00:00 |
|
Dane Springmeyer
|
e9ca5b47e2
|
finish support for dbf logical type, strip handling of memo, and add tests for all basic types - refs #1614
|
2012-12-02 21:37:39 -08:00 |
|
Dane Springmeyer
|
4e9f6c12eb
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-11-29 17:53:06 -08:00 |
|
Dane Springmeyer
|
53acae94be
|
as discussed with @artemp - there should be no need or benefit to trying to handle F type in dbf since it is a foxpro extension that shapefiles do not commonly use
|
2012-11-29 17:44:06 -08:00 |
|
artemp
|
26889c4761
|
+ support 'logical' type #1614
|
2012-11-29 17:19:34 +00:00 |
|
artemp
|
913e1d0cfe
|
+ don't expect we _must_ consume all input when parsing numbers
some DBF can have some junk appended to records #1605
|
2012-11-29 10:23:51 +00:00 |
|
artemp
|
967d6110bf
|
+ singleton: return ref from instance() method
|
2012-09-07 16:23:03 +01:00 |
|
artemp
|
11e6ba0c09
|
+ make client methods non-static in classes derived from
mapnik::singleton<> (TODO: apply to all)
+ ensure client methods are accessed through instance() method
|
2012-09-07 14:56:30 +01:00 |
|
Dane Springmeyer
|
31303ff341
|
shape plugin: only add feature value if parsing is successful
|
2012-04-07 17:56:58 -07:00 |
|
Artem Pavlenko
|
3891922b28
|
use const ref and avoid creating temp std::string
|
2012-03-13 10:11:58 +00:00 |
|
Artem Pavlenko
|
3bd41e45a4
|
upgrade shape.input to new feature impl
|
2012-01-12 10:04:08 +00:00 |
|
Dane Springmeyer
|
ce9e44b5f2
|
plugin code formatting based on emacs format in utils/format_source_files
|
2011-11-13 19:37:50 -08:00 |
|
kunitoki
|
2cf56bf767
|
- copyright fixes in shape plugin
|
2011-10-23 21:09:59 +02:00 |
|
Artem Pavlenko
|
02fffbd89f
|
+ better naming: dbffile -> dbfile
|
2011-04-07 13:44:57 +00:00 |
|