Dane Springmeyer
|
76f111cc97
|
support optionally compiling with -std=c++11 on OSX / clang / apple libc++ / boost 1.53 - refs #1683
|
2013-07-27 01:57:24 -04:00 |
|
Dane Springmeyer
|
3b2bdba7b0
|
iwyu
|
2013-06-02 20:19:33 -07:00 |
|
artemp
|
8d5b983cb6
|
Geometry/Feature parsers -truncate 'where' message in on_error handler (currently 16 chars max)
|
2013-05-14 15:02:05 +01:00 |
|
Dane Springmeyer
|
555fcf375e
|
iwyu
|
2013-03-05 05:34:38 -08:00 |
|
Dane Springmeyer
|
24463d0f25
|
workaround boost::error_cant_deduce_type error when building against boost trunk (currently 1_53) - refs #1658
|
2013-01-15 17:12:53 -08:00 |
|
Dane Springmeyer
|
e9343ca32c
|
iwyu
|
2013-01-03 23:56:11 -08:00 |
|
artemp
|
f5dd9e53c4
|
+ calc int_parser/generator type from mapnik::value_integer
|
2012-12-18 18:05:45 +00:00 |
|
artemp
|
855aea95e0
|
+ mapnik::value and mapnik::parameters - initial support for 64-bit integers
|
2012-12-03 13:12:09 +00:00 |
|
artemp
|
9810557cdc
|
+ geojson geometry parser implementation
|
2012-08-17 12:47:41 +01:00 |
|
artemp
|
21f86761a7
|
+ json: split feature_grammar into geometry and feature grammars
|
2012-08-17 11:25:21 +01:00 |
|
Dane Springmeyer
|
2af768a69b
|
restore compile with <= boost 1.47
|
2012-08-15 18:15:01 -07:00 |
|
Dane Springmeyer
|
5c0e1de35b
|
repair boost 1.46 compile in json/feature_grammar.cpp - closes #1342
|
2012-08-15 16:49:13 -07:00 |
|
artemp
|
a991c73a98
|
+ geojson grammar : close linear_rings
|
2012-08-15 16:53:28 +01:00 |
|
artemp
|
f802a4a60b
|
+ ident
|
2012-08-08 12:12:23 +01:00 |
|
artemp
|
07ec5c31d0
|
+ turns off white space skipping
|
2012-07-26 11:45:34 +01:00 |
|
Dane Springmeyer
|
348dfff0c7
|
move feature_grammar to cpp file reducing compile time mem usage for feature_collection_parser.cpp - refs #1267
|
2012-07-23 17:03:06 -07:00 |
|
Artem Pavlenko
|
6f7457f6b0
|
format
|
2012-04-09 14:46:03 +01:00 |
|
Dane Springmeyer
|
93995d7c4b
|
apply mapnik_format.el formatting
|
2012-03-13 07:56:11 -07:00 |
|
Dane Springmeyer
|
56aeae1b52
|
fix broken python linking after 6a0ce99e22
|
2012-02-22 16:45:02 -08:00 |
|
Dane Springmeyer
|
6a0ce99e22
|
maintain compile with boost <= 1.47
|
2012-02-20 17:09:14 -08:00 |
|
Artem Pavlenko
|
6f5d16bfe3
|
+ make feature_collection_parser a template so we can
instantiate with different iterator types
e.g std::string::const_iterator and
boost::spirit::multi_pass<std::istreambuf_iterator<char> >
|
2012-02-20 16:23:31 +00:00 |
|
Artem Pavlenko
|
6e498ad062
|
+ update to use new names
+ add geometry_generator
|
2012-02-20 12:03:56 +00:00 |
|
Artem Pavlenko
|
3953a94636
|
+ geojson generator interface
|
2012-02-20 10:53:58 +00:00 |
|
Artem Pavlenko
|
58b51b208e
|
use standard_wide::space
|
2012-02-14 18:33:05 +00:00 |
|
Dane Springmeyer
|
32ac2e464c
|
restore compile for boost 1.42
|
2012-02-10 10:20:26 -08:00 |
|
Artem Pavlenko
|
602264d368
|
+ implement 'in situ' boost::spirit::qi based geojson parser
|
2012-02-10 11:56:53 +00:00 |
|